Html Css Color HEX #1D0417 Melanzane

📋 copy color: '#1D0417'

red 29 ◦ green 4 ◦ blue 23

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

Shades of Melanzane #1D0417

Tints of Melanzane #1D0417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.14%

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

R = 51.79%
G = 7.14%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.89

RGB Variations

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

Color information

#1D0417 (or 0x1D0417) is known color: Melanzane. HEX triplet: 1D, 04 and 17. RGB value is (29,4,23). Sum of RGB (Red+Green+Blue) = 29+4+23=56 (7% of max value = 765). Red value is 29 (11.72% from 255 or 51.79% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 23 (9.38% from 255 or 41.07% from 56); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0417 is #E2FBE8. Grayscale: #0D0D0D. Windows color (decimal): -14875625 or 1508381. OLE color: 1508381.

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

Color convert

RGB 29 4 23 -
CMYK 0 0.86 0.21 0.89
HSL 314.4º 0.76% 0.06% -
HSV(B) 314.4º 0.86% 0.11% -
XYZ 0.7 0.41 0.85 -
YUV 13.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 29 4 23 0 0.86 0.21 0.89 314.4 0.76 0.06
Hex 1D 4 17 0 56 15 59 13A 4C 6
Octal 35 4 27 0 126 25 131 472 114 6
Binary 11101 100 10111 0 1010110 10101 1011001 100111010 1001100 110

Color Harmonies of #1D0417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0417

Black with #1D0417

Text Example


Text Example

White with #1D0417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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