#210215

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

Shades of Blackberry #210215

Tints of Blackberry #210215

Color information

#210215 (or 0x210215) is unknown color: approx Blackberry. HEX triplet: 21, 02 and 15. RGB value is (33,2,21). Sum of RGB (Red+Green+Blue) = 33+2+21=56 (7% of max value = 765). Red value is 33 (13.28% from 255 or 58.93% from 56); Green value is 2 (1.17% from 255 or 3.57% from 56); Blue value is 21 (8.59% from 255 or 37.5% from 56); Max value from RGB is 33 - color contains mainly: red. Hex color #210215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210215 is #DEFDEA. Grayscale: #0D0D0D. Windows color (decimal): -14613995 or 1376801. OLE color: 1376801.

HSL color Cylindrical-coordinate representation of color #210215: hue angle of 323.23º 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 #210215 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.87.

Color convert

RGB33221-
CMYK00.940.360.87
HSL323.23º88.57%6.86%-
HSV(B)323.23º93.94%12.94%-
XYZ0.780.420.75-
YUV13.43132.27141.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 58.93%
GREEN value IS 2 (1.17% from 255) = 3.57%
BLUE value IS 21 (8.59% from 255) = 37.5%
R=58.93%
G=3.57%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3322100.940.360.87323.2388.576.86
Hex2121505E2457143597
Octal412250136441275031317
Binary10000110101010101111010010010101111010000111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210215; }

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

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

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

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

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

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

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

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