Html Css Color HEX #19061A Mardi Gras

📋 copy color: '#19061A'

red 25 ◦ green 6 ◦ blue 26

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

Shades of Mardi Gras #19061A

Tints of Mardi Gras #19061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 10.53%

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

R = 43.86%
G = 10.53%
B = 45.61%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#19061A (or 0x19061A) is known color: Mardi Gras. HEX triplet: 19, 06 and 1A. RGB value is (25,6,26). Sum of RGB (Red+Green+Blue) = 25+6+26=57 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.86% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 26 (10.55% from 255 or 45.61% from 57); Max value from RGB is 26 - color contains mainly: blue. Hex color #19061A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19061A is #E6F9E5. Grayscale: #0D0D0D. Windows color (decimal): -15137254 or 1705497. OLE color: 1705497.

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

Color convert

RGB 25 6 26 -
CMYK 0.04 0.77 0 0.90
HSL 297º 0.63% 0.06% -
HSV(B) 297º 0.77% 0.1% -
XYZ 0.65 0.41 1.02 -
YUV 13.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 25 6 26 0.04 0.77 0 0.90 297 0.63 0.06
Hex 19 6 1A 4 4D 0 5A 129 3E 6
Octal 31 6 32 4 115 0 132 451 76 6
Binary 11001 110 11010 100 1001101 0 1011010 100101001 111110 110

Color Harmonies of #19061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19061A

Black with #19061A

Text Example


Text Example

White with #19061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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