#370218

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

Shades of Blackberry #370218

Tints of Blackberry #370218

Color information

#370218 (or 0x370218) is unknown color: approx Blackberry. HEX triplet: 37, 02 and 18. RGB value is (55,2,24). Sum of RGB (Red+Green+Blue) = 55+2+24=81 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.90% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 55 - color contains mainly: red. Hex color #370218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370218 is #C8FDE7. Grayscale: #141414. Windows color (decimal): -13172200 or 1573431. OLE color: 1573431.

HSL color Cylindrical-coordinate representation of color #370218: hue angle of 335.09º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370218 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB55224-
CMYK00.960.560.78
HSL335.09º92.98%11.18%-
HSV(B)335.09º96.36%21.57%-
XYZ1.760.920.95-
YUV20.36130.06152.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 67.90%
GREEN value IS 2 (1.17% from 255) = 2.47%
BLUE value IS 24 (9.77% from 255) = 29.63%
R=67.90%
G=2.47%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5522400.960.560.78335.0992.9811.18
Hex37218060384E14f5db
Octal6723001407011651713513
Binary110111101100001100000111000100111010100111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370218; }

 p { color: rgb(55,2,24); }

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

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

 a { background-color: rgb(55,2,24); }

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

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

 span { border-color: rgb(55,2,24); }

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