Html Css Color HEX #1D1018 Melanzane

📋 copy color: '#1D1018'

red 29 ◦ green 16 ◦ blue 24

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

Shades of Melanzane #1D1018

Tints of Melanzane #1D1018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 23.19%

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

R = 42.03%
G = 23.19%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.89

RGB Variations

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

Color information

#1D1018 (or 0x1D1018) is known color: Melanzane. HEX triplet: 1D, 10 and 18. RGB value is (29,16,24). Sum of RGB (Red+Green+Blue) = 29+16+24=69 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.03% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 24 (9.77% from 255 or 34.78% from 69); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1018 is #E2EFE7. Grayscale: #141414. Windows color (decimal): -14872552 or 1576989. OLE color: 1576989.

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

Color convert

RGB 29 16 24 -
CMYK 0 0.45 0.17 0.89
HSL 323.08º 0.29% 0.09% -
HSV(B) 323.08º 0.45% 0.11% -
XYZ 0.86 0.7 0.95 -
YUV 20.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 29 16 24 0 0.45 0.17 0.89 323.08 0.29 0.09
Hex 1D 10 18 0 2D 11 59 143 1D 9
Octal 35 20 30 0 55 21 131 503 35 11
Binary 11101 10000 11000 0 101101 10001 1011001 101000011 11101 1001

Color Harmonies of #1D1018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1018

Black with #1D1018

Text Example


Text Example

White with #1D1018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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