Html Css Color HEX #1E1518 Aubergine

📋 copy color: '#1E1518'

red 30 ◦ green 21 ◦ blue 24

#1E1518
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aubergine #1E1518

Tints of Aubergine #1E1518

RGB

 RED value IS 30 (12.11% from 255) = 40%

 GREEN value IS 21 (8.59% from 255) = 28%

 BLUE value IS 24 (9.77% from 255) = 32%

R = 40%
G = 28%
B = 32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.88

RGB Variations

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

Color information

#1E1518 (or 0x1E1518) is known color: Aubergine. HEX triplet: 1E, 15 and 18. RGB value is (30,21,24). Sum of RGB (Red+Green+Blue) = 30+21+24=75 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1518 is #E1EAE7. Grayscale: #181818. Windows color (decimal): -14805736 or 1578270. OLE color: 1578270.

HSL color Cylindrical-coordinate representation of color #1E1518: hue angle of 340º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1E1518 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 21 24 -
CMYK 0 0.30 0.20 0.88
HSL 340º 0.18% 0.1% -
HSV(B) 340º 0.3% 0.12% -
XYZ 0.97 0.88 0.98 -
YUV 24.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 30 21 24 0 0.30 0.20 0.88 340 0.18 0.1
Hex 1E 15 18 0 1E 14 58 154 12 A
Octal 36 25 30 0 36 24 130 524 22 12
Binary 11110 10101 11000 0 11110 10100 1011000 101010100 10010 1010

Color Harmonies of #1E1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1518

Black with #1E1518

Text Example


Text Example

White with #1E1518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E1518; }

 p { color: rgb(30,21,24); }

 H1.HeaderClassName
 {
   color: #1E1518;
 }
 .AnyTagClassName
 {
   color: #1E1518;
 }
</style>

background-color css

<style>
 a { background-color: #1E1518; }

 a { background-color: rgb(30,21,24); }

 div.DivClassName
 {
   background-color: #1E1518;
 }
 .BgClassName
 {
   background-color: #1E1518;
 }
</style>

border-color css

<style>
 span { border-color: #1E1518; }

 span { border-color: rgb(30,21,24); }

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