#2A191D

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

Shades of Aubergine #2A191D

Tints of Aubergine #2A191D

Color information

#2A191D (or 0x2A191D) is unknown color: approx Aubergine. HEX triplet: 2A, 19 and 1D. RGB value is (42,25,29). Sum of RGB (Red+Green+Blue) = 42+25+29=96 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.75% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 42 - color contains mainly: red. Hex color #2A191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A191D is #D5E6E2. Grayscale: #1E1E1E. Windows color (decimal): -14018275 or 1906986. OLE color: 1906986.

HSL color Cylindrical-coordinate representation of color #2A191D: hue angle of 345.88º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2A191D is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.84.

Color convert

RGB422529-
CMYK00.400.310.84
HSL345.88º25.37%13.14%-
HSV(B)345.88º40.48%16.47%-
XYZ1.521.281.33-
YUV30.54127.13136.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 43.75%
GREEN value IS 25 (10.16% from 255) = 26.04%
BLUE value IS 29 (11.72% from 255) = 30.21%
R=43.75%
G=26.04%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42252900.400.310.84345.8825.3713.14
Hex2A191D0281F5415a19d
Octal523135050371245323115
Binary10101011001111010101000111111010100101011010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,25,29); }

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

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

 a { background-color: rgb(42,25,29); }

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

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

 span { border-color: rgb(42,25,29); }

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