Html Css Color HEX #181116 Melanzane

📋 copy color: '#181116'

red 24 ◦ green 17 ◦ blue 22

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

Shades of Melanzane #181116

Tints of Melanzane #181116

RGB

 RED value IS 24 (9.77% from 255) = 38.1%

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

 BLUE value IS 22 (8.98% from 255) = 34.92%

R = 38.1%
G = 26.98%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.91

RGB Variations

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

Color information

#181116 (or 0x181116) is known color: Melanzane. HEX triplet: 18, 11 and 16. RGB value is (24,17,22). Sum of RGB (Red+Green+Blue) = 24+17+22=63 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.10% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 22 (8.98% from 255 or 34.92% from 63); Max value from RGB is 24 - color contains mainly: red. Hex color #181116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181116 is #E7EEE9. Grayscale: #131313. Windows color (decimal): -15199978 or 1446168. OLE color: 1446168.

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

Color convert

RGB 24 17 22 -
CMYK 0 0.29 0.08 0.91
HSL 317.14º 0.17% 0.08% -
HSV(B) 317.14º 0.29% 0.09% -
XYZ 0.72 0.65 0.85 -
YUV 19.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 24 17 22 0 0.29 0.08 0.91 317.14 0.17 0.08
Hex 18 11 16 0 1D 8 5B 13D 11 8
Octal 30 21 26 0 35 10 133 475 21 10
Binary 11000 10001 10110 0 11101 1000 1011011 100111101 10001 1000

Color Harmonies of #181116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181116

Black with #181116

Text Example


Text Example

White with #181116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181116; }

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

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

background-color css

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

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

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

border-color css

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

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

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