#2F2025

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

Shades of Aubergine #2F2025

Tints of Aubergine #2F2025

Color information

#2F2025 (or 0x2F2025) is unknown color: approx Aubergine. HEX triplet: 2F, 20 and 25. RGB value is (47,32,37). Sum of RGB (Red+Green+Blue) = 47+32+37=116 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.52% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2025 is #D0DFDA. Grayscale: #252525. Windows color (decimal): -13688795 or 2433071. OLE color: 2433071.

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

Color convert

RGB473237-
CMYK00.320.210.82
HSL340º18.99%15.49%-
HSV(B)340º31.91%18.43%-
XYZ2.021.771.99-
YUV37.05127.97135.09-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 40.52%
GREEN value IS 32 (12.89% from 255) = 27.59%
BLUE value IS 37 (14.84% from 255) = 31.90%
R=40.52%
G=27.59%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47323700.320.210.8234018.9915.49
Hex2F2025020155215413f
Octal574045040251225242317
Binary1011111000001001010100000101011010010101010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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