Html Css Color HEX #181216 Melanzane

📋 copy color: '#181216'

red 24 ◦ green 18 ◦ blue 22

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

Shades of Melanzane #181216

Tints of Melanzane #181216

RGB

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

 GREEN value IS 18 (7.42% from 255) = 28.13%

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

R = 37.5%
G = 28.13%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.91

RGB Variations

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

Color information

#181216 (or 0x181216) is known color: Melanzane. HEX triplet: 18, 12 and 16. RGB value is (24,18,22). Sum of RGB (Red+Green+Blue) = 24+18+22=64 (8% of max value = 765). Red value is 24 (9.77% from 255 or 37.5% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 22 (8.98% from 255 or 34.38% from 64); Max value from RGB is 24 - color contains mainly: red. Hex color #181216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181216 is #E7EDE9. Grayscale: #141414. Windows color (decimal): -15199722 or 1446424. OLE color: 1446424.

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

Color convert

RGB 24 18 22 -
CMYK 0 0.25 0.08 0.91
HSL 320º 0.14% 0.08% -
HSV(B) 320º 0.25% 0.09% -
XYZ 0.74 0.68 0.85 -
YUV 20.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 24 18 22 0 0.25 0.08 0.91 320 0.14 0.08
Hex 18 12 16 0 19 8 5B 140 E 8
Octal 30 22 26 0 31 10 133 500 16 10
Binary 11000 10010 10110 0 11001 1000 1011011 101000000 1110 1000

Color Harmonies of #181216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181216

Black with #181216

Text Example


Text Example

White with #181216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181216; }

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

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

background-color css

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

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

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

border-color css

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

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

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