#210516

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

Shades of Blackberry #210516

Tints of Blackberry #210516

Color information

#210516 (or 0x210516) is unknown color: approx Blackberry. HEX triplet: 21, 05 and 16. RGB value is (33,5,22). Sum of RGB (Red+Green+Blue) = 33+5+22=60 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 22 (8.98% from 255 or 36.67% from 60); Max value from RGB is 33 - color contains mainly: red. Hex color #210516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210516 is #DEFAE9. Grayscale: #0F0F0F. Windows color (decimal): -14613226 or 1443105. OLE color: 1443105.

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

Color convert

RGB33522-
CMYK00.850.330.87
HSL323.57º73.68%7.45%-
HSV(B)323.57º84.85%12.94%-
XYZ0.830.490.81-
YUV15.31131.78140.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 55%
GREEN value IS 5 (2.34% from 255) = 8.33%
BLUE value IS 22 (8.98% from 255) = 36.67%
R=55%
G=8.33%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3352200.850.330.87323.5773.687.45
Hex2151605521571444a7
Octal415260125411275041127
Binary100001101101100101010110000110101111010001001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210516; }

 p { color: rgb(33,5,22); }

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

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

 a { background-color: rgb(33,5,22); }

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

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

 span { border-color: rgb(33,5,22); }

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