Html Css Color HEX #11090F Melanzane

📋 copy color: '#11090F'

red 17 ◦ green 9 ◦ blue 15

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

Shades of Melanzane #11090F

Tints of Melanzane #11090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 21.95%

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

R = 41.46%
G = 21.95%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.93

RGB Variations

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

Color information

#11090F (or 0x11090F) is known color: Melanzane. HEX triplet: 11, 09 and 0F. RGB value is (17,9,15). Sum of RGB (Red+Green+Blue) = 17+9+15=41 (5% of max value = 765). Red value is 17 (7.03% from 255 or 41.46% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 17 - color contains mainly: red. Hex color #11090F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11090F is #EEF6F0. Grayscale: #0C0C0C. Windows color (decimal): -15660785 or 985361. OLE color: 985361.

HSL color Cylindrical-coordinate representation of color #11090F: hue angle of 315º degrees, saturation: 0.31, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #11090F is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 9 15 -
CMYK 0 0.47 0.12 0.93
HSL 315º 0.31% 0.05% -
HSV(B) 315º 0.47% 0.07% -
XYZ 0.42 0.35 0.5 -
YUV 12.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 17 9 15 0 0.47 0.12 0.93 315 0.31 0.05
Hex 11 9 F 0 2F C 5D 13B 1F 5
Octal 21 11 17 0 57 14 135 473 37 5
Binary 10001 1001 1111 0 101111 1100 1011101 100111011 11111 101

Color Harmonies of #11090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11090F

Black with #11090F

Text Example


Text Example

White with #11090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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