#2F1F29

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

Shades of Melanzane #2F1F29

Tints of Melanzane #2F1F29

Color information

#2F1F29 (or 0x2F1F29) is unknown color: approx Melanzane. HEX triplet: 2F, 1F and 29. RGB value is (47,31,41). Sum of RGB (Red+Green+Blue) = 47+31+41=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1F29 is #D0E0D6. Grayscale: #242424. Windows color (decimal): -13689047 or 2694959. OLE color: 2694959.

HSL color Cylindrical-coordinate representation of color #2F1F29: hue angle of 322.5º 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 #2F1F29 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB473141-
CMYK00.340.130.82
HSL322.5º20.51%15.29%-
HSV(B)322.5º34.04%18.43%-
XYZ2.061.742.33-
YUV36.92130.3135.19-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 39.50%
GREEN value IS 31 (12.5% from 255) = 26.05%
BLUE value IS 41 (16.41% from 255) = 34.45%
R=39.50%
G=26.05%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47314100.340.130.82322.520.5115.29
Hex2F1F29022D5214215f
Octal573751042151225022517
Binary10111111111101001010001011011010010101000010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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