#210D19

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

Shades of Blackberry #210D19

Tints of Blackberry #210D19

Color information

#210D19 (or 0x210D19) is unknown color: approx Blackberry. HEX triplet: 21, 0D and 19. RGB value is (33,13,25). Sum of RGB (Red+Green+Blue) = 33+13+25=71 (9% of max value = 765). Red value is 33 (13.28% from 255 or 46.48% from 71); Green value is 13 (5.47% from 255 or 18.31% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 33 - color contains mainly: red. Hex color #210D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210D19 is #DEF2E6. Grayscale: #141414. Windows color (decimal): -14611175 or 1641761. OLE color: 1641761.

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

Color convert

RGB331325-
CMYK00.610.240.87
HSL324º43.48%9.02%-
HSV(B)324º60.61%12.94%-
XYZ0.950.681-
YUV20.35130.63137.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 46.48%
GREEN value IS 13 (5.47% from 255) = 18.31%
BLUE value IS 25 (10.16% from 255) = 35.21%
R=46.48%
G=18.31%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33132500.610.240.8732443.489.02
Hex21D1903D18571442b9
Octal411531075301275045311
Binary10000111011100101111011100010101111010001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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