#2F1B2B

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

Shades of Melanzane #2F1B2B

Tints of Melanzane #2F1B2B

Color information

#2F1B2B (or 0x2F1B2B) is unknown color: approx Melanzane. HEX triplet: 2F, 1B and 2B. RGB value is (47,27,43). Sum of RGB (Red+Green+Blue) = 47+27+43=117 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.17% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1B2B is #D0E4D4. Grayscale: #222222. Windows color (decimal): -13690069 or 2825007. OLE color: 2825007.

HSL color Cylindrical-coordinate representation of color #2F1B2B: hue angle of 312º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F1B2B is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB472743-
CMYK00.430.090.82
HSL312º27.03%14.51%-
HSV(B)312º42.55%18.43%-
XYZ21.562.48-
YUV34.8132.63136.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 40.17%
GREEN value IS 27 (10.94% from 255) = 23.08%
BLUE value IS 43 (17.19% from 255) = 36.75%
R=40.17%
G=23.08%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47274300.430.090.8231227.0314.51
Hex2F1B2B02B9521381bf
Octal573353053111224703317
Binary10111111011101011010101110011010010100111000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,27,43); }

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

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

 a { background-color: rgb(47,27,43); }

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

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

 span { border-color: rgb(47,27,43); }

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