#2F1C20

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

Shades of Aubergine #2F1C20

Tints of Aubergine #2F1C20

Color information

#2F1C20 (or 0x2F1C20) is unknown color: approx Aubergine. HEX triplet: 2F, 1C and 20. RGB value is (47,28,32). Sum of RGB (Red+Green+Blue) = 47+28+32=107 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.93% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1C20 is #D0E3DF. Grayscale: #222222. Windows color (decimal): -13689824 or 2104367. OLE color: 2104367.

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

Color convert

RGB472832-
CMYK00.400.320.82
HSL347.37º25.33%14.71%-
HSV(B)347.37º40.43%18.43%-
XYZ1.851.541.57-
YUV34.14126.79137.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 43.93%
GREEN value IS 28 (11.33% from 255) = 26.17%
BLUE value IS 32 (12.89% from 255) = 29.91%
R=43.93%
G=26.17%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47283200.400.320.82347.3725.3314.71
Hex2F1C20028205215b19f
Octal573440050401225333117
Binary1011111110010000001010001000001010010101011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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