#1D0816

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

Shades of Melanzane #1D0816

Tints of Melanzane #1D0816

Color information

#1D0816 (or 0x1D0816) is unknown color: approx Melanzane. HEX triplet: 1D, 08 and 16. RGB value is (29,8,22). Sum of RGB (Red+Green+Blue) = 29+8+22=59 (7% of max value = 765). Red value is 29 (11.72% from 255 or 49.15% from 59); Green value is 8 (3.52% from 255 or 13.56% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0816 is #E2F7E9. Grayscale: #0F0F0F. Windows color (decimal): -14874602 or 1443869. OLE color: 1443869.

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

Color convert

RGB29822-
CMYK00.720.240.89
HSL320º56.76%7.25%-
HSV(B)320º72.41%11.37%-
XYZ0.740.490.82-
YUV15.88131.46137.36-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 49.15%
GREEN value IS 8 (3.52% from 255) = 13.56%
BLUE value IS 22 (8.98% from 255) = 37.29%
R=49.15%
G=13.56%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2982200.720.240.8932056.767.25
Hex1D8160481859140397
Octal351026011030131500717
Binary1110110001011001001000110001011001101000000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,8,22); }

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

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

 a { background-color: rgb(29,8,22); }

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

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

 span { border-color: rgb(29,8,22); }

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