Html Css Color HEX #191519 Mardi Gras

📋 copy color: '#191519'

red 25 ◦ green 21 ◦ blue 25

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

Shades of Mardi Gras #191519

Tints of Mardi Gras #191519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 29.58%

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

R = 35.21%
G = 29.58%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#191519 (or 0x191519) is known color: Mardi Gras. HEX triplet: 19, 15 and 19. RGB value is (25,21,25). Sum of RGB (Red+Green+Blue) = 25+21+25=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 25 - color contains mainly: red, blue. Hex color #191519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191519 is #E6EAE6. Grayscale: #161616. Windows color (decimal): -15133415 or 1643801. OLE color: 1643801.

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

Color convert

RGB 25 21 25 -
CMYK 0 0.16 0 0.90
HSL 300º 0.09% 0.09% -
HSV(B) 300º 0.16% 0.1% -
XYZ 0.84 0.81 1.03 -
YUV 22.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 25 21 25 0 0.16 0 0.90 300 0.09 0.09
Hex 19 15 19 0 10 0 5A 12C 9 9
Octal 31 25 31 0 20 0 132 454 11 11
Binary 11001 10101 11001 0 10000 0 1011010 100101100 1001 1001

Color Harmonies of #191519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191519

Black with #191519

Text Example


Text Example

White with #191519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191519; }

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

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

background-color css

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

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

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

border-color css

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

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

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