#2D1D20

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

Shades of Aubergine #2D1D20

Tints of Aubergine #2D1D20

Color information

#2D1D20 (or 0x2D1D20) is unknown color: approx Aubergine. HEX triplet: 2D, 1D and 20. RGB value is (45,29,32). Sum of RGB (Red+Green+Blue) = 45+29+32=106 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.45% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1D20 is #D2E2DF. Grayscale: #222222. Windows color (decimal): -13820640 or 2104621. OLE color: 2104621.

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

Color convert

RGB452932-
CMYK00.360.290.82
HSL348.75º21.62%14.51%-
HSV(B)348.75º35.56%17.65%-
XYZ1.781.541.57-
YUV34.13126.8135.76-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 42.45%
GREEN value IS 29 (11.72% from 255) = 27.36%
BLUE value IS 32 (12.89% from 255) = 30.19%
R=42.45%
G=27.36%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45293200.360.290.82348.7521.6214.51
Hex2D1D200241D5215d16f
Octal553540044351225352617
Binary101101111011000000100100111011010010101011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,29,32); }

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

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

 a { background-color: rgb(45,29,32); }

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

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

 span { border-color: rgb(45,29,32); }

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