Html Css Color HEX #1D191B Melanzane

📋 copy color: '#1D191B'

red 29 ◦ green 25 ◦ blue 27

#1D191B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #1D191B

Tints of Melanzane #1D191B

RGB

 RED value IS 29 (11.72% from 255) = 35.8%

 GREEN value IS 25 (10.16% from 255) = 30.86%

 BLUE value IS 27 (10.94% from 255) = 33.33%

R = 35.8%
G = 30.86%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#1D191B (or 0x1D191B) is known color: 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

RGB 29 25 27 -
CMYK 0 0.14 0.07 0.89
HSL 330º 0.07% 0.11% -
HSV(B) 330º 0.14% 0.11% -
XYZ 1.05 1.04 1.18 -
YUV 26.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 29 25 27 0 0.14 0.07 0.89 330 0.07 0.11
Hex 1D 19 1B 0 E 7 59 14A 7 B
Octal 35 31 33 0 16 7 131 512 7 13
Binary 11101 11001 11011 0 1110 111 1011001 101001010 111 1011

Color Harmonies of #1D191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D191B

Black with #1D191B

Text Example


Text Example

White with #1D191B

Text Example


Text Example

HTML Codes & Css Web 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>