#2F2629

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

Shades of Aubergine #2F2629

Tints of Aubergine #2F2629

Color information

#2F2629 (or 0x2F2629) is unknown color: approx Aubergine. HEX triplet: 2F, 26 and 29. RGB value is (47,38,41). Sum of RGB (Red+Green+Blue) = 47+38+41=126 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.30% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2629 is #D0D9D6. Grayscale: #292929. Windows color (decimal): -13687255 or 2696751. OLE color: 2696751.

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

Color convert

RGB473841-
CMYK00.190.130.82
HSL340º10.59%16.67%-
HSV(B)340º19.15%18.43%-
XYZ2.272.152.39-
YUV41.03127.98132.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.30%
GREEN value IS 38 (15.23% from 255) = 30.16%
BLUE value IS 41 (16.41% from 255) = 32.54%
R=37.30%
G=30.16%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47384100.190.130.8234010.5916.67
Hex2F2629013D52154b11
Octal574651023151225241321
Binary10111110011010100101001111011010010101010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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