Html Css Color HEX #1D181A Aubergine

📋 copy color: '#1D181A'

red 29 ◦ green 24 ◦ blue 26

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

Shades of Aubergine #1D181A

Tints of Aubergine #1D181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 30.38%

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

R = 36.71%
G = 30.38%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.89

RGB Variations

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

Color information

#1D181A (or 0x1D181A) is known color: Aubergine. HEX triplet: 1D, 18 and 1A. RGB value is (29,24,26). Sum of RGB (Red+Green+Blue) = 29+24+26=79 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.71% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 29 - color contains mainly: red. Hex color #1D181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D181A is #E2E7E5. Grayscale: #191919. Windows color (decimal): -14870502 or 1710109. OLE color: 1710109.

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

Color convert

RGB 29 24 26 -
CMYK 0 0.17 0.10 0.89
HSL 336º 0.09% 0.1% -
HSV(B) 336º 0.17% 0.11% -
XYZ 1.02 0.99 1.11 -
YUV 25.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 29 24 26 0 0.17 0.10 0.89 336 0.09 0.1
Hex 1D 18 1A 0 11 A 59 150 9 A
Octal 35 30 32 0 21 12 131 520 11 12
Binary 11101 11000 11010 0 10001 1010 1011001 101010000 1001 1010

Color Harmonies of #1D181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D181A

Black with #1D181A

Text Example


Text Example

White with #1D181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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