Html Css Color HEX #11040E Melanzane

📋 copy color: '#11040E'

red 17 ◦ green 4 ◦ blue 14

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

Shades of Melanzane #11040E

Tints of Melanzane #11040E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 11.43%

 BLUE value IS 14 (5.86% from 255) = 40%

R = 48.57%
G = 11.43%
B = 40%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.93

RGB Variations

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

Color information

#11040E (or 0x11040E) is known color: Melanzane. HEX triplet: 11, 04 and 0E. RGB value is (17,4,14). Sum of RGB (Red+Green+Blue) = 17+4+14=35 (4% of max value = 765). Red value is 17 (7.03% from 255 or 48.57% from 35); Green value is 4 (1.95% from 255 or 11.43% from 35); Blue value is 14 (5.86% from 255 or 40% from 35); Max value from RGB is 17 - color contains mainly: red. Hex color #11040E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11040E is #EEFBF1. Grayscale: #090909. Windows color (decimal): -15662066 or 918545. OLE color: 918545.

HSL color Cylindrical-coordinate representation of color #11040E: hue angle of 313.85º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #11040E is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 4 14 -
CMYK 0 0.76 0.18 0.93
HSL 313.85º 0.62% 0.04% -
HSV(B) 313.85º 0.76% 0.07% -
XYZ 0.35 0.24 0.44 -
YUV 9.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 17 4 14 0 0.76 0.18 0.93 313.85 0.62 0.04
Hex 11 4 E 0 4C 12 5D 13A 3E 4
Octal 21 4 16 0 114 22 135 472 76 4
Binary 10001 100 1110 0 1001100 10010 1011101 100111010 111110 100

Color Harmonies of #11040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11040E

Black with #11040E

Text Example


Text Example

White with #11040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11040E; }

 p { color: rgb(17,4,14); }

 H1.HeaderClassName
 {
   color: #11040E;
 }
 .AnyTagClassName
 {
   color: #11040E;
 }
</style>

background-color css

<style>
 a { background-color: #11040E; }

 a { background-color: rgb(17,4,14); }

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

border-color css

<style>
 span { border-color: #11040E; }

 span { border-color: rgb(17,4,14); }

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