#1D0A16

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

Shades of Melanzane #1D0A16

Tints of Melanzane #1D0A16

Color information

#1D0A16 (or 0x1D0A16) is unknown color: approx Melanzane. HEX triplet: 1D, 0A and 16. RGB value is (29,10,22). Sum of RGB (Red+Green+Blue) = 29+10+22=61 (8% of max value = 765). Red value is 29 (11.72% from 255 or 47.54% from 61); Green value is 10 (4.30% from 255 or 16.39% from 61); Blue value is 22 (8.98% from 255 or 36.07% from 61); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0A16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0A16 is #E2F5E9. Grayscale: #111111. Windows color (decimal): -14874090 or 1444381. OLE color: 1444381.

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

Color convert

RGB291022-
CMYK00.660.240.89
HSL322.11º48.72%7.65%-
HSV(B)322.11º65.52%11.37%-
XYZ0.760.540.82-
YUV17.05130.79136.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 47.54%
GREEN value IS 10 (4.30% from 255) = 16.39%
BLUE value IS 22 (8.98% from 255) = 36.07%
R=47.54%
G=16.39%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29102200.660.240.89322.1148.727.65
Hex1DA160421859142318
Octal3512260102301315026110
Binary11101101010110010000101100010110011010000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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