#1B031D

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

Shades of Mardi Gras #1B031D

Tints of Mardi Gras #1B031D

Color information

#1B031D (or 0x1B031D) is unknown color: approx Mardi Gras. HEX triplet: 1B, 03 and 1D. RGB value is (27,3,29). Sum of RGB (Red+Green+Blue) = 27+3+29=59 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45.76% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #1B031D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B031D is #E4FCE2. Grayscale: #0D0D0D. Windows color (decimal): -15006947 or 1901339. OLE color: 1901339.

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

Color convert

RGB27329-
CMYK0.070.9000.89
HSL295.38º81.25%6.27%-
HSV(B)295.38º89.66%11.37%-
XYZ0.710.391.2-
YUV13.14136.95137.89-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 45.76%
GREEN value IS 3 (1.56% from 255) = 5.08%
BLUE value IS 29 (11.72% from 255) = 49.15%
R=45.76%
G=5.08%
B=49.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal273290.070.9000.89295.3881.256.27
Hex1B31D75A059127516
Octal33335713201314471216
Binary1101111111011111011010010110011001001111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,3,29); }

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

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

 a { background-color: rgb(27,3,29); }

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

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

 span { border-color: rgb(27,3,29); }

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