Html Css Color HEX #11060F Melanzane

📋 copy color: '#11060F'

red 17 ◦ green 6 ◦ blue 15

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

Shades of Melanzane #11060F

Tints of Melanzane #11060F

RGB

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

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

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

R = 44.74%
G = 15.79%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.93

RGB Variations

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

Color information

#11060F (or 0x11060F) is known color: Melanzane. HEX triplet: 11, 06 and 0F. RGB value is (17,6,15). Sum of RGB (Red+Green+Blue) = 17+6+15=38 (5% of max value = 765). Red value is 17 (7.03% from 255 or 44.74% from 38); Green value is 6 (2.73% from 255 or 15.79% from 38); Blue value is 15 (6.25% from 255 or 39.47% from 38); Max value from RGB is 17 - color contains mainly: red. Hex color #11060F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11060F is #EEF9F0. Grayscale: #0A0A0A. Windows color (decimal): -15661553 or 984593. OLE color: 984593.

HSL color Cylindrical-coordinate representation of color #11060F: hue angle of 310.91º 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 #11060F is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 6 15 -
CMYK 0 0.65 0.12 0.93
HSL 310.91º 0.48% 0.05% -
HSV(B) 310.91º 0.65% 0.07% -
XYZ 0.38 0.28 0.49 -
YUV 10.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 17 6 15 0 0.65 0.12 0.93 310.91 0.48 0.05
Hex 11 6 F 0 41 C 5D 137 30 5
Octal 21 6 17 0 101 14 135 467 60 5
Binary 10001 110 1111 0 1000001 1100 1011101 100110111 110000 101

Color Harmonies of #11060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11060F

Black with #11060F

Text Example


Text Example

White with #11060F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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