#2F1E28

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

Shades of Melanzane #2F1E28

Tints of Melanzane #2F1E28

Color information

#2F1E28 (or 0x2F1E28) is unknown color: approx Melanzane. HEX triplet: 2F, 1E and 28. RGB value is (47,30,40). Sum of RGB (Red+Green+Blue) = 47+30+40=117 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.17% from 117); Green value is 30 (12.11% from 255 or 25.64% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1E28 is #D0E1D7. Grayscale: #242424. Windows color (decimal): -13689304 or 2629167. OLE color: 2629167.

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

Color convert

RGB473040-
CMYK00.360.150.82
HSL324.71º22.08%15.1%-
HSV(B)324.71º36.17%18.43%-
XYZ2.021.692.23-
YUV36.22130.13135.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 40.17%
GREEN value IS 30 (12.11% from 255) = 25.64%
BLUE value IS 40 (16.02% from 255) = 34.19%
R=40.17%
G=25.64%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47304000.360.150.82324.7122.0815.1
Hex2F1E28024F5214516f
Octal573650044171225052617
Binary10111111110101000010010011111010010101000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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