#210417

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

Shades of Blackberry #210417

Tints of Blackberry #210417

Color information

#210417 (or 0x210417) is unknown color: approx Blackberry. HEX triplet: 21, 04 and 17. RGB value is (33,4,23). Sum of RGB (Red+Green+Blue) = 33+4+23=60 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 23 (9.38% from 255 or 38.33% from 60); Max value from RGB is 33 - color contains mainly: red. Hex color #210417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210417 is #DEFBE8. Grayscale: #0E0E0E. Windows color (decimal): -14613481 or 1508385. OLE color: 1508385.

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

Color convert

RGB33423-
CMYK00.880.300.87
HSL320.69º78.38%7.25%-
HSV(B)320.69º87.88%12.94%-
XYZ0.830.470.86-
YUV14.84132.61140.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 55%
GREEN value IS 4 (1.95% from 255) = 6.67%
BLUE value IS 23 (9.38% from 255) = 38.33%
R=55%
G=6.67%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.30
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3342300.880.300.87320.6978.387.25
Hex214170581E571414e7
Octal414270130361275011167
Binary10000110010111010110001111010101111010000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210417; }

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

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

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

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

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

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

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

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