#210519

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

Shades of Blackberry #210519

Tints of Blackberry #210519

Color information

#210519 (or 0x210519) is unknown color: approx Blackberry. HEX triplet: 21, 05 and 19. RGB value is (33,5,25). Sum of RGB (Red+Green+Blue) = 33+5+25=63 (8% of max value = 765). Red value is 33 (13.28% from 255 or 52.38% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 33 - color contains mainly: red. Hex color #210519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210519 is #DEFAE6. Grayscale: #0F0F0F. Windows color (decimal): -14613223 or 1639713. OLE color: 1639713.

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

Color convert

RGB33525-
CMYK00.850.240.87
HSL317.14º73.68%7.45%-
HSV(B)317.14º84.85%12.94%-
XYZ0.860.50.97-
YUV15.65133.28140.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 52.38%
GREEN value IS 5 (2.34% from 255) = 7.94%
BLUE value IS 25 (10.16% from 255) = 39.68%
R=52.38%
G=7.94%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3352500.850.240.87317.1473.687.45
Hex21519055185713d4a7
Octal415310125301274751127
Binary10000110111001010101011100010101111001111011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210519; }

 p { color: rgb(33,5,25); }

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

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

 a { background-color: rgb(33,5,25); }

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

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

 span { border-color: rgb(33,5,25); }

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