#210919

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

Shades of Melanzane #210919

Tints of Melanzane #210919

Color information

#210919 (or 0x210919) is unknown color: approx Melanzane. HEX triplet: 21, 09 and 19. RGB value is (33,9,25). Sum of RGB (Red+Green+Blue) = 33+9+25=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 33 - color contains mainly: red. Hex color #210919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210919 is #DEF6E6. Grayscale: #111111. Windows color (decimal): -14612199 or 1640737. OLE color: 1640737.

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

Color convert

RGB33925-
CMYK00.730.240.87
HSL320º57.14%8.24%-
HSV(B)320º72.73%12.94%-
XYZ0.90.590.99-
YUV18131.95138.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 49.25%
GREEN value IS 9 (3.91% from 255) = 13.43%
BLUE value IS 25 (10.16% from 255) = 37.31%
R=49.25%
G=13.43%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3392500.730.240.8732057.148.24
Hex219190491857140398
Octal4111310111301275007110
Binary100001100111001010010011100010101111010000001110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210919; }

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

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

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

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

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

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

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

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