#210013

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

Shades of Blackberry #210013

Tints of Blackberry #210013

Color information

#210013 (or 0x210013) is unknown color: approx Blackberry. HEX triplet: 21, 00 and 13. RGB value is (33,0,19). Sum of RGB (Red+Green+Blue) = 33+0+19=52 (6% of max value = 765). Red value is 33 (13.28% from 255 or 63.46% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 33 - color contains mainly: red. Hex color #210013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210013 is #DEFFEC. Grayscale: #0B0B0B. Windows color (decimal): -14614509 or 1245217. OLE color: 1245217.

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

Color convert

RGB33019-
CMYK010.420.87
HSL325.45º100%6.47%-
HSV(B)325.45º100%12.94%-
XYZ0.740.370.65-
YUV12.03131.93142.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 63.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 36.54%
R=63.46%
G=0%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33019010.420.87325.451006.47
Hex210130642A57145646
Octal410230144521275051446
Binary1000010100110110010010101010101111010001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210013; }

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

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

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

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

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

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

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

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