#2C0F24

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

Shades of Melanzane #2C0F24

Tints of Melanzane #2C0F24

Color information

#2C0F24 (or 0x2C0F24) is unknown color: approx Melanzane. HEX triplet: 2C, 0F and 24. RGB value is (44,15,36). Sum of RGB (Red+Green+Blue) = 44+15+36=95 (12% of max value = 765). Red value is 44 (17.58% from 255 or 46.32% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 36 (14.45% from 255 or 37.89% from 95); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0F24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0F24 is #D3F0DB. Grayscale: #1A1A1A. Windows color (decimal): -13889756 or 2363180. OLE color: 2363180.

HSL color Cylindrical-coordinate representation of color #2C0F24: hue angle of 316.55º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C0F24 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.83.

Color convert

RGB441536-
CMYK00.660.180.83
HSL316.55º49.15%11.57%-
HSV(B)316.55º65.91%17.25%-
XYZ1.5311.78-
YUV26.06133.61140.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 46.32%
GREEN value IS 15 (6.25% from 255) = 15.79%
BLUE value IS 36 (14.45% from 255) = 37.89%
R=46.32%
G=15.79%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44153600.660.180.83316.5549.1511.57
Hex2CF24042125313d31c
Octal5417440102221234756114
Binary1011001111100100010000101001010100111001111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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