#2F1829

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

Shades of Melanzane #2F1829

Tints of Melanzane #2F1829

Color information

#2F1829 (or 0x2F1829) is unknown color: approx Melanzane. HEX triplet: 2F, 18 and 29. RGB value is (47,24,41). Sum of RGB (Red+Green+Blue) = 47+24+41=112 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.96% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1829 is #D0E7D6. Grayscale: #202020. Windows color (decimal): -13690839 or 2693167. OLE color: 2693167.

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

Color convert

RGB472441-
CMYK00.490.130.82
HSL315.65º32.39%13.92%-
HSV(B)315.65º48.94%18.43%-
XYZ1.91.422.27-
YUV32.82132.62138.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 41.96%
GREEN value IS 24 (9.77% from 255) = 21.43%
BLUE value IS 41 (16.41% from 255) = 36.61%
R=41.96%
G=21.43%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47244100.490.130.82315.6532.3913.92
Hex2F1829031D5213c20e
Octal573051061151224744016
Binary101111110001010010110001110110100101001111001000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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