Html Css Color HEX #1E181A Aubergine

📋 copy color: '#1E181A'

red 30 ◦ green 24 ◦ blue 26

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

Shades of Aubergine #1E181A

Tints of Aubergine #1E181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 30%

 BLUE value IS 26 (10.55% from 255) = 32.5%

R = 37.5%
G = 30%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#1E181A (or 0x1E181A) is known color: Aubergine. HEX triplet: 1E, 18 and 1A. RGB value is (30,24,26). Sum of RGB (Red+Green+Blue) = 30+24+26=80 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.5% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 30 - color contains mainly: red. Hex color #1E181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E181A is #E1E7E5. Grayscale: #1A1A1A. Windows color (decimal): -14804966 or 1710110. OLE color: 1710110.

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

Color convert

RGB 30 24 26 -
CMYK 0 0.20 0.13 0.88
HSL 340º 0.11% 0.11% -
HSV(B) 340º 0.2% 0.12% -
XYZ 1.05 1 1.12 -
YUV 26.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 30 24 26 0 0.20 0.13 0.88 340 0.11 0.11
Hex 1E 18 1A 0 14 D 58 154 B B
Octal 36 30 32 0 24 15 130 524 13 13
Binary 11110 11000 11010 0 10100 1101 1011000 101010100 1011 1011

Color Harmonies of #1E181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E181A

Black with #1E181A

Text Example


Text Example

White with #1E181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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