#210B1B

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

Shades of Melanzane #210B1B

Tints of Melanzane #210B1B

Color information

#210B1B (or 0x210B1B) is unknown color: approx Melanzane. HEX triplet: 21, 0B and 1B. RGB value is (33,11,27). Sum of RGB (Red+Green+Blue) = 33+11+27=71 (9% of max value = 765). Red value is 33 (13.28% from 255 or 46.48% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 33 - color contains mainly: red. Hex color #210B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210B1B is #DEF4E4. Grayscale: #131313. Windows color (decimal): -14611685 or 1772321. OLE color: 1772321.

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

Color convert

RGB331127-
CMYK00.670.180.87
HSL316.36º50%8.63%-
HSV(B)316.36º66.67%12.94%-
XYZ0.940.641.11-
YUV19.4132.29137.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 46.48%
GREEN value IS 11 (4.69% from 255) = 15.49%
BLUE value IS 27 (10.94% from 255) = 38.03%
R=46.48%
G=15.49%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33112700.670.180.87316.36508.63
Hex21B1B043125713c329
Octal4113330103221274746211
Binary100001101111011010000111001010101111001111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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