#2F1A28

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

Shades of Melanzane #2F1A28

Tints of Melanzane #2F1A28

Color information

#2F1A28 (or 0x2F1A28) is unknown color: approx Melanzane. HEX triplet: 2F, 1A and 28. RGB value is (47,26,40). Sum of RGB (Red+Green+Blue) = 47+26+40=113 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.59% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1A28 is #D0E5D7. Grayscale: #212121. Windows color (decimal): -13690328 or 2628143. OLE color: 2628143.

HSL color Cylindrical-coordinate representation of color #2F1A28: hue angle of 320º 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 #2F1A28 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.82.

Color convert

RGB472640-
CMYK00.450.150.82
HSL320º28.77%14.31%-
HSV(B)320º44.68%18.43%-
XYZ1.921.52.19-
YUV33.88131.46137.36-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 41.59%
GREEN value IS 26 (10.55% from 255) = 23.01%
BLUE value IS 40 (16.02% from 255) = 35.40%
R=41.59%
G=23.01%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47264000.450.150.8232028.7714.31
Hex2F1A2802DF521401de
Octal573250055171225003516
Binary10111111010101000010110111111010010101000000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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