#1D0117

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

Shades of Melanzane #1D0117

Tints of Melanzane #1D0117

Color information

#1D0117 (or 0x1D0117) is unknown color: approx Melanzane. HEX triplet: 1D, 01 and 17. RGB value is (29,1,23). Sum of RGB (Red+Green+Blue) = 29+1+23=53 (7% of max value = 765). Red value is 29 (11.72% from 255 or 54.72% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 23 (9.38% from 255 or 43.40% from 53); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0117 is #E2FEE8. Grayscale: #0B0B0B. Windows color (decimal): -14876393 or 1507613. OLE color: 1507613.

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

Color convert

RGB29123-
CMYK00.970.210.89
HSL312.86º93.33%5.88%-
HSV(B)312.86º96.55%11.37%-
XYZ0.670.340.84-
YUV11.88134.28140.21-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 54.72%
GREEN value IS 1 (0.78% from 255) = 1.89%
BLUE value IS 23 (9.38% from 255) = 43.40%
R=54.72%
G=1.89%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.21
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2912300.970.210.89312.8693.335.88
Hex1D11706115591395d6
Octal351270141251314711356
Binary11101110111011000011010110110011001110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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