Html Css Color HEX #161115 Melanzane

📋 copy color: '#161115'

red 22 ◦ green 17 ◦ blue 21

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

Shades of Melanzane #161115

Tints of Melanzane #161115

RGB

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

 GREEN value IS 17 (7.03% from 255) = 28.33%

 BLUE value IS 21 (8.59% from 255) = 35%

R = 36.67%
G = 28.33%
B = 35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.91

RGB Variations

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

Color information

#161115 (or 0x161115) is known color: Melanzane. HEX triplet: 16, 11 and 15. RGB value is (22,17,21). Sum of RGB (Red+Green+Blue) = 22+17+21=60 (7% of max value = 765). Red value is 22 (8.98% from 255 or 36.67% from 60); Green value is 17 (7.03% from 255 or 28.33% from 60); Blue value is 21 (8.59% from 255 or 35% from 60); Max value from RGB is 22 - color contains mainly: red. Hex color #161115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161115 is #E9EEEA. Grayscale: #121212. Windows color (decimal): -15331051 or 1380630. OLE color: 1380630.

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

Color convert

RGB 22 17 21 -
CMYK 0 0.23 0.05 0.91
HSL 312º 0.13% 0.08% -
HSV(B) 312º 0.23% 0.09% -
XYZ 0.67 0.63 0.8 -
YUV 18.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 22 17 21 0 0.23 0.05 0.91 312 0.13 0.08
Hex 16 11 15 0 17 5 5B 138 D 8
Octal 26 21 25 0 27 5 133 470 15 10
Binary 10110 10001 10101 0 10111 101 1011011 100111000 1101 1000

Color Harmonies of #161115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161115

Black with #161115

Text Example


Text Example

White with #161115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161115; }

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

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

background-color css

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

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

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

border-color css

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

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

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