Html Css Color HEX #1D1317 Aubergine

📋 copy color: '#1D1317'

red 29 ◦ green 19 ◦ blue 23

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

Shades of Aubergine #1D1317

Tints of Aubergine #1D1317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 26.76%

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

R = 40.85%
G = 26.76%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.89

RGB Variations

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

Color information

#1D1317 (or 0x1D1317) is known color: Aubergine. HEX triplet: 1D, 13 and 17. RGB value is (29,19,23). Sum of RGB (Red+Green+Blue) = 29+19+23=71 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.85% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1317 is #E2ECE8. Grayscale: #161616. Windows color (decimal): -14871785 or 1512221. OLE color: 1512221.

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

Color convert

RGB 29 19 23 -
CMYK 0 0.34 0.21 0.89
HSL 336º 0.21% 0.09% -
HSV(B) 336º 0.34% 0.11% -
XYZ 0.89 0.79 0.92 -
YUV 22.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 29 19 23 0 0.34 0.21 0.89 336 0.21 0.09
Hex 1D 13 17 0 22 15 59 150 15 9
Octal 35 23 27 0 42 25 131 520 25 11
Binary 11101 10011 10111 0 100010 10101 1011001 101010000 10101 1001

Color Harmonies of #1D1317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1317

Black with #1D1317

Text Example


Text Example

White with #1D1317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,19,23); }

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

background-color css

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

 a { background-color: rgb(29,19,23); }

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

border-color css

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

 span { border-color: rgb(29,19,23); }

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