#2F2327

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

Shades of Aubergine #2F2327

Tints of Aubergine #2F2327

Color information

#2F2327 (or 0x2F2327) is unknown color: approx Aubergine. HEX triplet: 2F, 23 and 27. RGB value is (47,35,39). Sum of RGB (Red+Green+Blue) = 47+35+39=121 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.84% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2327 is #D0DCD8. Grayscale: #272727. Windows color (decimal): -13688025 or 2564911. OLE color: 2564911.

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

Color convert

RGB473539-
CMYK00.260.170.82
HSL340º14.63%16.08%-
HSV(B)340º25.53%18.43%-
XYZ2.141.952.18-
YUV39.04127.98133.67-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 38.84%
GREEN value IS 35 (14.06% from 255) = 28.93%
BLUE value IS 39 (15.62% from 255) = 32.23%
R=38.84%
G=28.93%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47353900.260.170.8234014.6316.08
Hex2F232701A1152154f10
Octal574347032211225241720
Binary101111100011100111011010100011010010101010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,35,39); }

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

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

 a { background-color: rgb(47,35,39); }

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

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

 span { border-color: rgb(47,35,39); }

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