#370318

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

Shades of Blackberry #370318

Tints of Blackberry #370318

Color information

#370318 (or 0x370318) is unknown color: approx Blackberry. HEX triplet: 37, 03 and 18. RGB value is (55,3,24). Sum of RGB (Red+Green+Blue) = 55+3+24=82 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.07% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 55 - color contains mainly: red. Hex color #370318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370318 is #C8FCE7. Grayscale: #141414. Windows color (decimal): -13171944 or 1573687. OLE color: 1573687.

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

Color convert

RGB55324-
CMYK00.950.560.78
HSL335.77º89.66%11.37%-
HSV(B)335.77º94.55%21.57%-
XYZ1.770.940.95-
YUV20.94129.73152.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 67.07%
GREEN value IS 3 (1.56% from 255) = 3.66%
BLUE value IS 24 (9.77% from 255) = 29.27%
R=67.07%
G=3.66%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5532400.950.560.78335.7789.6611.37
Hex3731805F384E1505ab
Octal6733001377011652013213
Binary110111111100001011111111000100111010101000010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370318; }

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

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

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

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

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

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

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

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