#210413

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

Shades of Blackberry #210413

Tints of Blackberry #210413

Color information

#210413 (or 0x210413) is unknown color: approx Blackberry. HEX triplet: 21, 04 and 13. RGB value is (33,4,19). Sum of RGB (Red+Green+Blue) = 33+4+19=56 (7% of max value = 765). Red value is 33 (13.28% from 255 or 58.93% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 33 - color contains mainly: red. Hex color #210413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210413 is #DEFBEC. Grayscale: #0E0E0E. Windows color (decimal): -14613485 or 1246241. OLE color: 1246241.

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

Color convert

RGB33419-
CMYK00.880.420.87
HSL328.97º78.38%7.25%-
HSV(B)328.97º87.88%12.94%-
XYZ0.790.460.66-
YUV14.38130.61141.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 58.93%
GREEN value IS 4 (1.95% from 255) = 7.14%
BLUE value IS 19 (7.81% from 255) = 33.93%
R=58.93%
G=7.14%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3341900.880.420.87328.9778.387.25
Hex214130582A571494e7
Octal414230130521275111167
Binary100001100100110101100010101010101111010010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210413; }

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

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

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

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

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

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

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

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