Html Css Color HEX #1D0B17 Melanzane

📋 copy color: '#1D0B17'

red 29 ◦ green 11 ◦ blue 23

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

Shades of Melanzane #1D0B17

Tints of Melanzane #1D0B17

RGB

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

 GREEN value IS 11 (4.69% from 255) = 17.46%

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

R = 46.03%
G = 17.46%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.89

RGB Variations

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

Color information

#1D0B17 (or 0x1D0B17) is known color: Melanzane. HEX triplet: 1D, 0B and 17. RGB value is (29,11,23). Sum of RGB (Red+Green+Blue) = 29+11+23=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 11 (4.69% from 255 or 17.46% from 63); Blue value is 23 (9.38% from 255 or 36.51% from 63); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0B17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0B17 is #E2F4E8. Grayscale: #111111. Windows color (decimal): -14873833 or 1510173. OLE color: 1510173.

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

Color convert

RGB 29 11 23 -
CMYK 0 0.62 0.21 0.89
HSL 320º 0.45% 0.08% -
HSV(B) 320º 0.62% 0.11% -
XYZ 0.78 0.56 0.88 -
YUV 17.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 29 11 23 0 0.62 0.21 0.89 320 0.45 0.08
Hex 1D B 17 0 3E 15 59 140 2D 8
Octal 35 13 27 0 76 25 131 500 55 10
Binary 11101 1011 10111 0 111110 10101 1011001 101000000 101101 1000

Color Harmonies of #1D0B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0B17

Black with #1D0B17

Text Example


Text Example

White with #1D0B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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