#1B0517

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

Shades of Mardi Gras #1B0517

Tints of Mardi Gras #1B0517

Color information

#1B0517 (or 0x1B0517) is unknown color: approx Mardi Gras. HEX triplet: 1B, 05 and 17. RGB value is (27,5,23). Sum of RGB (Red+Green+Blue) = 27+5+23=55 (7% of max value = 765). Red value is 27 (10.94% from 255 or 49.09% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 23 (9.38% from 255 or 41.82% from 55); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0517 is #E4FAE8. Grayscale: #0D0D0D. Windows color (decimal): -15006441 or 1508635. OLE color: 1508635.

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

Color convert

RGB27523-
CMYK00.810.150.89
HSL310.91º68.75%6.27%-
HSV(B)310.91º81.48%10.59%-
XYZ0.660.40.85-
YUV13.63133.29137.54-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 49.09%
GREEN value IS 5 (2.34% from 255) = 9.09%
BLUE value IS 23 (9.38% from 255) = 41.82%
R=49.09%
G=9.09%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.15
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2752300.810.150.89310.9168.756.27
Hex1B517051F59137456
Octal335270121171314671056
Binary110111011011101010001111110110011001101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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