Html Css Color HEX #190519 Mardi Gras

📋 copy color: '#190519'

red 25 ◦ green 5 ◦ blue 25

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

Shades of Mardi Gras #190519

Tints of Mardi Gras #190519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 9.09%

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

R = 45.45%
G = 9.09%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#190519 (or 0x190519) is known color: Mardi Gras. HEX triplet: 19, 05 and 19. RGB value is (25,5,25). Sum of RGB (Red+Green+Blue) = 25+5+25=55 (7% of max value = 765). Red value is 25 (10.16% from 255 or 45.45% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 25 (10.16% from 255 or 45.45% from 55); Max value from RGB is 25 - color contains mainly: red, blue. Hex color #190519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190519 is #E6FAE6. Grayscale: #0D0D0D. Windows color (decimal): -15137511 or 1639705. OLE color: 1639705.

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

Color convert

RGB 25 5 25 -
CMYK 0 0.80 0 0.90
HSL 300º 0.67% 0.06% -
HSV(B) 300º 0.8% 0.1% -
XYZ 0.63 0.39 0.96 -
YUV 13.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 25 5 25 0 0.80 0 0.90 300 0.67 0.06
Hex 19 5 19 0 50 0 5A 12C 43 6
Octal 31 5 31 0 120 0 132 454 103 6
Binary 11001 101 11001 0 1010000 0 1011010 100101100 1000011 110

Color Harmonies of #190519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190519

Black with #190519

Text Example


Text Example

White with #190519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190519; }

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

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

background-color css

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

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

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

border-color css

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

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

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