#210B1C

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

Shades of Melanzane #210B1C

Tints of Melanzane #210B1C

Color information

#210B1C (or 0x210B1C) is unknown color: approx Melanzane. HEX triplet: 21, 0B and 1C. RGB value is (33,11,28). Sum of RGB (Red+Green+Blue) = 33+11+28=72 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.83% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 33 - color contains mainly: red. Hex color #210B1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210B1C is #DEF4E3. Grayscale: #131313. Windows color (decimal): -14611684 or 1837857. OLE color: 1837857.

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

Color convert

RGB331128-
CMYK00.670.150.87
HSL313.64º50%8.63%-
HSV(B)313.64º66.67%12.94%-
XYZ0.960.651.17-
YUV19.52132.79137.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 45.83%
GREEN value IS 11 (4.69% from 255) = 15.28%
BLUE value IS 28 (11.33% from 255) = 38.89%
R=45.83%
G=15.28%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33112800.670.150.87313.64508.63
Hex21B1C043F5713a329
Octal4113340103171274726211
Binary10000110111110001000011111110101111001110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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