Html Css Color HEX #1D1418 Aubergine

📋 copy color: '#1D1418'

red 29 ◦ green 20 ◦ blue 24

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

Shades of Aubergine #1D1418

Tints of Aubergine #1D1418

RGB

 RED value IS 29 (11.72% from 255) = 39.73%

 GREEN value IS 20 (8.2% from 255) = 27.4%

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

R = 39.73%
G = 27.4%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.89

RGB Variations

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

Color information

#1D1418 (or 0x1D1418) is known color: Aubergine. HEX triplet: 1D, 14 and 18. RGB value is (29,20,24). Sum of RGB (Red+Green+Blue) = 29+20+24=73 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.73% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1418 is #E2EBE7. Grayscale: #171717. Windows color (decimal): -14871528 or 1578013. OLE color: 1578013.

HSL color Cylindrical-coordinate representation of color #1D1418: hue angle of 333.33º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1D1418 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 20 24 -
CMYK 0 0.31 0.17 0.89
HSL 333.33º 0.18% 0.1% -
HSV(B) 333.33º 0.31% 0.11% -
XYZ 0.92 0.83 0.98 -
YUV 23.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 29 20 24 0 0.31 0.17 0.89 333.33 0.18 0.1
Hex 1D 14 18 0 1F 11 59 14D 12 A
Octal 35 24 30 0 37 21 131 515 22 12
Binary 11101 10100 11000 0 11111 10001 1011001 101001101 10010 1010

Color Harmonies of #1D1418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1418

Black with #1D1418

Text Example


Text Example

White with #1D1418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,20,24); }

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

background-color css

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

 a { background-color: rgb(29,20,24); }

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

border-color css

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

 span { border-color: rgb(29,20,24); }

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