Html Css Color HEX #19061B Mardi Gras

📋 copy color: '#19061B'

red 25 ◦ green 6 ◦ blue 27

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

Shades of Mardi Gras #19061B

Tints of Mardi Gras #19061B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 46.55%

R = 43.1%
G = 10.34%
B = 46.55%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#19061B (or 0x19061B) is known color: Mardi Gras. HEX triplet: 19, 06 and 1B. RGB value is (25,6,27). Sum of RGB (Red+Green+Blue) = 25+6+27=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 27 (10.94% from 255 or 46.55% from 58); Max value from RGB is 27 - color contains mainly: blue. Hex color #19061B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19061B is #E6F9E4. Grayscale: #0E0E0E. Windows color (decimal): -15137253 or 1771033. OLE color: 1771033.

HSL color Cylindrical-coordinate representation of color #19061B: hue angle of 294.29º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19061B is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 25 6 27 -
CMYK 0.07 0.78 0 0.89
HSL 294.29º 0.64% 0.06% -
HSV(B) 294.29º 0.78% 0.11% -
XYZ 0.66 0.42 1.08 -
YUV 14.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 25 6 27 0.07 0.78 0 0.89 294.29 0.64 0.06
Hex 19 6 1B 7 4E 0 59 126 40 6
Octal 31 6 33 7 116 0 131 446 100 6
Binary 11001 110 11011 111 1001110 0 1011001 100100110 1000000 110

Color Harmonies of #19061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19061B

Black with #19061B

Text Example


Text Example

White with #19061B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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