#210012

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

Shades of Blackberry #210012

Tints of Blackberry #210012

Color information

#210012 (or 0x210012) is unknown color: approx Blackberry. HEX triplet: 21, 00 and 12. RGB value is (33,0,18). Sum of RGB (Red+Green+Blue) = 33+0+18=51 (6% of max value = 765). Red value is 33 (13.28% from 255 or 64.71% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 33 - color contains mainly: red. Hex color #210012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210012 is #DEFFED. Grayscale: #0B0B0B. Windows color (decimal): -14614510 or 1179681. OLE color: 1179681.

HSL color Cylindrical-coordinate representation of color #210012: hue angle of 327.27º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210012 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.87.

Color convert

RGB33018-
CMYK010.450.87
HSL327.27º100%6.47%-
HSV(B)327.27º100%12.94%-
XYZ0.740.370.6-
YUV11.92131.43143.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 64.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 35.29%
R=64.71%
G=0%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33018010.450.87327.271006.47
Hex210120642D57147646
Octal410220144551275071446
Binary1000010100100110010010110110101111010001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210012; }

 p { color: rgb(33,0,18); }

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

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

 a { background-color: rgb(33,0,18); }

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

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

 span { border-color: rgb(33,0,18); }

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