#2F172A

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

Shades of Melanzane #2F172A

Tints of Melanzane #2F172A

Color information

#2F172A (or 0x2F172A) is unknown color: approx Melanzane. HEX triplet: 2F, 17 and 2A. RGB value is (47,23,42). Sum of RGB (Red+Green+Blue) = 47+23+42=112 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.96% from 112); Green value is 23 (9.38% from 255 or 20.54% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 47 - color contains mainly: red. Hex color #2F172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F172A is #D0E8D5. Grayscale: #202020. Windows color (decimal): -13691094 or 2758447. OLE color: 2758447.

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

Color convert

RGB472342-
CMYK00.510.110.82
HSL312.5º34.29%13.73%-
HSV(B)312.5º51.06%18.43%-
XYZ1.91.382.36-
YUV32.34133.45138.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 41.96%
GREEN value IS 23 (9.38% from 255) = 20.54%
BLUE value IS 42 (16.80% from 255) = 37.5%
R=41.96%
G=20.54%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47234200.510.110.82312.534.2913.73
Hex2F172A033B5213822e
Octal572752063131224704216
Binary101111101111010100110011101110100101001110001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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