#1D0017

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

Shades of Melanzane #1D0017

Tints of Melanzane #1D0017

Color information

#1D0017 (or 0x1D0017) is unknown color: approx Melanzane. HEX triplet: 1D, 00 and 17. RGB value is (29,0,23). Sum of RGB (Red+Green+Blue) = 29+0+23=52 (6% of max value = 765). Red value is 29 (11.72% from 255 or 55.77% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 23 (9.38% from 255 or 44.23% from 52); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0017 is #E2FFE8. Grayscale: #0B0B0B. Windows color (decimal): -14876649 or 1507357. OLE color: 1507357.

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

Color convert

RGB29023-
CMYK010.210.89
HSL312.41º100%5.69%-
HSV(B)312.41º100%11.37%-
XYZ0.660.320.84-
YUV11.29134.61140.63-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 55.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 44.23%
R=55.77%
G=0%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29023010.210.89312.411005.69
Hex1D0170641559138646
Octal350270144251314701446
Binary11101010111011001001010110110011001110001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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