Html Css Color HEX #191319 Mardi Gras

📋 copy color: '#191319'

red 25 ◦ green 19 ◦ blue 25

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

Shades of Mardi Gras #191319

Tints of Mardi Gras #191319

RGB

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

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

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

R = 36.23%
G = 27.54%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#191319 (or 0x191319) is known color: Mardi Gras. HEX triplet: 19, 13 and 19. RGB value is (25,19,25). Sum of RGB (Red+Green+Blue) = 25+19+25=69 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.23% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 25 - color contains mainly: red, blue. Hex color #191319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191319 is #E6ECE6. Grayscale: #151515. Windows color (decimal): -15133927 or 1643289. OLE color: 1643289.

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

Color convert

RGB 25 19 25 -
CMYK 0 0.24 0 0.90
HSL 300º 0.14% 0.09% -
HSV(B) 300º 0.24% 0.1% -
XYZ 0.81 0.74 1.02 -
YUV 21.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 25 19 25 0 0.24 0 0.90 300 0.14 0.09
Hex 19 13 19 0 18 0 5A 12C E 9
Octal 31 23 31 0 30 0 132 454 16 11
Binary 11001 10011 11001 0 11000 0 1011010 100101100 1110 1001

Color Harmonies of #191319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191319

Black with #191319

Text Example


Text Example

White with #191319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191319; }

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

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

background-color css

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

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

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

border-color css

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

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

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