#210015

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

Shades of Blackberry #210015

Tints of Blackberry #210015

Color information

#210015 (or 0x210015) is unknown color: approx Blackberry. HEX triplet: 21, 00 and 15. RGB value is (33,0,21). Sum of RGB (Red+Green+Blue) = 33+0+21=54 (7% of max value = 765). Red value is 33 (13.28% from 255 or 61.11% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 21 (8.59% from 255 or 38.89% from 54); Max value from RGB is 33 - color contains mainly: red. Hex color #210015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210015 is #DEFFEA. Grayscale: #0C0C0C. Windows color (decimal): -14614507 or 1376289. OLE color: 1376289.

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

Color convert

RGB33021-
CMYK010.360.87
HSL321.82º100%6.47%-
HSV(B)321.82º100%12.94%-
XYZ0.760.380.74-
YUV12.26132.93142.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 61.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 38.89%
R=61.11%
G=0%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33021010.360.87321.821006.47
Hex210150642457142646
Octal410250144441275021446
Binary1000010101010110010010010010101111010000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210015; }

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

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

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

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

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

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

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

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