Html Css Color HEX #1E171A Aubergine

📋 copy color: '#1E171A'

red 30 ◦ green 23 ◦ blue 26

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

Shades of Aubergine #1E171A

Tints of Aubergine #1E171A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 29.11%

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

R = 37.97%
G = 29.11%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#1E171A (or 0x1E171A) is known color: Aubergine. HEX triplet: 1E, 17 and 1A. RGB value is (30,23,26). Sum of RGB (Red+Green+Blue) = 30+23+26=79 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.97% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 30 - color contains mainly: red. Hex color #1E171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E171A is #E1E8E5. Grayscale: #191919. Windows color (decimal): -14805222 or 1709854. OLE color: 1709854.

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

Color convert

RGB 30 23 26 -
CMYK 0 0.23 0.13 0.88
HSL 334.29º 0.13% 0.1% -
HSV(B) 334.29º 0.23% 0.12% -
XYZ 1.03 0.96 1.11 -
YUV 25.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 30 23 26 0 0.23 0.13 0.88 334.29 0.13 0.1
Hex 1E 17 1A 0 17 D 58 14E D A
Octal 36 27 32 0 27 15 130 516 15 12
Binary 11110 10111 11010 0 10111 1101 1011000 101001110 1101 1010

Color Harmonies of #1E171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E171A

Black with #1E171A

Text Example


Text Example

White with #1E171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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