Html Css Color HEX #110D10 Melanzane

📋 copy color: '#110D10'

red 17 ◦ green 13 ◦ blue 16

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

Shades of Melanzane #110D10

Tints of Melanzane #110D10

RGB

 RED value IS 17 (7.03% from 255) = 36.96%

 GREEN value IS 13 (5.47% from 255) = 28.26%

 BLUE value IS 16 (6.64% from 255) = 34.78%

R = 36.96%
G = 28.26%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.93

RGB Variations

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

Color information

#110D10 (or 0x110D10) is known color: Melanzane. HEX triplet: 11, 0D and 10. RGB value is (17,13,16). Sum of RGB (Red+Green+Blue) = 17+13+16=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 16 (6.64% from 255 or 34.78% from 46); Max value from RGB is 17 - color contains mainly: red. Hex color #110D10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D10 is #EEF2EF. Grayscale: #0E0E0E. Windows color (decimal): -15659760 or 1051921. OLE color: 1051921.

HSL color Cylindrical-coordinate representation of color #110D10: hue angle of 315º degrees, saturation: 0.13, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #110D10 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 13 16 -
CMYK 0 0.24 0.06 0.93
HSL 315º 0.13% 0.06% -
HSV(B) 315º 0.24% 0.07% -
XYZ 0.47 0.44 0.55 -
YUV 14.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 17 13 16 0 0.24 0.06 0.93 315 0.13 0.06
Hex 11 D 10 0 18 6 5D 13B D 6
Octal 21 15 20 0 30 6 135 473 15 6
Binary 10001 1101 10000 0 11000 110 1011101 100111011 1101 110

Color Harmonies of #110D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110D10

Black with #110D10

Text Example


Text Example

White with #110D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110D10; }

 p { color: rgb(17,13,16); }

 H1.HeaderClassName
 {
   color: #110D10;
 }
 .AnyTagClassName
 {
   color: #110D10;
 }
</style>

background-color css

<style>
 a { background-color: #110D10; }

 a { background-color: rgb(17,13,16); }

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

border-color css

<style>
 span { border-color: #110D10; }

 span { border-color: rgb(17,13,16); }

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