#210B16

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

Shades of Blackberry #210B16

Tints of Blackberry #210B16

Color information

#210B16 (or 0x210B16) is unknown color: approx Blackberry. HEX triplet: 21, 0B and 16. RGB value is (33,11,22). Sum of RGB (Red+Green+Blue) = 33+11+22=66 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 33 - color contains mainly: red. Hex color #210B16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210B16 is #DEF4E9. Grayscale: #121212. Windows color (decimal): -14611690 or 1444641. OLE color: 1444641.

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

Color convert

RGB331122-
CMYK00.670.330.87
HSL330º50%8.63%-
HSV(B)330º66.67%12.94%-
XYZ0.890.620.83-
YUV18.83129.79138.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 50%
GREEN value IS 11 (4.69% from 255) = 16.67%
BLUE value IS 22 (8.98% from 255) = 33.33%
R=50%
G=16.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33112200.670.330.87330508.63
Hex21B16043215714a329
Octal4113260103411275126211
Binary1000011011101100100001110000110101111010010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,11,22); }

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

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

 a { background-color: rgb(33,11,22); }

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

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

 span { border-color: rgb(33,11,22); }

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