#2D1F24

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

Shades of Aubergine #2D1F24

Tints of Aubergine #2D1F24

Color information

#2D1F24 (or 0x2D1F24) is unknown color: approx Aubergine. HEX triplet: 2D, 1F and 24. RGB value is (45,31,36). Sum of RGB (Red+Green+Blue) = 45+31+36=112 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.18% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 36 (14.45% from 255 or 32.14% from 112); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1F24 is #D2E0DB. Grayscale: #232323. Windows color (decimal): -13820124 or 2367277. OLE color: 2367277.

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

Color convert

RGB453136-
CMYK00.310.20.82
HSL338.57º18.42%14.9%-
HSV(B)338.57º31.11%17.65%-
XYZ1.891.671.89-
YUV35.76128.14134.59-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 40.18%
GREEN value IS 31 (12.5% from 255) = 27.68%
BLUE value IS 36 (14.45% from 255) = 32.14%
R=40.18%
G=27.68%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.2
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45313600.310.20.82338.5718.4214.9
Hex2D1F2401F145215312f
Octal553744037241225232217
Binary10110111111100100011111101001010010101010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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