Html Css Color HEX #19131A Mardi Gras

📋 copy color: '#19131A'

red 25 ◦ green 19 ◦ blue 26

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

Shades of Mardi Gras #19131A

Tints of Mardi Gras #19131A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 27.14%

 BLUE value IS 26 (10.55% from 255) = 37.14%

R = 35.71%
G = 27.14%
B = 37.14%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#19131A (or 0x19131A) is known color: Mardi Gras. HEX triplet: 19, 13 and 1A. RGB value is (25,19,26). Sum of RGB (Red+Green+Blue) = 25+19+26=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 26 (10.55% from 255 or 37.14% from 70); Max value from RGB is 26 - color contains mainly: blue. Hex color #19131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19131A is #E6ECE5. Grayscale: #151515. Windows color (decimal): -15133926 or 1708825. OLE color: 1708825.

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

Color convert

RGB 25 19 26 -
CMYK 0.04 0.27 0 0.90
HSL 291.43º 0.16% 0.09% -
HSV(B) 291.43º 0.27% 0.1% -
XYZ 0.82 0.75 1.08 -
YUV 21.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 25 19 26 0.04 0.27 0 0.90 291.43 0.16 0.09
Hex 19 13 1A 4 1B 0 5A 123 10 9
Octal 31 23 32 4 33 0 132 443 20 11
Binary 11001 10011 11010 100 11011 0 1011010 100100011 10000 1001

Color Harmonies of #19131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19131A

Black with #19131A

Text Example


Text Example

White with #19131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19131A; }

 p { color: rgb(25,19,26); }

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

background-color css

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

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

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

border-color css

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

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

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