Html Css Color HEX #11000B Melanzane

📋 copy color: '#11000B'

red 17 ◦ green 0 ◦ blue 11

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

Shades of Melanzane #11000B

Tints of Melanzane #11000B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 39.29%

R = 60.71%
G = 0%
B = 39.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.93

RGB Variations

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

Color information

#11000B (or 0x11000B) is known color: Melanzane. HEX triplet: 11, 00 and 0B. RGB value is (17,0,11). Sum of RGB (Red+Green+Blue) = 17+0+11=28 (3% of max value = 765). Red value is 17 (7.03% from 255 or 60.71% from 28); Green value is 0 (0.39% from 255 or 0% from 28); Blue value is 11 (4.69% from 255 or 39.29% from 28); Max value from RGB is 17 - color contains mainly: red. Hex color #11000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11000B is #EEFFF4. Grayscale: #060606. Windows color (decimal): -15663093 or 720913. OLE color: 720913.

HSL color Cylindrical-coordinate representation of color #11000B: hue angle of 321.18º 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 #11000B is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 0 11 -
CMYK 0 1 0.35 0.93
HSL 321.18º 1% 0.03% -
HSV(B) 321.18º 1% 0.07% -
XYZ 0.29 0.14 0.33 -
YUV 6.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 17 0 11 0 1 0.35 0.93 321.18 1 0.03
Hex 11 0 B 0 64 23 5D 141 64 3
Octal 21 0 13 0 144 43 135 501 144 3
Binary 10001 0 1011 0 1100100 100011 1011101 101000001 1100100 11

Color Harmonies of #11000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11000B

Black with #11000B

Text Example


Text Example

White with #11000B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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