Html Css Color HEX #1D1118 Melanzane

📋 copy color: '#1D1118'

red 29 ◦ green 17 ◦ blue 24

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

Shades of Melanzane #1D1118

Tints of Melanzane #1D1118

RGB

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

 GREEN value IS 17 (7.03% from 255) = 24.29%

 BLUE value IS 24 (9.77% from 255) = 34.29%

R = 41.43%
G = 24.29%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.89

RGB Variations

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

Color information

#1D1118 (or 0x1D1118) is known color: Melanzane. HEX triplet: 1D, 11 and 18. RGB value is (29,17,24). Sum of RGB (Red+Green+Blue) = 29+17+24=70 (9% of max value = 765). Red value is 29 (11.72% from 255 or 41.43% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 24 (9.77% from 255 or 34.29% from 70); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1118 is #E2EEE7. Grayscale: #151515. Windows color (decimal): -14872296 or 1577245. OLE color: 1577245.

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

Color convert

RGB 29 17 24 -
CMYK 0 0.41 0.17 0.89
HSL 325º 0.26% 0.09% -
HSV(B) 325º 0.41% 0.11% -
XYZ 0.87 0.73 0.96 -
YUV 21.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 29 17 24 0 0.41 0.17 0.89 325 0.26 0.09
Hex 1D 11 18 0 29 11 59 145 1A 9
Octal 35 21 30 0 51 21 131 505 32 11
Binary 11101 10001 11000 0 101001 10001 1011001 101000101 11010 1001

Color Harmonies of #1D1118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1118

Black with #1D1118

Text Example


Text Example

White with #1D1118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,17,24); }

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

background-color css

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

 a { background-color: rgb(29,17,24); }

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

border-color css

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

 span { border-color: rgb(29,17,24); }

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