#2F192A

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

Shades of Melanzane #2F192A

Tints of Melanzane #2F192A

Color information

#2F192A (or 0x2F192A) is unknown color: approx Melanzane. HEX triplet: 2F, 19 and 2A. RGB value is (47,25,42). Sum of RGB (Red+Green+Blue) = 47+25+42=114 (15% of max value = 765). Red value is 47 (18.75% from 255 or 41.23% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 47 - color contains mainly: red. Hex color #2F192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F192A is #D0E6D5. Grayscale: #212121. Windows color (decimal): -13690582 or 2758959. OLE color: 2758959.

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

Color convert

RGB472542-
CMYK00.470.110.82
HSL313.64º30.56%14.12%-
HSV(B)313.64º46.81%18.43%-
XYZ1.941.472.37-
YUV33.52132.79137.62-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 41.23%
GREEN value IS 25 (10.16% from 255) = 21.93%
BLUE value IS 42 (16.80% from 255) = 36.84%
R=41.23%
G=21.93%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47254200.470.110.82313.6430.5614.12
Hex2F192A02FB5213a1fe
Octal573152057131224723716
Binary10111111001101010010111110111010010100111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,25,42); }

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

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

 a { background-color: rgb(47,25,42); }

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

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

 span { border-color: rgb(47,25,42); }

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