#210C1C

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

Shades of Melanzane #210C1C

Tints of Melanzane #210C1C

Color information

#210C1C (or 0x210C1C) is unknown color: approx Melanzane. HEX triplet: 21, 0C and 1C. RGB value is (33,12,28). Sum of RGB (Red+Green+Blue) = 33+12+28=73 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.21% from 73); Green value is 12 (5.08% from 255 or 16.44% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 33 - color contains mainly: red. Hex color #210C1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210C1C is #DEF3E3. Grayscale: #141414. Windows color (decimal): -14611428 or 1838113. OLE color: 1838113.

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

Color convert

RGB331228-
CMYK00.640.150.87
HSL314.29º46.67%8.82%-
HSV(B)314.29º63.64%12.94%-
XYZ0.970.671.18-
YUV20.1132.46137.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 45.21%
GREEN value IS 12 (5.08% from 255) = 16.44%
BLUE value IS 28 (11.33% from 255) = 38.36%
R=45.21%
G=16.44%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33122800.640.150.87314.2946.678.82
Hex21C1C040F5713a2f9
Octal4114340100171274725711
Binary10000111001110001000000111110101111001110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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