Html Css Color HEX #190119 Mardi Gras

📋 copy color: '#190119'

red 25 ◦ green 1 ◦ blue 25

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

Shades of Mardi Gras #190119

Tints of Mardi Gras #190119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.96%

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

R = 49.02%
G = 1.96%
B = 49.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#190119 (or 0x190119) is known color: Mardi Gras. HEX triplet: 19, 01 and 19. RGB value is (25,1,25). Sum of RGB (Red+Green+Blue) = 25+1+25=51 (6% of max value = 765). Red value is 25 (10.16% from 255 or 49.02% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: red, blue. Hex color #190119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190119 is #E6FEE6. Grayscale: #0A0A0A. Windows color (decimal): -15138535 or 1638681. OLE color: 1638681.

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

Color convert

RGB 25 1 25 -
CMYK 0 0.96 0 0.90
HSL 300º 0.92% 0.05% -
HSV(B) 300º 0.96% 0.1% -
XYZ 0.59 0.3 0.95 -
YUV 10.91 135.95 138.05 -
System Red Green Blue C M Y K H S L
Decimal 25 1 25 0 0.96 0 0.90 300 0.92 0.05
Hex 19 1 19 0 60 0 5A 12C 5C 5
Octal 31 1 31 0 140 0 132 454 134 5
Binary 11001 1 11001 0 1100000 0 1011010 100101100 1011100 101

Color Harmonies of #190119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190119

Black with #190119

Text Example


Text Example

White with #190119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190119; }

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

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

background-color css

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

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

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

border-color css

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

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

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