Html Css Color HEX #11070E Melanzane

📋 copy color: '#11070E'

red 17 ◦ green 7 ◦ blue 14

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

Shades of Melanzane #11070E

Tints of Melanzane #11070E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 18.42%

 BLUE value IS 14 (5.86% from 255) = 36.84%

R = 44.74%
G = 18.42%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.93

RGB Variations

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

Color information

#11070E (or 0x11070E) is known color: Melanzane. HEX triplet: 11, 07 and 0E. RGB value is (17,7,14). Sum of RGB (Red+Green+Blue) = 17+7+14=38 (5% of max value = 765). Red value is 17 (7.03% from 255 or 44.74% from 38); Green value is 7 (3.12% from 255 or 18.42% from 38); Blue value is 14 (5.86% from 255 or 36.84% from 38); Max value from RGB is 17 - color contains mainly: red. Hex color #11070E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11070E is #EEF8F1. Grayscale: #0A0A0A. Windows color (decimal): -15661298 or 919313. OLE color: 919313.

HSL color Cylindrical-coordinate representation of color #11070E: hue angle of 318º degrees, saturation: 0.42, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #11070E is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 7 14 -
CMYK 0 0.59 0.18 0.93
HSL 318º 0.42% 0.05% -
HSV(B) 318º 0.59% 0.07% -
XYZ 0.39 0.3 0.45 -
YUV 10.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 17 7 14 0 0.59 0.18 0.93 318 0.42 0.05
Hex 11 7 E 0 3B 12 5D 13E 2A 5
Octal 21 7 16 0 73 22 135 476 52 5
Binary 10001 111 1110 0 111011 10010 1011101 100111110 101010 101

Color Harmonies of #11070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11070E

Black with #11070E

Text Example


Text Example

White with #11070E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11070E; }

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

 H1.HeaderClassName
 {
   color: #11070E;
 }
 .AnyTagClassName
 {
   color: #11070E;
 }
</style>

background-color css

<style>
 a { background-color: #11070E; }

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

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

border-color css

<style>
 span { border-color: #11070E; }

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

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