#201219

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

Shades of Blackberry #201219

Tints of Blackberry #201219

Color information

#201219 (or 0x201219) is unknown color: approx Blackberry. HEX triplet: 20, 12 and 19. RGB value is (32,18,25). Sum of RGB (Red+Green+Blue) = 32+18+25=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 32 - color contains mainly: red. Hex color #201219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201219 is #DFEDE6. Grayscale: #161616. Windows color (decimal): -14675431 or 1643040. OLE color: 1643040.

HSL color Cylindrical-coordinate representation of color #201219: hue angle of 330º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #201219 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.87.

Color convert

RGB321825-
CMYK00.440.220.87
HSL330º28%9.8%-
HSV(B)330º43.75%12.55%-
XYZ0.990.811.02-
YUV22.98129.14134.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 42.67%
GREEN value IS 18 (7.42% from 255) = 24%
BLUE value IS 25 (10.16% from 255) = 33.33%
R=42.67%
G=24%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32182500.440.220.87330289.8
Hex20121902C165714a1ca
Octal402231054261275123412
Binary10000010010110010101100101101010111101001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201219; }

 p { color: rgb(32,18,25); }

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

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

 a { background-color: rgb(32,18,25); }

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

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

 span { border-color: rgb(32,18,25); }

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