Html Css Color HEX #19011B Mardi Gras

📋 copy color: '#19011B'

red 25 ◦ green 1 ◦ blue 27

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

Shades of Mardi Gras #19011B

Tints of Mardi Gras #19011B

RGB

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

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

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

R = 47.17%
G = 1.89%
B = 50.94%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#19011B (or 0x19011B) is known color: Mardi Gras. HEX triplet: 19, 01 and 1B. RGB value is (25,1,27). Sum of RGB (Red+Green+Blue) = 25+1+27=53 (7% of max value = 765). Red value is 25 (10.16% from 255 or 47.17% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 27 (10.94% from 255 or 50.94% from 53); Max value from RGB is 27 - color contains mainly: blue. Hex color #19011B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19011B is #E6FEE4. Grayscale: #0B0B0B. Windows color (decimal): -15138533 or 1769753. OLE color: 1769753.

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

Color convert

RGB 25 1 27 -
CMYK 0.07 0.96 0 0.89
HSL 295.38º 0.93% 0.05% -
HSV(B) 295.38º 0.96% 0.11% -
XYZ 0.61 0.31 1.06 -
YUV 11.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 25 1 27 0.07 0.96 0 0.89 295.38 0.93 0.05
Hex 19 1 1B 7 60 0 59 127 5D 5
Octal 31 1 33 7 140 0 131 447 135 5
Binary 11001 1 11011 111 1100000 0 1011001 100100111 1011101 101

Color Harmonies of #19011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19011B

Black with #19011B

Text Example


Text Example

White with #19011B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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