#210F19

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

Shades of Blackberry #210F19

Tints of Blackberry #210F19

Color information

#210F19 (or 0x210F19) is unknown color: approx Blackberry. HEX triplet: 21, 0F and 19. RGB value is (33,15,25). Sum of RGB (Red+Green+Blue) = 33+15+25=73 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.21% from 73); Green value is 15 (6.25% from 255 or 20.55% from 73); Blue value is 25 (10.16% from 255 or 34.25% from 73); Max value from RGB is 33 - color contains mainly: red. Hex color #210F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210F19 is #DEF0E6. Grayscale: #151515. Windows color (decimal): -14610663 or 1642273. OLE color: 1642273.

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

Color convert

RGB331525-
CMYK00.550.240.87
HSL326.67º37.5%9.41%-
HSV(B)326.67º54.55%12.94%-
XYZ0.970.741.01-
YUV21.52129.96136.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 45.21%
GREEN value IS 15 (6.25% from 255) = 20.55%
BLUE value IS 25 (10.16% from 255) = 34.25%
R=45.21%
G=20.55%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33152500.550.240.87326.6737.59.41
Hex21F190371857147269
Octal411731067301275074611
Binary10000111111100101101111100010101111010001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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