#2F2B2C

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

Shades of Aubergine #2F2B2C

Tints of Aubergine #2F2B2C

Color information

#2F2B2C (or 0x2F2B2C) is unknown color: approx Aubergine. HEX triplet: 2F, 2B and 2C. RGB value is (47,43,44). Sum of RGB (Red+Green+Blue) = 47+43+44=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2B2C is #D0D4D3. Grayscale: #2C2C2C. Windows color (decimal): -13685972 or 2894639. OLE color: 2894639.

HSL color Cylindrical-coordinate representation of color #2F2B2C: hue angle of 345º degrees, saturation: 0.04, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #2F2B2C is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.82.

Color convert

RGB474344-
CMYK00.090.060.82
HSL345º4.44%17.65%-
HSV(B)345º8.51%18.43%-
XYZ2.492.512.74-
YUV44.31127.83129.92-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.07%
GREEN value IS 43 (17.19% from 255) = 32.09%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=35.07%
G=32.09%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47434400.090.060.823454.4417.65
Hex2F2B2C09652159412
Octal5753540116122531422
Binary10111110101110110001001110101001010101100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,43,44); }

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

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

 a { background-color: rgb(47,43,44); }

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

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

 span { border-color: rgb(47,43,44); }

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