Html Css Color HEX #161114 Melanzane

📋 copy color: '#161114'

red 22 ◦ green 17 ◦ blue 20

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

Shades of Melanzane #161114

Tints of Melanzane #161114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 33.9%

R = 37.29%
G = 28.81%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.91

RGB Variations

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

Color information

#161114 (or 0x161114) is known color: Melanzane. HEX triplet: 16, 11 and 14. RGB value is (22,17,20). Sum of RGB (Red+Green+Blue) = 22+17+20=59 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.29% from 59); Green value is 17 (7.03% from 255 or 28.81% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 22 - color contains mainly: red. Hex color #161114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161114 is #E9EEEB. Grayscale: #121212. Windows color (decimal): -15331052 or 1315094. OLE color: 1315094.

HSL color Cylindrical-coordinate representation of color #161114: hue angle of 324º 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 #161114 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.91.

Color convert

RGB 22 17 20 -
CMYK 0 0.23 0.09 0.91
HSL 324º 0.13% 0.08% -
HSV(B) 324º 0.23% 0.09% -
XYZ 0.66 0.62 0.75 -
YUV 18.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 22 17 20 0 0.23 0.09 0.91 324 0.13 0.08
Hex 16 11 14 0 17 9 5B 144 D 8
Octal 26 21 24 0 27 11 133 504 15 10
Binary 10110 10001 10100 0 10111 1001 1011011 101000100 1101 1000

Color Harmonies of #161114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161114

Black with #161114

Text Example


Text Example

White with #161114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161114; }

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

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

background-color css

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

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

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

border-color css

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

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

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