Html Css Color HEX #11000D Melanzane

📋 copy color: '#11000D'

red 17 ◦ green 0 ◦ blue 13

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

Shades of Melanzane #11000D

Tints of Melanzane #11000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.67%
G = 0%
B = 43.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.93

RGB Variations

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

Color information

#11000D (or 0x11000D) is known color: Melanzane. HEX triplet: 11, 00 and 0D. RGB value is (17,0,13). Sum of RGB (Red+Green+Blue) = 17+0+13=30 (3% of max value = 765). Red value is 17 (7.03% from 255 or 56.67% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 13 (5.47% from 255 or 43.33% from 30); Max value from RGB is 17 - color contains mainly: red. Hex color #11000D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11000D is #EEFFF2. Grayscale: #060606. Windows color (decimal): -15663091 or 851985. OLE color: 851985.

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

Color convert

RGB 17 0 13 -
CMYK 0 1 0.24 0.93
HSL 314.12º 1% 0.03% -
HSV(B) 314.12º 1% 0.07% -
XYZ 0.3 0.15 0.39 -
YUV 6.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 17 0 13 0 1 0.24 0.93 314.12 1 0.03
Hex 11 0 D 0 64 18 5D 13A 64 3
Octal 21 0 15 0 144 30 135 472 144 3
Binary 10001 0 1101 0 1100100 11000 1011101 100111010 1100100 11

Color Harmonies of #11000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11000D

Black with #11000D

Text Example


Text Example

White with #11000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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