#210A1B

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

Shades of Melanzane #210A1B

Tints of Melanzane #210A1B

Color information

#210A1B (or 0x210A1B) is unknown color: approx Melanzane. HEX triplet: 21, 0A and 1B. RGB value is (33,10,27). Sum of RGB (Red+Green+Blue) = 33+10+27=70 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.14% from 70); Green value is 10 (4.30% from 255 or 14.29% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 33 - color contains mainly: red. Hex color #210A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210A1B is #DEF5E4. Grayscale: #121212. Windows color (decimal): -14611941 or 1772065. OLE color: 1772065.

HSL color Cylindrical-coordinate representation of color #210A1B: hue angle of 315.65º degrees, saturation: 0.53, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #210A1B is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB331027-
CMYK00.700.180.87
HSL315.65º53.49%8.43%-
HSV(B)315.65º69.7%12.94%-
XYZ0.930.621.11-
YUV18.81132.62138.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 47.14%
GREEN value IS 10 (4.30% from 255) = 14.29%
BLUE value IS 27 (10.94% from 255) = 38.57%
R=47.14%
G=14.29%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33102700.700.180.87315.6553.498.43
Hex21A1B046125713c358
Octal4112330106221274746510
Binary100001101011011010001101001010101111001111001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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