#210F18

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

Shades of Blackberry #210F18

Tints of Blackberry #210F18

Color information

#210F18 (or 0x210F18) is unknown color: approx Blackberry. HEX triplet: 21, 0F and 18. RGB value is (33,15,24). Sum of RGB (Red+Green+Blue) = 33+15+24=72 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.83% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 33 - color contains mainly: red. Hex color #210F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210F18 is #DEF0E7. Grayscale: #151515. Windows color (decimal): -14610664 or 1576737. OLE color: 1576737.

HSL color Cylindrical-coordinate representation of color #210F18: hue angle of 330º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #210F18 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.87.

Color convert

RGB331524-
CMYK00.550.270.87
HSL330º37.5%9.41%-
HSV(B)330º54.55%12.94%-
XYZ0.960.730.95-
YUV21.41129.46136.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 45.83%
GREEN value IS 15 (6.25% from 255) = 20.83%
BLUE value IS 24 (9.77% from 255) = 33.33%
R=45.83%
G=20.83%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33152400.550.270.8733037.59.41
Hex21F180371B5714a269
Octal411730067331275124611
Binary10000111111100001101111101110101111010010101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210F18; }

 p { color: rgb(33,15,24); }

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

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

 a { background-color: rgb(33,15,24); }

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

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

 span { border-color: rgb(33,15,24); }

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