#210F1E

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

Shades of Melanzane #210F1E

Tints of Melanzane #210F1E

Color information

#210F1E (or 0x210F1E) is unknown color: approx Melanzane. HEX triplet: 21, 0F and 1E. RGB value is (33,15,30). Sum of RGB (Red+Green+Blue) = 33+15+30=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 33 - color contains mainly: red. Hex color #210F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210F1E is #DEF0E1. Grayscale: #161616. Windows color (decimal): -14610658 or 1969953. OLE color: 1969953.

HSL color Cylindrical-coordinate representation of color #210F1E: hue angle of 310º 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 #210F1E is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB331530-
CMYK00.550.090.87
HSL310º37.5%9.41%-
HSV(B)310º54.55%12.94%-
XYZ1.030.761.32-
YUV22.09132.46135.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.31%
GREEN value IS 15 (6.25% from 255) = 19.23%
BLUE value IS 30 (12.11% from 255) = 38.46%
R=42.31%
G=19.23%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33153000.550.090.8731037.59.41
Hex21F1E037957136269
Octal411736067111274664611
Binary1000011111111100110111100110101111001101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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