#2F1F28

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

Shades of Melanzane #2F1F28

Tints of Melanzane #2F1F28

Color information

#2F1F28 (or 0x2F1F28) is unknown color: approx Melanzane. HEX triplet: 2F, 1F and 28. RGB value is (47,31,40). Sum of RGB (Red+Green+Blue) = 47+31+40=118 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.83% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1F28 is #D0E0D7. Grayscale: #242424. Windows color (decimal): -13689048 or 2629423. OLE color: 2629423.

HSL color Cylindrical-coordinate representation of color #2F1F28: hue angle of 326.25º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F1F28 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.82.

Color convert

RGB473140-
CMYK00.340.150.82
HSL326.25º20.51%15.29%-
HSV(B)326.25º34.04%18.43%-
XYZ2.051.742.24-
YUV36.81129.8135.27-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 39.83%
GREEN value IS 31 (12.5% from 255) = 26.27%
BLUE value IS 40 (16.02% from 255) = 33.90%
R=39.83%
G=26.27%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47314000.340.150.82326.2520.5115.29
Hex2F1F28022F5214615f
Octal573750042171225062517
Binary10111111111101000010001011111010010101000110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,31,40); }

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

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

 a { background-color: rgb(47,31,40); }

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

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

 span { border-color: rgb(47,31,40); }

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