#210F1C

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

Shades of Melanzane #210F1C

Tints of Melanzane #210F1C

Color information

#210F1C (or 0x210F1C) is unknown color: approx Melanzane. HEX triplet: 21, 0F and 1C. RGB value is (33,15,28). Sum of RGB (Red+Green+Blue) = 33+15+28=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 33 - color contains mainly: red. Hex color #210F1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210F1C is #DEF0E3. Grayscale: #151515. Windows color (decimal): -14610660 or 1838881. OLE color: 1838881.

HSL color Cylindrical-coordinate representation of color #210F1C: hue angle of 316.67º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #210F1C is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB331528-
CMYK00.550.150.87
HSL316.67º37.5%9.41%-
HSV(B)316.67º54.55%12.94%-
XYZ1.010.751.19-
YUV21.86131.46135.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 43.42%
GREEN value IS 15 (6.25% from 255) = 19.74%
BLUE value IS 28 (11.33% from 255) = 36.84%
R=43.42%
G=19.74%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33152800.550.150.87316.6737.59.41
Hex21F1C037F5713d269
Octal411734067171274754611
Binary1000011111111000110111111110101111001111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210F1C; }

 p { color: rgb(33,15,28); }

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

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

 a { background-color: rgb(33,15,28); }

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

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

 span { border-color: rgb(33,15,28); }

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