#2F1A2B

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

Shades of Melanzane #2F1A2B

Tints of Melanzane #2F1A2B

Color information

#2F1A2B (or 0x2F1A2B) is unknown color: approx Melanzane. HEX triplet: 2F, 1A and 2B. RGB value is (47,26,43). Sum of RGB (Red+Green+Blue) = 47+26+43=116 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.52% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1A2B is #D0E5D4. Grayscale: #222222. Windows color (decimal): -13690325 or 2824751. OLE color: 2824751.

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

Color convert

RGB472643-
CMYK00.450.090.82
HSL311.43º28.77%14.31%-
HSV(B)311.43º44.68%18.43%-
XYZ1.981.522.47-
YUV34.22132.96137.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 40.52%
GREEN value IS 26 (10.55% from 255) = 22.41%
BLUE value IS 43 (17.19% from 255) = 37.07%
R=40.52%
G=22.41%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47264300.450.090.82311.4328.7714.31
Hex2F1A2B02D9521371de
Octal573253055111224673516
Binary10111111010101011010110110011010010100110111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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