Html Css Color HEX #191418 Melanzane

📋 copy color: '#191418'

red 25 ◦ green 20 ◦ blue 24

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

Shades of Melanzane #191418

Tints of Melanzane #191418

RGB

 RED value IS 25 (10.16% from 255) = 36.23%

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

 BLUE value IS 24 (9.77% from 255) = 34.78%

R = 36.23%
G = 28.99%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.90

RGB Variations

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

Color information

#191418 (or 0x191418) is known color: Melanzane. HEX triplet: 19, 14 and 18. RGB value is (25,20,24). Sum of RGB (Red+Green+Blue) = 25+20+24=69 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.23% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 24 (9.77% from 255 or 34.78% from 69); Max value from RGB is 25 - color contains mainly: red. Hex color #191418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191418 is #E6EBE7. Grayscale: #151515. Windows color (decimal): -15133672 or 1578009. OLE color: 1578009.

HSL color Cylindrical-coordinate representation of color #191418: hue angle of 312º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #191418 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 20 24 -
CMYK 0 0.20 0.04 0.90
HSL 312º 0.11% 0.09% -
HSV(B) 312º 0.2% 0.1% -
XYZ 0.82 0.77 0.97 -
YUV 21.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 25 20 24 0 0.20 0.04 0.90 312 0.11 0.09
Hex 19 14 18 0 14 4 5A 138 B 9
Octal 31 24 30 0 24 4 132 470 13 11
Binary 11001 10100 11000 0 10100 100 1011010 100111000 1011 1001

Color Harmonies of #191418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191418

Black with #191418

Text Example


Text Example

White with #191418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191418; }

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

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

background-color css

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

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

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

border-color css

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

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

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