Html Css Color HEX #160011 Melanzane

📋 copy color: '#160011'

red 22 ◦ green 0 ◦ blue 17

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

Shades of Melanzane #160011

Tints of Melanzane #160011

RGB

 RED value IS 22 (8.98% from 255) = 56.41%

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

 BLUE value IS 17 (7.03% from 255) = 43.59%

R = 56.41%
G = 0%
B = 43.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.91

RGB Variations

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

Color information

#160011 (or 0x160011) is known color: Melanzane. HEX triplet: 16, 00 and 11. RGB value is (22,0,17). Sum of RGB (Red+Green+Blue) = 22+0+17=39 (5% of max value = 765). Red value is 22 (8.98% from 255 or 56.41% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 17 (7.03% from 255 or 43.59% from 39); Max value from RGB is 22 - color contains mainly: red. Hex color #160011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160011 is #E9FFEE. Grayscale: #080808. Windows color (decimal): -15335407 or 1114134. OLE color: 1114134.

HSL color Cylindrical-coordinate representation of color #160011: hue angle of 313.64º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160011 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.91.

Color convert

RGB 22 0 17 -
CMYK 0 1 0.23 0.91
HSL 313.64º 1% 0.04% -
HSV(B) 313.64º 1% 0.09% -
XYZ 0.43 0.21 0.55 -
YUV 8.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 22 0 17 0 1 0.23 0.91 313.64 1 0.04
Hex 16 0 11 0 64 17 5B 13A 64 4
Octal 26 0 21 0 144 27 133 472 144 4
Binary 10110 0 10001 0 1100100 10111 1011011 100111010 1100100 100

Color Harmonies of #160011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160011

Black with #160011

Text Example


Text Example

White with #160011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160011; }

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

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

background-color css

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

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

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

border-color css

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

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

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