Html Css Color HEX #1E1217 Aubergine

📋 copy color: '#1E1217'

red 30 ◦ green 18 ◦ blue 23

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

Shades of Aubergine #1E1217

Tints of Aubergine #1E1217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 25.35%

 BLUE value IS 23 (9.38% from 255) = 32.39%

R = 42.25%
G = 25.35%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.88

RGB Variations

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

Color information

#1E1217 (or 0x1E1217) is known color: Aubergine. HEX triplet: 1E, 12 and 17. RGB value is (30,18,23). Sum of RGB (Red+Green+Blue) = 30+18+23=71 (9% of max value = 765). Red value is 30 (12.11% from 255 or 42.25% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1217 is #E1EDE8. Grayscale: #161616. Windows color (decimal): -14806505 or 1511966. OLE color: 1511966.

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

Color convert

RGB 30 18 23 -
CMYK 0 0.40 0.23 0.88
HSL 335º 0.25% 0.09% -
HSV(B) 335º 0.4% 0.12% -
XYZ 0.91 0.77 0.91 -
YUV 22.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 30 18 23 0 0.40 0.23 0.88 335 0.25 0.09
Hex 1E 12 17 0 28 17 58 14F 19 9
Octal 36 22 27 0 50 27 130 517 31 11
Binary 11110 10010 10111 0 101000 10111 1011000 101001111 11001 1001

Color Harmonies of #1E1217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1217

Black with #1E1217

Text Example


Text Example

White with #1E1217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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