#2F242C

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

Shades of Melanzane #2F242C

Tints of Melanzane #2F242C

Color information

#2F242C (or 0x2F242C) is unknown color: approx Melanzane. HEX triplet: 2F, 24 and 2C. RGB value is (47,36,44). Sum of RGB (Red+Green+Blue) = 47+36+44=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 47 - color contains mainly: red. Hex color #2F242C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F242C is #D0DBD3. Grayscale: #282828. Windows color (decimal): -13687764 or 2892847. OLE color: 2892847.

HSL color Cylindrical-coordinate representation of color #2F242C: hue angle of 316.36º degrees, saturation: 0.13, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2F242C is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.82.

Color convert

RGB473644-
CMYK00.230.060.82
HSL316.36º13.25%16.27%-
HSV(B)316.36º23.4%18.43%-
XYZ2.262.052.66-
YUV40.2130.14132.85-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.01%
GREEN value IS 36 (14.45% from 255) = 28.35%
BLUE value IS 44 (17.58% from 255) = 34.65%
R=37.01%
G=28.35%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47364400.230.060.82316.3613.2516.27
Hex2F242C01765213cd10
Octal57445402761224741520
Binary1011111001001011000101111101010010100111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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