#210214

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

Shades of Blackberry #210214

Tints of Blackberry #210214

Color information

#210214 (or 0x210214) is unknown color: approx Blackberry. HEX triplet: 21, 02 and 14. RGB value is (33,2,20). Sum of RGB (Red+Green+Blue) = 33+2+20=55 (7% of max value = 765). Red value is 33 (13.28% from 255 or 60% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 33 - color contains mainly: red. Hex color #210214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210214 is #DEFDEB. Grayscale: #0D0D0D. Windows color (decimal): -14613996 or 1311265. OLE color: 1311265.

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

Color convert

RGB33220-
CMYK00.940.390.87
HSL325.16º88.57%6.86%-
HSV(B)325.16º93.94%12.94%-
XYZ0.780.420.7-
YUV13.32131.77142.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 60%
GREEN value IS 2 (1.17% from 255) = 3.64%
BLUE value IS 20 (8.20% from 255) = 36.36%
R=60%
G=3.64%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3322000.940.390.87325.1688.576.86
Hex2121405E2757145597
Octal412240136471275051317
Binary10000110101000101111010011110101111010001011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210214; }

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

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

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

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

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

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

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

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