#2F2526

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

Shades of Aubergine #2F2526

Tints of Aubergine #2F2526

Color information

#2F2526 (or 0x2F2526) is unknown color: approx Aubergine. HEX triplet: 2F, 25 and 26. RGB value is (47,37,38). Sum of RGB (Red+Green+Blue) = 47+37+38=122 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.52% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2526 is #D0DAD9. Grayscale: #282828. Windows color (decimal): -13687514 or 2499887. OLE color: 2499887.

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

Color convert

RGB473738-
CMYK00.210.190.82
HSL354º11.9%16.47%-
HSV(B)354º21.28%18.43%-
XYZ2.182.072.12-
YUV40.1126.81132.92-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 38.52%
GREEN value IS 37 (14.84% from 255) = 30.33%
BLUE value IS 38 (15.23% from 255) = 31.15%
R=38.52%
G=30.33%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47373800.210.190.8235411.916.47
Hex2F25260151352162c10
Octal574546025231225421420
Binary101111100101100110010101100111010010101100010110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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