#2F1F24

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

Shades of Aubergine #2F1F24

Tints of Aubergine #2F1F24

Color information

#2F1F24 (or 0x2F1F24) is unknown color: approx Aubergine. HEX triplet: 2F, 1F and 24. RGB value is (47,31,36). Sum of RGB (Red+Green+Blue) = 47+31+36=114 (15% of max value = 765). Red value is 47 (18.75% from 255 or 41.23% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1F24 is #D0E0DB. Grayscale: #242424. Windows color (decimal): -13689052 or 2367279. OLE color: 2367279.

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

Color convert

RGB473136-
CMYK00.340.230.82
HSL341.25º20.51%15.29%-
HSV(B)341.25º34.04%18.43%-
XYZ1.981.711.9-
YUV36.35127.8135.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 41.23%
GREEN value IS 31 (12.5% from 255) = 27.19%
BLUE value IS 36 (14.45% from 255) = 31.58%
R=41.23%
G=27.19%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47313600.340.230.82341.2520.5115.29
Hex2F1F24022175215515f
Octal573744042271225252517
Binary101111111111001000100010101111010010101010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,31,36); }

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

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

 a { background-color: rgb(47,31,36); }

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

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

 span { border-color: rgb(47,31,36); }

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