Html Css Color HEX #190719 Mardi Gras

📋 copy color: '#190719'

red 25 ◦ green 7 ◦ blue 25

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

Shades of Mardi Gras #190719

Tints of Mardi Gras #190719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 12.28%

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

R = 43.86%
G = 12.28%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#190719 (or 0x190719) is known color: Mardi Gras. HEX triplet: 19, 07 and 19. RGB value is (25,7,25). Sum of RGB (Red+Green+Blue) = 25+7+25=57 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.86% from 57); Green value is 7 (3.12% from 255 or 12.28% from 57); Blue value is 25 (10.16% from 255 or 43.86% from 57); Max value from RGB is 25 - color contains mainly: red, blue. Hex color #190719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190719 is #E6F8E6. Grayscale: #0E0E0E. Windows color (decimal): -15136999 or 1640217. OLE color: 1640217.

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

Color convert

RGB 25 7 25 -
CMYK 0 0.72 0 0.90
HSL 300º 0.56% 0.06% -
HSV(B) 300º 0.72% 0.1% -
XYZ 0.65 0.43 0.97 -
YUV 14.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 25 7 25 0 0.72 0 0.90 300 0.56 0.06
Hex 19 7 19 0 48 0 5A 12C 38 6
Octal 31 7 31 0 110 0 132 454 70 6
Binary 11001 111 11001 0 1001000 0 1011010 100101100 111000 110

Color Harmonies of #190719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190719

Black with #190719

Text Example


Text Example

White with #190719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190719; }

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

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

background-color css

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

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

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

border-color css

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

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

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