Html Css Color HEX #191218 Melanzane

📋 copy color: '#191218'

red 25 ◦ green 18 ◦ blue 24

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

Shades of Melanzane #191218

Tints of Melanzane #191218

RGB

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

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

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

R = 37.31%
G = 26.87%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.90

RGB Variations

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

Color information

#191218 (or 0x191218) is known color: Melanzane. HEX triplet: 19, 12 and 18. RGB value is (25,18,24). Sum of RGB (Red+Green+Blue) = 25+18+24=67 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.31% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 24 (9.77% from 255 or 35.82% from 67); Max value from RGB is 25 - color contains mainly: red. Hex color #191218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191218 is #E6EDE7. Grayscale: #141414. Windows color (decimal): -15134184 or 1577497. OLE color: 1577497.

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

Color convert

RGB 25 18 24 -
CMYK 0 0.28 0.04 0.90
HSL 308.57º 0.16% 0.08% -
HSV(B) 308.57º 0.28% 0.1% -
XYZ 0.78 0.71 0.96 -
YUV 20.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 25 18 24 0 0.28 0.04 0.90 308.57 0.16 0.08
Hex 19 12 18 0 1C 4 5A 135 10 8
Octal 31 22 30 0 34 4 132 465 20 10
Binary 11001 10010 11000 0 11100 100 1011010 100110101 10000 1000

Color Harmonies of #191218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191218

Black with #191218

Text Example


Text Example

White with #191218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191218; }

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

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

background-color css

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

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

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

border-color css

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

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

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