#2C0D24

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

Shades of Melanzane #2C0D24

Tints of Melanzane #2C0D24

Color information

#2C0D24 (or 0x2C0D24) is unknown color: approx Melanzane. HEX triplet: 2C, 0D and 24. RGB value is (44,13,36). Sum of RGB (Red+Green+Blue) = 44+13+36=93 (12% of max value = 765). Red value is 44 (17.58% from 255 or 47.31% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 36 (14.45% from 255 or 38.71% from 93); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0D24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0D24 is #D3F2DB. Grayscale: #181818. Windows color (decimal): -13890268 or 2362668. OLE color: 2362668.

HSL color Cylindrical-coordinate representation of color #2C0D24: hue angle of 315.48º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C0D24 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.83.

Color convert

RGB441336-
CMYK00.700.180.83
HSL315.48º54.39%11.18%-
HSV(B)315.48º70.45%17.25%-
XYZ1.50.951.77-
YUV24.89134.27141.63-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 47.31%
GREEN value IS 13 (5.47% from 255) = 13.98%
BLUE value IS 36 (14.45% from 255) = 38.71%
R=47.31%
G=13.98%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44133600.700.180.83315.4854.3911.18
Hex2CD24046125313b36b
Octal5415440106221234736613
Binary1011001101100100010001101001010100111001110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C0D24; }

 p { color: rgb(44,13,36); }

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

<style>
 a { background-color: #2C0D24; }

 a { background-color: rgb(44,13,36); }

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

<style>
 span { border-color: #2C0D24; }

 span { border-color: rgb(44,13,36); }

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