Html Css Color HEX #11020D Melanzane

📋 copy color: '#11020D'

red 17 ◦ green 2 ◦ blue 13

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

Shades of Melanzane #11020D

Tints of Melanzane #11020D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 6.25%

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

R = 53.13%
G = 6.25%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.93

RGB Variations

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

Color information

#11020D (or 0x11020D) is known color: Melanzane. HEX triplet: 11, 02 and 0D. RGB value is (17,2,13). Sum of RGB (Red+Green+Blue) = 17+2+13=32 (4% of max value = 765). Red value is 17 (7.03% from 255 or 53.12% from 32); Green value is 2 (1.17% from 255 or 6.25% from 32); Blue value is 13 (5.47% from 255 or 40.62% from 32); Max value from RGB is 17 - color contains mainly: red. Hex color #11020D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11020D is #EEFDF2. Grayscale: #070707. Windows color (decimal): -15662579 or 852497. OLE color: 852497.

HSL color Cylindrical-coordinate representation of color #11020D: hue angle of 316º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11020D is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 2 13 -
CMYK 0 0.88 0.24 0.93
HSL 316º 0.79% 0.04% -
HSV(B) 316º 0.88% 0.07% -
XYZ 0.33 0.19 0.4 -
YUV 7.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 17 2 13 0 0.88 0.24 0.93 316 0.79 0.04
Hex 11 2 D 0 58 18 5D 13C 4F 4
Octal 21 2 15 0 130 30 135 474 117 4
Binary 10001 10 1101 0 1011000 11000 1011101 100111100 1001111 100

Color Harmonies of #11020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11020D

Black with #11020D

Text Example


Text Example

White with #11020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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