Html Css Color HEX #1D171A Melanzane

📋 copy color: '#1D171A'

red 29 ◦ green 23 ◦ blue 26

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

Shades of Melanzane #1D171A

Tints of Melanzane #1D171A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 29.49%

 BLUE value IS 26 (10.55% from 255) = 33.33%

R = 37.18%
G = 29.49%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.89

RGB Variations

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

Color information

#1D171A (or 0x1D171A) is known color: Melanzane. HEX triplet: 1D, 17 and 1A. RGB value is (29,23,26). Sum of RGB (Red+Green+Blue) = 29+23+26=78 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.18% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 29 - color contains mainly: red. Hex color #1D171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D171A is #E2E8E5. Grayscale: #191919. Windows color (decimal): -14870758 or 1709853. OLE color: 1709853.

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

Color convert

RGB 29 23 26 -
CMYK 0 0.21 0.10 0.89
HSL 330º 0.12% 0.1% -
HSV(B) 330º 0.21% 0.11% -
XYZ 1 0.95 1.11 -
YUV 25.14 128.49 130.76 -
System Red Green Blue C M Y K H S L
Decimal 29 23 26 0 0.21 0.10 0.89 330 0.12 0.1
Hex 1D 17 1A 0 15 A 59 14A C A
Octal 35 27 32 0 25 12 131 512 14 12
Binary 11101 10111 11010 0 10101 1010 1011001 101001010 1100 1010

Color Harmonies of #1D171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D171A

Black with #1D171A

Text Example


Text Example

White with #1D171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,23,26); }

 H1.HeaderClassName
 {
   color: #1D171A;
 }
 .AnyTagClassName
 {
   color: #1D171A;
 }
</style>

background-color css

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

 a { background-color: rgb(29,23,26); }

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

border-color css

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

 span { border-color: rgb(29,23,26); }

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