Html Css Color HEX #1D0F18 Melanzane

📋 copy color: '#1D0F18'

red 29 ◦ green 15 ◦ blue 24

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

Shades of Melanzane #1D0F18

Tints of Melanzane #1D0F18

RGB

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

 GREEN value IS 15 (6.25% from 255) = 22.06%

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

R = 42.65%
G = 22.06%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.89

RGB Variations

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

Color information

#1D0F18 (or 0x1D0F18) is known color: Melanzane. HEX triplet: 1D, 0F and 18. RGB value is (29,15,24). Sum of RGB (Red+Green+Blue) = 29+15+24=68 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.65% from 68); Green value is 15 (6.25% from 255 or 22.06% from 68); Blue value is 24 (9.77% from 255 or 35.29% from 68); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F18 is #E2F0E7. Grayscale: #141414. Windows color (decimal): -14872808 or 1576733. OLE color: 1576733.

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

Color convert

RGB 29 15 24 -
CMYK 0 0.48 0.17 0.89
HSL 321.43º 0.32% 0.09% -
HSV(B) 321.43º 0.48% 0.11% -
XYZ 0.84 0.67 0.95 -
YUV 20.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 29 15 24 0 0.48 0.17 0.89 321.43 0.32 0.09
Hex 1D F 18 0 30 11 59 141 20 9
Octal 35 17 30 0 60 21 131 501 40 11
Binary 11101 1111 11000 0 110000 10001 1011001 101000001 100000 1001

Color Harmonies of #1D0F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0F18

Black with #1D0F18

Text Example


Text Example

White with #1D0F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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