#210819

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

Shades of Melanzane #210819

Tints of Melanzane #210819

Color information

#210819 (or 0x210819) is unknown color: approx Melanzane. HEX triplet: 21, 08 and 19. RGB value is (33,8,25). Sum of RGB (Red+Green+Blue) = 33+8+25=66 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 25 (10.16% from 255 or 37.88% from 66); Max value from RGB is 33 - color contains mainly: red. Hex color #210819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210819 is #DEF7E6. Grayscale: #111111. Windows color (decimal): -14612455 or 1640481. OLE color: 1640481.

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

Color convert

RGB33825-
CMYK00.760.240.87
HSL319.2º60.98%8.04%-
HSV(B)319.2º75.76%12.94%-
XYZ0.890.570.98-
YUV17.41132.28139.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 12.12%
BLUE value IS 25 (10.16% from 255) = 37.88%
R=50%
G=12.12%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3382500.760.240.87319.260.988.04
Hex2181904C185713f3d8
Octal4110310114301274777510
Binary100001100011001010011001100010101111001111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210819; }

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

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

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

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

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

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

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

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