#210D1B

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

Shades of Melanzane #210D1B

Tints of Melanzane #210D1B

Color information

#210D1B (or 0x210D1B) is unknown color: approx Melanzane. HEX triplet: 21, 0D and 1B. RGB value is (33,13,27). Sum of RGB (Red+Green+Blue) = 33+13+27=73 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.21% from 73); Green value is 13 (5.47% from 255 or 17.81% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 33 - color contains mainly: red. Hex color #210D1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210D1B is #DEF2E4. Grayscale: #141414. Windows color (decimal): -14611173 or 1772833. OLE color: 1772833.

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

Color convert

RGB331327-
CMYK00.610.180.87
HSL318º43.48%9.02%-
HSV(B)318º60.61%12.94%-
XYZ0.970.691.12-
YUV20.58131.63136.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 45.21%
GREEN value IS 13 (5.47% from 255) = 17.81%
BLUE value IS 27 (10.94% from 255) = 36.99%
R=45.21%
G=17.81%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33132700.610.180.8731843.489.02
Hex21D1B03D125713e2b9
Octal411533075221274765311
Binary10000111011101101111011001010101111001111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,13,27); }

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

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

 a { background-color: rgb(33,13,27); }

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

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

 span { border-color: rgb(33,13,27); }

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