Html Css Color HEX #110B10 Melanzane

📋 copy color: '#110B10'

red 17 ◦ green 11 ◦ blue 16

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

Shades of Melanzane #110B10

Tints of Melanzane #110B10

RGB

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

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

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

R = 38.64%
G = 25%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.93

RGB Variations

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

Color information

#110B10 (or 0x110B10) is known color: Melanzane. HEX triplet: 11, 0B and 10. RGB value is (17,11,16). Sum of RGB (Red+Green+Blue) = 17+11+16=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 11 (4.69% from 255 or 25% from 44); Blue value is 16 (6.64% from 255 or 36.36% from 44); Max value from RGB is 17 - color contains mainly: red. Hex color #110B10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B10 is #EEF4EF. Grayscale: #0D0D0D. Windows color (decimal): -15660272 or 1051409. OLE color: 1051409.

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

Color convert

RGB 17 11 16 -
CMYK 0 0.35 0.06 0.93
HSL 310º 0.21% 0.05% -
HSV(B) 310º 0.35% 0.07% -
XYZ 0.44 0.4 0.54 -
YUV 13.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 17 11 16 0 0.35 0.06 0.93 310 0.21 0.05
Hex 11 B 10 0 23 6 5D 136 15 5
Octal 21 13 20 0 43 6 135 466 25 5
Binary 10001 1011 10000 0 100011 110 1011101 100110110 10101 101

Color Harmonies of #110B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110B10

Black with #110B10

Text Example


Text Example

White with #110B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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