Html Css Color HEX #191317 Melanzane

📋 copy color: '#191317'

red 25 ◦ green 19 ◦ blue 23

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

Shades of Melanzane #191317

Tints of Melanzane #191317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 28.36%

 BLUE value IS 23 (9.38% from 255) = 34.33%

R = 37.31%
G = 28.36%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.90

RGB Variations

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

Color information

#191317 (or 0x191317) is known color: Melanzane. HEX triplet: 19, 13 and 17. RGB value is (25,19,23). Sum of RGB (Red+Green+Blue) = 25+19+23=67 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.31% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 23 (9.38% from 255 or 34.33% from 67); Max value from RGB is 25 - color contains mainly: red. Hex color #191317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191317 is #E6ECE8. Grayscale: #151515. Windows color (decimal): -15133929 or 1512217. OLE color: 1512217.

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

Color convert

RGB 25 19 23 -
CMYK 0 0.24 0.08 0.90
HSL 320º 0.14% 0.09% -
HSV(B) 320º 0.24% 0.1% -
XYZ 0.79 0.73 0.91 -
YUV 21.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 25 19 23 0 0.24 0.08 0.90 320 0.14 0.09
Hex 19 13 17 0 18 8 5A 140 E 9
Octal 31 23 27 0 30 10 132 500 16 11
Binary 11001 10011 10111 0 11000 1000 1011010 101000000 1110 1001

Color Harmonies of #191317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191317

Black with #191317

Text Example


Text Example

White with #191317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191317; }

 p { color: rgb(25,19,23); }

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

background-color css

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

 a { background-color: rgb(25,19,23); }

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

border-color css

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

 span { border-color: rgb(25,19,23); }

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