#1B0518

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

Shades of Mardi Gras #1B0518

Tints of Mardi Gras #1B0518

Color information

#1B0518 (or 0x1B0518) is unknown color: approx Mardi Gras. HEX triplet: 1B, 05 and 18. RGB value is (27,5,24). Sum of RGB (Red+Green+Blue) = 27+5+24=56 (7% of max value = 765). Red value is 27 (10.94% from 255 or 48.21% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0518 is #E4FAE7. Grayscale: #0D0D0D. Windows color (decimal): -15006440 or 1574171. OLE color: 1574171.

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

Color convert

RGB27524-
CMYK00.810.110.89
HSL308.18º68.75%6.27%-
HSV(B)308.18º81.48%10.59%-
XYZ0.670.410.91-
YUV13.74133.79137.46-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 48.21%
GREEN value IS 5 (2.34% from 255) = 8.93%
BLUE value IS 24 (9.77% from 255) = 42.86%
R=48.21%
G=8.93%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.11
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2752400.810.110.89308.1868.756.27
Hex1B518051B59134456
Octal335300121131314641056
Binary110111011100001010001101110110011001101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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