Html Css Color HEX #181416 Melanzane

📋 copy color: '#181416'

red 24 ◦ green 20 ◦ blue 22

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

Shades of Melanzane #181416

Tints of Melanzane #181416

RGB

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

 GREEN value IS 20 (8.2% from 255) = 30.3%

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

R = 36.36%
G = 30.3%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.91

RGB Variations

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

Color information

#181416 (or 0x181416) is known color: Melanzane. HEX triplet: 18, 14 and 16. RGB value is (24,20,22). Sum of RGB (Red+Green+Blue) = 24+20+22=66 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.36% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 24 - color contains mainly: red. Hex color #181416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181416 is #E7EBE9. Grayscale: #151515. Windows color (decimal): -15199210 or 1446936. OLE color: 1446936.

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

Color convert

RGB 24 20 22 -
CMYK 0 0.17 0.08 0.91
HSL 330º 0.09% 0.09% -
HSV(B) 330º 0.17% 0.09% -
XYZ 0.77 0.75 0.86 -
YUV 21.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 24 20 22 0 0.17 0.08 0.91 330 0.09 0.09
Hex 18 14 16 0 11 8 5B 14A 9 9
Octal 30 24 26 0 21 10 133 512 11 11
Binary 11000 10100 10110 0 10001 1000 1011011 101001010 1001 1001

Color Harmonies of #181416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181416

Black with #181416

Text Example


Text Example

White with #181416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181416; }

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

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

background-color css

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

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

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

border-color css

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

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

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