#1D191B

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

Shades of Melanzane #1D191B

Tints of Melanzane #1D191B

Color information

#1D191B (or 0x1D191B) is unknown color: approx Melanzane. HEX triplet: 1D, 19 and 1B. RGB value is (29,25,27). Sum of RGB (Red+Green+Blue) = 29+25+27=81 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.80% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 29 - color contains mainly: red. Hex color #1D191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D191B is #E2E6E4. Grayscale: #1A1A1A. Windows color (decimal): -14870245 or 1775901. OLE color: 1775901.

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

Color convert

RGB292527-
CMYK00.140.070.89
HSL330º7.41%10.59%-
HSV(B)330º13.79%11.37%-
XYZ1.051.041.18-
YUV26.42128.33129.84-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 35.80%
GREEN value IS 25 (10.16% from 255) = 30.86%
BLUE value IS 27 (10.94% from 255) = 33.33%
R=35.80%
G=30.86%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29252700.140.070.893307.4110.59
Hex1D191B0E75914a7b
Octal3531330167131512713
Binary1110111001110110111011110110011010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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