#210515

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

Shades of Blackberry #210515

Tints of Blackberry #210515

Color information

#210515 (or 0x210515) is unknown color: approx Blackberry. HEX triplet: 21, 05 and 15. RGB value is (33,5,21). Sum of RGB (Red+Green+Blue) = 33+5+21=59 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55.93% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 21 (8.59% from 255 or 35.59% from 59); Max value from RGB is 33 - color contains mainly: red. Hex color #210515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210515 is #DEFAEA. Grayscale: #0F0F0F. Windows color (decimal): -14613227 or 1377569. OLE color: 1377569.

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

Color convert

RGB33521-
CMYK00.850.360.87
HSL325.71º73.68%7.45%-
HSV(B)325.71º84.85%12.94%-
XYZ0.820.490.76-
YUV15.2131.28140.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 55.93%
GREEN value IS 5 (2.34% from 255) = 8.47%
BLUE value IS 21 (8.59% from 255) = 35.59%
R=55.93%
G=8.47%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3352100.850.360.87325.7173.687.45
Hex2151505524571464a7
Octal415250125441275061127
Binary100001101101010101010110010010101111010001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210515; }

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

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

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

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

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

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

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

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