Html Css Color HEX #191219 Mardi Gras

📋 copy color: '#191219'

red 25 ◦ green 18 ◦ blue 25

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

Shades of Mardi Gras #191219

Tints of Mardi Gras #191219

RGB

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

 GREEN value IS 18 (7.42% from 255) = 26.47%

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

R = 36.76%
G = 26.47%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#191219 (or 0x191219) is known color: Mardi Gras. HEX triplet: 19, 12 and 19. RGB value is (25,18,25). Sum of RGB (Red+Green+Blue) = 25+18+25=68 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.76% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 25 (10.16% from 255 or 36.76% from 68); Max value from RGB is 25 - color contains mainly: red, blue. Hex color #191219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191219 is #E6EDE6. Grayscale: #141414. Windows color (decimal): -15134183 or 1643033. OLE color: 1643033.

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

Color convert

RGB 25 18 25 -
CMYK 0 0.28 0 0.90
HSL 300º 0.16% 0.08% -
HSV(B) 300º 0.28% 0.1% -
XYZ 0.79 0.71 1.01 -
YUV 20.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 25 18 25 0 0.28 0 0.90 300 0.16 0.08
Hex 19 12 19 0 1C 0 5A 12C 10 8
Octal 31 22 31 0 34 0 132 454 20 10
Binary 11001 10010 11001 0 11100 0 1011010 100101100 10000 1000

Color Harmonies of #191219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191219

Black with #191219

Text Example


Text Example

White with #191219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191219; }

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

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

background-color css

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

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

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

border-color css

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

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

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