Html Css Color HEX #1D0F17 Melanzane

📋 copy color: '#1D0F17'

red 29 ◦ green 15 ◦ blue 23

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

Shades of Melanzane #1D0F17

Tints of Melanzane #1D0F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 34.33%

R = 43.28%
G = 22.39%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.89

RGB Variations

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

Color information

#1D0F17 (or 0x1D0F17) is known color: Melanzane. HEX triplet: 1D, 0F and 17. RGB value is (29,15,23). Sum of RGB (Red+Green+Blue) = 29+15+23=67 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.28% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 23 (9.38% from 255 or 34.33% from 67); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F17 is #E2F0E8. Grayscale: #141414. Windows color (decimal): -14872809 or 1511197. OLE color: 1511197.

HSL color Cylindrical-coordinate representation of color #1D0F17: hue angle of 325.71º 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 #1D0F17 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 15 23 -
CMYK 0 0.48 0.21 0.89
HSL 325.71º 0.32% 0.09% -
HSV(B) 325.71º 0.48% 0.11% -
XYZ 0.83 0.66 0.9 -
YUV 20.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 29 15 23 0 0.48 0.21 0.89 325.71 0.32 0.09
Hex 1D F 17 0 30 15 59 146 20 9
Octal 35 17 27 0 60 25 131 506 40 11
Binary 11101 1111 10111 0 110000 10101 1011001 101000110 100000 1001

Color Harmonies of #1D0F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0F17

Black with #1D0F17

Text Example


Text Example

White with #1D0F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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