#210619

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

Shades of Melanzane #210619

Tints of Melanzane #210619

Color information

#210619 (or 0x210619) is unknown color: approx Melanzane. HEX triplet: 21, 06 and 19. RGB value is (33,6,25). Sum of RGB (Red+Green+Blue) = 33+6+25=64 (8% of max value = 765). Red value is 33 (13.28% from 255 or 51.56% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 33 - color contains mainly: red. Hex color #210619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210619 is #DEF9E6. Grayscale: #101010. Windows color (decimal): -14612967 or 1639969. OLE color: 1639969.

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

Color convert

RGB33625-
CMYK00.820.240.87
HSL317.78º69.23%7.65%-
HSV(B)317.78º81.82%12.94%-
XYZ0.870.520.98-
YUV16.24132.95139.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 51.56%
GREEN value IS 6 (2.73% from 255) = 9.38%
BLUE value IS 25 (10.16% from 255) = 39.06%
R=51.56%
G=9.38%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3362500.820.240.87317.7869.237.65
Hex21619052185713e458
Octal4163101223012747610510
Binary100001110110010101001011000101011110011111010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210619; }

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

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

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

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

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

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

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

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