Html Css Color HEX #11070D Melanzane

📋 copy color: '#11070D'

red 17 ◦ green 7 ◦ blue 13

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

Shades of Melanzane #11070D

Tints of Melanzane #11070D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 35.14%

R = 45.95%
G = 18.92%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.93

RGB Variations

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

Color information

#11070D (or 0x11070D) is known color: Melanzane. HEX triplet: 11, 07 and 0D. RGB value is (17,7,13). Sum of RGB (Red+Green+Blue) = 17+7+13=37 (4% of max value = 765). Red value is 17 (7.03% from 255 or 45.95% from 37); Green value is 7 (3.12% from 255 or 18.92% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 17 - color contains mainly: red. Hex color #11070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11070D is #EEF8F2. Grayscale: #0A0A0A. Windows color (decimal): -15661299 or 853777. OLE color: 853777.

HSL color Cylindrical-coordinate representation of color #11070D: hue angle of 324º 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 #11070D is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 7 13 -
CMYK 0 0.59 0.24 0.93
HSL 324º 0.42% 0.05% -
HSV(B) 324º 0.59% 0.07% -
XYZ 0.38 0.3 0.42 -
YUV 10.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 17 7 13 0 0.59 0.24 0.93 324 0.42 0.05
Hex 11 7 D 0 3B 18 5D 144 2A 5
Octal 21 7 15 0 73 30 135 504 52 5
Binary 10001 111 1101 0 111011 11000 1011101 101000100 101010 101

Color Harmonies of #11070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11070D

Black with #11070D

Text Example


Text Example

White with #11070D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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