#210414

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

Shades of Blackberry #210414

Tints of Blackberry #210414

Color information

#210414 (or 0x210414) is unknown color: approx Blackberry. HEX triplet: 21, 04 and 14. RGB value is (33,4,20). Sum of RGB (Red+Green+Blue) = 33+4+20=57 (7% of max value = 765). Red value is 33 (13.28% from 255 or 57.89% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 33 - color contains mainly: red. Hex color #210414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210414 is #DEFBEB. Grayscale: #0E0E0E. Windows color (decimal): -14613484 or 1311777. OLE color: 1311777.

HSL color Cylindrical-coordinate representation of color #210414: hue angle of 326.9º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210414 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.87.

Color convert

RGB33420-
CMYK00.880.390.87
HSL326.9º78.38%7.25%-
HSV(B)326.9º87.88%12.94%-
XYZ0.80.460.71-
YUV14.5131.11141.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 57.89%
GREEN value IS 4 (1.95% from 255) = 7.02%
BLUE value IS 20 (8.20% from 255) = 35.09%
R=57.89%
G=7.02%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3342000.880.390.87326.978.387.25
Hex2141405827571474e7
Octal414240130471275071167
Binary100001100101000101100010011110101111010001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210414; }

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

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

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

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

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

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

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

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