#2F2829

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

Shades of Aubergine #2F2829

Tints of Aubergine #2F2829

Color information

#2F2829 (or 0x2F2829) is unknown color: approx Aubergine. HEX triplet: 2F, 28 and 29. RGB value is (47,40,41). Sum of RGB (Red+Green+Blue) = 47+40+41=128 (16% of max value = 765). Red value is 47 (18.75% from 255 or 36.72% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2829 is #D0D7D6. Grayscale: #2A2A2A. Windows color (decimal): -13686743 or 2697263. OLE color: 2697263.

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

Color convert

RGB474041-
CMYK00.150.130.82
HSL351.43º8.05%17.06%-
HSV(B)351.43º14.89%18.43%-
XYZ2.332.282.42-
YUV42.21127.32131.42-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 36.72%
GREEN value IS 40 (16.02% from 255) = 31.25%
BLUE value IS 41 (16.41% from 255) = 32.03%
R=36.72%
G=31.25%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47404100.150.130.82351.438.0517.06
Hex2F28290FD5215f811
Octal575051017151225371021
Binary1011111010001010010111111011010010101011111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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