Html Css Color HEX #11050F Melanzane

📋 copy color: '#11050F'

red 17 ◦ green 5 ◦ blue 15

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

Shades of Melanzane #11050F

Tints of Melanzane #11050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 13.51%

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

R = 45.95%
G = 13.51%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.93

RGB Variations

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

Color information

#11050F (or 0x11050F) is known color: Melanzane. HEX triplet: 11, 05 and 0F. RGB value is (17,5,15). Sum of RGB (Red+Green+Blue) = 17+5+15=37 (4% of max value = 765). Red value is 17 (7.03% from 255 or 45.95% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 15 (6.25% from 255 or 40.54% from 37); Max value from RGB is 17 - color contains mainly: red. Hex color #11050F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11050F is #EEFAF0. Grayscale: #090909. Windows color (decimal): -15661809 or 984337. OLE color: 984337.

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

Color convert

RGB 17 5 15 -
CMYK 0 0.71 0.12 0.93
HSL 310º 0.55% 0.04% -
HSV(B) 310º 0.71% 0.07% -
XYZ 0.37 0.26 0.48 -
YUV 9.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 17 5 15 0 0.71 0.12 0.93 310 0.55 0.04
Hex 11 5 F 0 47 C 5D 136 37 4
Octal 21 5 17 0 107 14 135 466 67 4
Binary 10001 101 1111 0 1000111 1100 1011101 100110110 110111 100

Color Harmonies of #11050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11050F

Black with #11050F

Text Example


Text Example

White with #11050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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