#2D1A1E

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

Shades of Aubergine #2D1A1E

Tints of Aubergine #2D1A1E

Color information

#2D1A1E (or 0x2D1A1E) is unknown color: approx Aubergine. HEX triplet: 2D, 1A and 1E. RGB value is (45,26,30). Sum of RGB (Red+Green+Blue) = 45+26+30=101 (13% of max value = 765). Red value is 45 (17.97% from 255 or 44.55% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1A1E is #D2E5E1. Grayscale: #202020. Windows color (decimal): -13821410 or 1972781. OLE color: 1972781.

HSL color Cylindrical-coordinate representation of color #2D1A1E: hue angle of 347.37º degrees, saturation: 0.27, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2D1A1E is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.82.

Color convert

RGB452630-
CMYK00.420.330.82
HSL347.37º26.76%13.92%-
HSV(B)347.37º42.22%17.65%-
XYZ1.691.391.41-
YUV32.14126.79137.17-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 44.55%
GREEN value IS 26 (10.55% from 255) = 25.74%
BLUE value IS 30 (12.11% from 255) = 29.70%
R=44.55%
G=25.74%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45263000.420.330.82347.3726.7613.92
Hex2D1A1E02A215215b1be
Octal553236052411225333316
Binary101101110101111001010101000011010010101011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,26,30); }

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

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

 a { background-color: rgb(45,26,30); }

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

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

 span { border-color: rgb(45,26,30); }

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