#1D0819

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

Shades of Melanzane #1D0819

Tints of Melanzane #1D0819

Color information

#1D0819 (or 0x1D0819) is unknown color: approx Melanzane. HEX triplet: 1D, 08 and 19. RGB value is (29,8,25). Sum of RGB (Red+Green+Blue) = 29+8+25=62 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.77% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 25 (10.16% from 255 or 40.32% from 62); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0819 is #E2F7E6. Grayscale: #101010. Windows color (decimal): -14874599 or 1640477. OLE color: 1640477.

HSL color Cylindrical-coordinate representation of color #1D0819: hue angle of 311.43º 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 #1D0819 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.89.

Color convert

RGB29825-
CMYK00.720.140.89
HSL311.43º56.76%7.25%-
HSV(B)311.43º72.41%11.37%-
XYZ0.770.510.98-
YUV16.22132.96137.12-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 46.77%
GREEN value IS 8 (3.52% from 255) = 12.90%
BLUE value IS 25 (10.16% from 255) = 40.32%
R=46.77%
G=12.90%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2982500.720.140.89311.4356.767.25
Hex1D819048E59137397
Octal351031011016131467717
Binary111011000110010100100011101011001100110111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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