#210213

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

Shades of Blackberry #210213

Tints of Blackberry #210213

Color information

#210213 (or 0x210213) is unknown color: approx Blackberry. HEX triplet: 21, 02 and 13. RGB value is (33,2,19). Sum of RGB (Red+Green+Blue) = 33+2+19=54 (7% of max value = 765). Red value is 33 (13.28% from 255 or 61.11% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 33 - color contains mainly: red. Hex color #210213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210213 is #DEFDEC. Grayscale: #0D0D0D. Windows color (decimal): -14613997 or 1245729. OLE color: 1245729.

HSL color Cylindrical-coordinate representation of color #210213: hue angle of 327.1º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210213 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.87.

Color convert

RGB33219-
CMYK00.940.420.87
HSL327.1º88.57%6.86%-
HSV(B)327.1º93.94%12.94%-
XYZ0.770.410.66-
YUV13.21131.27142.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 61.11%
GREEN value IS 2 (1.17% from 255) = 3.70%
BLUE value IS 19 (7.81% from 255) = 35.19%
R=61.11%
G=3.70%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3321900.940.420.87327.188.576.86
Hex2121305E2A57147597
Octal412230136521275071317
Binary10000110100110101111010101010101111010001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210213; }

 p { color: rgb(33,2,19); }

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

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

 a { background-color: rgb(33,2,19); }

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

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

 span { border-color: rgb(33,2,19); }

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