Html Css Color HEX #110E10 Melanzane

📋 copy color: '#110E10'

red 17 ◦ green 14 ◦ blue 16

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

Shades of Melanzane #110E10

Tints of Melanzane #110E10

RGB

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

 GREEN value IS 14 (5.86% from 255) = 29.79%

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

R = 36.17%
G = 29.79%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.93

RGB Variations

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

Color information

#110E10 (or 0x110E10) is known color: Melanzane. HEX triplet: 11, 0E and 10. RGB value is (17,14,16). Sum of RGB (Red+Green+Blue) = 17+14+16=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 14 (5.86% from 255 or 29.79% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 17 - color contains mainly: red. Hex color #110E10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E10 is #EEF1EF. Grayscale: #0F0F0F. Windows color (decimal): -15659504 or 1052177. OLE color: 1052177.

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

Color convert

RGB 17 14 16 -
CMYK 0 0.18 0.06 0.93
HSL 320º 0.1% 0.06% -
HSV(B) 320º 0.18% 0.07% -
XYZ 0.48 0.47 0.56 -
YUV 15.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 17 14 16 0 0.18 0.06 0.93 320 0.1 0.06
Hex 11 E 10 0 12 6 5D 140 A 6
Octal 21 16 20 0 22 6 135 500 12 6
Binary 10001 1110 10000 0 10010 110 1011101 101000000 1010 110

Color Harmonies of #110E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110E10

Black with #110E10

Text Example


Text Example

White with #110E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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