Html Css Color HEX #1D1518 Aubergine

📋 copy color: '#1D1518'

red 29 ◦ green 21 ◦ blue 24

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

Shades of Aubergine #1D1518

Tints of Aubergine #1D1518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 28.38%

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

R = 39.19%
G = 28.38%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.89

RGB Variations

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

Color information

#1D1518 (or 0x1D1518) is known color: Aubergine. HEX triplet: 1D, 15 and 18. RGB value is (29,21,24). Sum of RGB (Red+Green+Blue) = 29+21+24=74 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.19% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1518 is #E2EAE7. Grayscale: #171717. Windows color (decimal): -14871272 or 1578269. OLE color: 1578269.

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

Color convert

RGB 29 21 24 -
CMYK 0 0.28 0.17 0.89
HSL 337.5º 0.16% 0.1% -
HSV(B) 337.5º 0.28% 0.11% -
XYZ 0.94 0.86 0.98 -
YUV 23.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 29 21 24 0 0.28 0.17 0.89 337.5 0.16 0.1
Hex 1D 15 18 0 1C 11 59 152 10 A
Octal 35 25 30 0 34 21 131 522 20 12
Binary 11101 10101 11000 0 11100 10001 1011001 101010010 10000 1010

Color Harmonies of #1D1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1518

Black with #1D1518

Text Example


Text Example

White with #1D1518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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