#2A191E

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

Shades of Aubergine #2A191E

Tints of Aubergine #2A191E

Color information

#2A191E (or 0x2A191E) is unknown color: approx Aubergine. HEX triplet: 2A, 19 and 1E. RGB value is (42,25,30). Sum of RGB (Red+Green+Blue) = 42+25+30=97 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.30% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 42 - color contains mainly: red. Hex color #2A191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A191E is #D5E6E1. Grayscale: #1E1E1E. Windows color (decimal): -14018274 or 1972522. OLE color: 1972522.

HSL color Cylindrical-coordinate representation of color #2A191E: hue angle of 342.35º 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 #2A191E is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB422530-
CMYK00.400.290.84
HSL342.35º25.37%13.14%-
HSV(B)342.35º40.48%16.47%-
XYZ1.541.281.39-
YUV30.65127.63136.09-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 43.30%
GREEN value IS 25 (10.16% from 255) = 25.77%
BLUE value IS 30 (12.11% from 255) = 30.93%
R=43.30%
G=25.77%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42253000.400.290.84342.3525.3713.14
Hex2A191E0281D5415619d
Octal523136050351245263115
Binary10101011001111100101000111011010100101010110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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