#2F1A2A

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

Shades of Melanzane #2F1A2A

Tints of Melanzane #2F1A2A

Color information

#2F1A2A (or 0x2F1A2A) is unknown color: approx Melanzane. HEX triplet: 2F, 1A and 2A. RGB value is (47,26,42). Sum of RGB (Red+Green+Blue) = 47+26+42=115 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.87% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1A2A is #D0E5D5. Grayscale: #222222. Windows color (decimal): -13690326 or 2759215. OLE color: 2759215.

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

Color convert

RGB472642-
CMYK00.450.110.82
HSL314.29º28.77%14.31%-
HSV(B)314.29º44.68%18.43%-
XYZ1.961.512.38-
YUV34.1132.46137.2-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 40.87%
GREEN value IS 26 (10.55% from 255) = 22.61%
BLUE value IS 42 (16.80% from 255) = 36.52%
R=40.87%
G=22.61%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47264200.450.110.82314.2928.7714.31
Hex2F1A2A02DB5213a1de
Octal573252055131224723516
Binary10111111010101010010110110111010010100111010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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