Html Css Color HEX #191119 Mardi Gras

📋 copy color: '#191119'

red 25 ◦ green 17 ◦ blue 25

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

Shades of Mardi Gras #191119

Tints of Mardi Gras #191119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 25.37%

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

R = 37.31%
G = 25.37%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#191119 (or 0x191119) is known color: Mardi Gras. HEX triplet: 19, 11 and 19. RGB value is (25,17,25). Sum of RGB (Red+Green+Blue) = 25+17+25=67 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.31% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 25 - color contains mainly: red, blue. Hex color #191119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191119 is #E6EEE6. Grayscale: #141414. Windows color (decimal): -15134439 or 1642777. OLE color: 1642777.

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

Color convert

RGB 25 17 25 -
CMYK 0 0.32 0 0.90
HSL 300º 0.19% 0.08% -
HSV(B) 300º 0.32% 0.1% -
XYZ 0.78 0.68 1.01 -
YUV 20.3 130.65 131.35 -
System Red Green Blue C M Y K H S L
Decimal 25 17 25 0 0.32 0 0.90 300 0.19 0.08
Hex 19 11 19 0 20 0 5A 12C 13 8
Octal 31 21 31 0 40 0 132 454 23 10
Binary 11001 10001 11001 0 100000 0 1011010 100101100 10011 1000

Color Harmonies of #191119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191119

Black with #191119

Text Example


Text Example

White with #191119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191119; }

 p { color: rgb(25,17,25); }

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

background-color css

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

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

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

border-color css

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

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

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