#1D1317

Color #1D1317 Aubergine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aubergine #1D1317

Tints of Aubergine #1D1317

Color information

#1D1317 (or 0x1D1317) is unknown color: approx 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

RGB291923-
CMYK00.340.210.89
HSL336º20.83%9.41%-
HSV(B)336º34.48%11.37%-
XYZ0.890.790.92-
YUV22.45128.31132.67-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29192300.340.210.8933620.839.41
Hex1D13170221559150159
Octal352327042251315202511
Binary1110110011101110100010101011011001101010000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>