#370619

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

Shades of Blackberry #370619

Tints of Blackberry #370619

Color information

#370619 (or 0x370619) is unknown color: approx Blackberry. HEX triplet: 37, 06 and 19. RGB value is (55,6,25). Sum of RGB (Red+Green+Blue) = 55+6+25=86 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.95% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 55 - color contains mainly: red. Hex color #370619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370619 is #C8F9E6. Grayscale: #161616. Windows color (decimal): -13171175 or 1639991. OLE color: 1639991.

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

Color convert

RGB55625-
CMYK00.890.550.78
HSL336.73º80.33%11.96%-
HSV(B)336.73º89.09%21.57%-
XYZ1.821.011.02-
YUV22.82129.23150.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 63.95%
GREEN value IS 6 (2.73% from 255) = 6.98%
BLUE value IS 25 (10.16% from 255) = 29.07%
R=63.95%
G=6.98%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5562500.890.550.78336.7380.3311.96
Hex37619059374E15150c
Octal6763101316711652112014
Binary1101111101100101011001110111100111010101000110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370619; }

 p { color: rgb(55,6,25); }

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

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

 a { background-color: rgb(55,6,25); }

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

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

 span { border-color: rgb(55,6,25); }

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