#2F1C2C

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

Shades of Melanzane #2F1C2C

Tints of Melanzane #2F1C2C

Color information

#2F1C2C (or 0x2F1C2C) is unknown color: approx Melanzane. HEX triplet: 2F, 1C and 2C. RGB value is (47,28,44). Sum of RGB (Red+Green+Blue) = 47+28+44=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1C2C is #D0E3D3. Grayscale: #232323. Windows color (decimal): -13689812 or 2890799. OLE color: 2890799.

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

Color convert

RGB472844-
CMYK00.400.060.82
HSL309.47º25.33%14.71%-
HSV(B)309.47º40.43%18.43%-
XYZ2.041.622.59-
YUV35.5132.79136.2-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 39.50%
GREEN value IS 28 (11.33% from 255) = 23.53%
BLUE value IS 44 (17.58% from 255) = 36.97%
R=39.50%
G=23.53%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47284400.400.060.82309.4725.3314.71
Hex2F1C2C02865213519f
Octal57345405061224653117
Binary1011111110010110001010001101010010100110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,28,44); }

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

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

 a { background-color: rgb(47,28,44); }

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

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

 span { border-color: rgb(47,28,44); }

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