Html Css Color HEX #1E191B Aubergine

📋 copy color: '#1E191B'

red 30 ◦ green 25 ◦ blue 27

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

Shades of Aubergine #1E191B

Tints of Aubergine #1E191B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 30.49%

 BLUE value IS 27 (10.94% from 255) = 32.93%

R = 36.59%
G = 30.49%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#1E191B (or 0x1E191B) is known color: Aubergine. HEX triplet: 1E, 19 and 1B. RGB value is (30,25,27). Sum of RGB (Red+Green+Blue) = 30+25+27=82 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.59% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 30 - color contains mainly: red. Hex color #1E191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E191B is #E1E6E4. Grayscale: #1A1A1A. Windows color (decimal): -14804709 or 1775902. OLE color: 1775902.

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

Color convert

RGB 30 25 27 -
CMYK 0 0.17 0.10 0.88
HSL 336º 0.09% 0.11% -
HSV(B) 336º 0.17% 0.12% -
XYZ 1.08 1.05 1.18 -
YUV 26.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 30 25 27 0 0.17 0.10 0.88 336 0.09 0.11
Hex 1E 19 1B 0 11 A 58 150 9 B
Octal 36 31 33 0 21 12 130 520 11 13
Binary 11110 11001 11011 0 10001 1010 1011000 101010000 1001 1011

Color Harmonies of #1E191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E191B

Black with #1E191B

Text Example


Text Example

White with #1E191B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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