#1D0F17

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

Shades of Melanzane #1D0F17

Tints of Melanzane #1D0F17

Color information

#1D0F17 (or 0x1D0F17) is unknown color: approx Melanzane. HEX triplet: 1D, 0F and 17. RGB value is (29,15,23). Sum of RGB (Red+Green+Blue) = 29+15+23=67 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.28% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 23 (9.38% from 255 or 34.33% from 67); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F17 is #E2F0E8. Grayscale: #141414. Windows color (decimal): -14872809 or 1511197. OLE color: 1511197.

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

Color convert

RGB291523-
CMYK00.480.210.89
HSL325.71º31.82%8.63%-
HSV(B)325.71º48.28%11.37%-
XYZ0.830.660.9-
YUV20.1129.64134.35-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 43.28%
GREEN value IS 15 (6.25% from 255) = 22.39%
BLUE value IS 23 (9.38% from 255) = 34.33%
R=43.28%
G=22.39%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29152300.480.210.89325.7131.828.63
Hex1DF170301559146209
Octal351727060251315064011
Binary1110111111011101100001010110110011010001101000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D0F17;
 }
 .AnyTagClassName
 {
   color: #1D0F17;
 }
</style>
background-color css

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

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

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

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

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

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