Html Css Color HEX #110C0F Melanzane

📋 copy color: '#110C0F'

red 17 ◦ green 12 ◦ blue 15

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

Shades of Melanzane #110C0F

Tints of Melanzane #110C0F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 27.27%

 BLUE value IS 15 (6.25% from 255) = 34.09%

R = 38.64%
G = 27.27%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.93

RGB Variations

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

Color information

#110C0F (or 0x110C0F) is known color: Melanzane. HEX triplet: 11, 0C and 0F. RGB value is (17,12,15). Sum of RGB (Red+Green+Blue) = 17+12+15=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 12 (5.08% from 255 or 27.27% from 44); Blue value is 15 (6.25% from 255 or 34.09% from 44); Max value from RGB is 17 - color contains mainly: red. Hex color #110C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C0F is #EEF3F0. Grayscale: #0D0D0D. Windows color (decimal): -15660017 or 986129. OLE color: 986129.

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

Color convert

RGB 17 12 15 -
CMYK 0 0.29 0.12 0.93
HSL 324º 0.17% 0.06% -
HSV(B) 324º 0.29% 0.07% -
XYZ 0.45 0.42 0.51 -
YUV 13.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 17 12 15 0 0.29 0.12 0.93 324 0.17 0.06
Hex 11 C F 0 1D C 5D 144 11 6
Octal 21 14 17 0 35 14 135 504 21 6
Binary 10001 1100 1111 0 11101 1100 1011101 101000100 10001 110

Color Harmonies of #110C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110C0F

Black with #110C0F

Text Example


Text Example

White with #110C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,12,15); }

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

background-color css

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

 a { background-color: rgb(17,12,15); }

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

border-color css

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

 span { border-color: rgb(17,12,15); }

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