#19051B

Color #19051B Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #19051B

Tints of Mardi Gras #19051B

Color information

#19051B (or 0x19051B) is unknown color: approx Mardi Gras. HEX triplet: 19, 05 and 1B. RGB value is (25,5,27). Sum of RGB (Red+Green+Blue) = 25+5+27=57 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.86% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 27 (10.94% from 255 or 47.37% from 57); Max value from RGB is 27 - color contains mainly: blue. Hex color #19051B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19051B is #E6FAE4. Grayscale: #0D0D0D. Windows color (decimal): -15137509 or 1770777. OLE color: 1770777.

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

Color convert

RGB25527-
CMYK0.070.8100.89
HSL294.55º68.75%6.27%-
HSV(B)294.55º81.48%10.59%-
XYZ0.650.391.08-
YUV13.49135.63136.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 43.86%
GREEN value IS 5 (2.34% from 255) = 8.77%
BLUE value IS 27 (10.94% from 255) = 47.37%
R=43.86%
G=8.77%
B=47.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal255270.070.8100.89294.5568.756.27
Hex1951B751059127456
Octal31533712101314471056
Binary11001101110111111010001010110011001001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #19051B;
 }
 .AnyTagClassName
 {
   color: #19051B;
 }
</style>
background-color css

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

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

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

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

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

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