Html Css Color HEX #1D0017 Melanzane

📋 copy color: '#1D0017'

red 29 ◦ green 0 ◦ blue 23

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

Shades of Melanzane #1D0017

Tints of Melanzane #1D0017

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.77%
G = 0%
B = 44.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.89

RGB Variations

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

Color information

#1D0017 (or 0x1D0017) is known color: Melanzane. HEX triplet: 1D, 00 and 17. RGB value is (29,0,23). Sum of RGB (Red+Green+Blue) = 29+0+23=52 (6% of max value = 765). Red value is 29 (11.72% from 255 or 55.77% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 23 (9.38% from 255 or 44.23% from 52); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0017 is #E2FFE8. Grayscale: #0B0B0B. Windows color (decimal): -14876649 or 1507357. OLE color: 1507357.

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

Color convert

RGB 29 0 23 -
CMYK 0 1 0.21 0.89
HSL 312.41º 1% 0.06% -
HSV(B) 312.41º 1% 0.11% -
XYZ 0.66 0.32 0.84 -
YUV 11.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 29 0 23 0 1 0.21 0.89 312.41 1 0.06
Hex 1D 0 17 0 64 15 59 138 64 6
Octal 35 0 27 0 144 25 131 470 144 6
Binary 11101 0 10111 0 1100100 10101 1011001 100111000 1100100 110

Color Harmonies of #1D0017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0017

Black with #1D0017

Text Example


Text Example

White with #1D0017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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