#210B19

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

Shades of Blackberry #210B19

Tints of Blackberry #210B19

Color information

#210B19 (or 0x210B19) is unknown color: approx Blackberry. HEX triplet: 21, 0B and 19. RGB value is (33,11,25). Sum of RGB (Red+Green+Blue) = 33+11+25=69 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.83% from 69); Green value is 11 (4.69% from 255 or 15.94% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 33 - color contains mainly: red. Hex color #210B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210B19 is #DEF4E6. Grayscale: #131313. Windows color (decimal): -14611687 or 1641249. OLE color: 1641249.

HSL color Cylindrical-coordinate representation of color #210B19: hue angle of 321.82º 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 #210B19 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.87.

Color convert

RGB331125-
CMYK00.670.240.87
HSL321.82º50%8.63%-
HSV(B)321.82º66.67%12.94%-
XYZ0.920.630.99-
YUV19.17131.29137.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 47.83%
GREEN value IS 11 (4.69% from 255) = 15.94%
BLUE value IS 25 (10.16% from 255) = 36.23%
R=47.83%
G=15.94%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33112500.670.240.87321.82508.63
Hex21B190431857142329
Octal4113310103301275026211
Binary100001101111001010000111100010101111010000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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