#370728

Color #370728 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #370728

Tints of Blackberry #370728

Color information

#370728 (or 0x370728) is unknown color: approx Blackberry. HEX triplet: 37, 07 and 28. RGB value is (55,7,40). Sum of RGB (Red+Green+Blue) = 55+7+40=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #370728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370728 is #C8F8D7. Grayscale: #191919. Windows color (decimal): -13170904 or 2623287. OLE color: 2623287.

HSL color Cylindrical-coordinate representation of color #370728: hue angle of 318.75º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #370728 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB55740-
CMYK00.870.270.78
HSL318.75º77.42%12.16%-
HSV(B)318.75º87.27%21.57%-
XYZ2.031.122.12-
YUV25.11136.4149.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 53.92%
GREEN value IS 7 (3.12% from 255) = 6.86%
BLUE value IS 40 (16.02% from 255) = 39.22%
R=53.92%
G=6.86%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5574000.870.270.78318.7577.4212.16
Hex377280571B4E13f4dc
Octal6775001273311647711514
Binary1101111111010000101011111011100111010011111110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370728; }

 p { color: rgb(55,7,40); }

 H1.HeaderClassName
 {
   color: #370728;
 }
 .AnyTagClassName
 {
   color: #370728;
 }
</style>
background-color css

<style>
 a { background-color: #370728; }

 a { background-color: rgb(55,7,40); }

 div.DivClassName
 {
   background-color: #370728;
 }
 .BgClassName
 {
   background-color: #370728;
 }
</style>
border-color css

<style>
 span { border-color: #370728; }

 span { border-color: rgb(55,7,40); }

 td.TdClassName
 {
   border-color: #370728;
 }
 .TagClassName
 {
   border-color: #370728;
 }
</style>