Html Css Color HEX #11040D Melanzane

📋 copy color: '#11040D'

red 17 ◦ green 4 ◦ blue 13

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

Shades of Melanzane #11040D

Tints of Melanzane #11040D

RGB

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

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

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

R = 50%
G = 11.76%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.93

RGB Variations

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

Color information

#11040D (or 0x11040D) is known color: Melanzane. HEX triplet: 11, 04 and 0D. RGB value is (17,4,13). Sum of RGB (Red+Green+Blue) = 17+4+13=34 (4% of max value = 765). Red value is 17 (7.03% from 255 or 50% from 34); Green value is 4 (1.95% from 255 or 11.76% from 34); Blue value is 13 (5.47% from 255 or 38.24% from 34); Max value from RGB is 17 - color contains mainly: red. Hex color #11040D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11040D is #EEFBF2. Grayscale: #080808. Windows color (decimal): -15662067 or 853009. OLE color: 853009.

HSL color Cylindrical-coordinate representation of color #11040D: hue angle of 318.46º 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 #11040D is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 4 13 -
CMYK 0 0.76 0.24 0.93
HSL 318.46º 0.62% 0.04% -
HSV(B) 318.46º 0.76% 0.07% -
XYZ 0.35 0.24 0.41 -
YUV 8.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 17 4 13 0 0.76 0.24 0.93 318.46 0.62 0.04
Hex 11 4 D 0 4C 18 5D 13E 3E 4
Octal 21 4 15 0 114 30 135 476 76 4
Binary 10001 100 1101 0 1001100 11000 1011101 100111110 111110 100

Color Harmonies of #11040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11040D

Black with #11040D

Text Example


Text Example

White with #11040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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