#210D18

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

Shades of Blackberry #210D18

Tints of Blackberry #210D18

Color information

#210D18 (or 0x210D18) is unknown color: approx Blackberry. HEX triplet: 21, 0D and 18. RGB value is (33,13,24). Sum of RGB (Red+Green+Blue) = 33+13+24=70 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.14% from 70); Green value is 13 (5.47% from 255 or 18.57% from 70); Blue value is 24 (9.77% from 255 or 34.29% from 70); Max value from RGB is 33 - color contains mainly: red. Hex color #210D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210D18 is #DEF2E7. Grayscale: #141414. Windows color (decimal): -14611176 or 1576225. OLE color: 1576225.

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

Color convert

RGB331324-
CMYK00.610.270.87
HSL327º43.48%9.02%-
HSV(B)327º60.61%12.94%-
XYZ0.940.680.95-
YUV20.23130.13137.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 47.14%
GREEN value IS 13 (5.47% from 255) = 18.57%
BLUE value IS 24 (9.77% from 255) = 34.29%
R=47.14%
G=18.57%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33132400.610.270.8732743.489.02
Hex21D1803D1B571472b9
Octal411530075331275075311
Binary10000111011100001111011101110101111010001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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