Html Css Color HEX #191518 Melanzane

📋 copy color: '#191518'

red 25 ◦ green 21 ◦ blue 24

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

Shades of Melanzane #191518

Tints of Melanzane #191518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 30%

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

R = 35.71%
G = 30%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.90

RGB Variations

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

Color information

#191518 (or 0x191518) is known color: Melanzane. HEX triplet: 19, 15 and 18. RGB value is (25,21,24). Sum of RGB (Red+Green+Blue) = 25+21+24=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 24 (9.77% from 255 or 34.29% from 70); Max value from RGB is 25 - color contains mainly: red. Hex color #191518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191518 is #E6EAE7. Grayscale: #161616. Windows color (decimal): -15133416 or 1578265. OLE color: 1578265.

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

Color convert

RGB 25 21 24 -
CMYK 0 0.16 0.04 0.90
HSL 315º 0.09% 0.09% -
HSV(B) 315º 0.16% 0.1% -
XYZ 0.83 0.81 0.98 -
YUV 22.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 25 21 24 0 0.16 0.04 0.90 315 0.09 0.09
Hex 19 15 18 0 10 4 5A 13B 9 9
Octal 31 25 30 0 20 4 132 473 11 11
Binary 11001 10101 11000 0 10000 100 1011010 100111011 1001 1001

Color Harmonies of #191518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191518

Black with #191518

Text Example


Text Example

White with #191518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191518; }

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

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

background-color css

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

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

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

border-color css

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

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

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