Html Css Color HEX #11060D Melanzane

📋 copy color: '#11060D'

red 17 ◦ green 6 ◦ blue 13

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

Shades of Melanzane #11060D

Tints of Melanzane #11060D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 16.67%

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

R = 47.22%
G = 16.67%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.93

RGB Variations

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

Color information

#11060D (or 0x11060D) is known color: Melanzane. HEX triplet: 11, 06 and 0D. RGB value is (17,6,13). Sum of RGB (Red+Green+Blue) = 17+6+13=36 (4% of max value = 765). Red value is 17 (7.03% from 255 or 47.22% from 36); Green value is 6 (2.73% from 255 or 16.67% from 36); Blue value is 13 (5.47% from 255 or 36.11% from 36); Max value from RGB is 17 - color contains mainly: red. Hex color #11060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11060D is #EEF9F2. Grayscale: #0A0A0A. Windows color (decimal): -15661555 or 853521. OLE color: 853521.

HSL color Cylindrical-coordinate representation of color #11060D: hue angle of 321.82º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #11060D is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 6 13 -
CMYK 0 0.65 0.24 0.93
HSL 321.82º 0.48% 0.05% -
HSV(B) 321.82º 0.65% 0.07% -
XYZ 0.37 0.28 0.42 -
YUV 10.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 17 6 13 0 0.65 0.24 0.93 321.82 0.48 0.05
Hex 11 6 D 0 41 18 5D 142 30 5
Octal 21 6 15 0 101 30 135 502 60 5
Binary 10001 110 1101 0 1000001 11000 1011101 101000010 110000 101

Color Harmonies of #11060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11060D

Black with #11060D

Text Example


Text Example

White with #11060D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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