Html Css Color HEX #191419 Mardi Gras

📋 copy color: '#191419'

red 25 ◦ green 20 ◦ blue 25

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

Shades of Mardi Gras #191419

Tints of Mardi Gras #191419

RGB

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

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

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

R = 35.71%
G = 28.57%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#191419 (or 0x191419) is known color: Mardi Gras. HEX triplet: 19, 14 and 19. RGB value is (25,20,25). Sum of RGB (Red+Green+Blue) = 25+20+25=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 25 (10.16% from 255 or 35.71% from 70); Max value from RGB is 25 - color contains mainly: red, blue. Hex color #191419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191419 is #E6EBE6. Grayscale: #161616. Windows color (decimal): -15133671 or 1643545. OLE color: 1643545.

HSL color Cylindrical-coordinate representation of color #191419: hue angle of 300º 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 #191419 is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 20 25 -
CMYK 0 0.20 0 0.90
HSL 300º 0.11% 0.09% -
HSV(B) 300º 0.2% 0.1% -
XYZ 0.83 0.78 1.03 -
YUV 22.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 25 20 25 0 0.20 0 0.90 300 0.11 0.09
Hex 19 14 19 0 14 0 5A 12C B 9
Octal 31 24 31 0 24 0 132 454 13 11
Binary 11001 10100 11001 0 10100 0 1011010 100101100 1011 1001

Color Harmonies of #191419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191419

Black with #191419

Text Example


Text Example

White with #191419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191419; }

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

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

background-color css

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

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

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

border-color css

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

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

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