#1B0519

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

Shades of Mardi Gras #1B0519

Tints of Mardi Gras #1B0519

Color information

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

HSL color Cylindrical-coordinate representation of color #1B0519: hue angle of 305.45º 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 #1B0519 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB27525-
CMYK00.810.070.89
HSL305.45º68.75%6.27%-
HSV(B)305.45º81.48%10.59%-
XYZ0.680.410.96-
YUV13.86134.29137.37-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2752500.810.070.89305.4568.756.27
Hex1B519051759131456
Octal33531012171314611056
Binary11011101110010101000111110110011001100011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B0519; }

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

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

<style>
 a { background-color: #1B0519; }

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

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

<style>
 span { border-color: #1B0519; }

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

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