#1B081D

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

Shades of Mardi Gras #1B081D

Tints of Mardi Gras #1B081D

Color information

#1B081D (or 0x1B081D) is unknown color: approx Mardi Gras. HEX triplet: 1B, 08 and 1D. RGB value is (27,8,29). Sum of RGB (Red+Green+Blue) = 27+8+29=64 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.19% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 29 - color contains mainly: blue. Hex color #1B081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B081D is #E4F7E2. Grayscale: #101010. Windows color (decimal): -15005667 or 1902619. OLE color: 1902619.

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

Color convert

RGB27829-
CMYK0.070.7200.89
HSL294.29º56.76%7.25%-
HSV(B)294.29º72.41%11.37%-
XYZ0.760.51.22-
YUV16.08135.29135.79-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 42.19%
GREEN value IS 8 (3.52% from 255) = 12.5%
BLUE value IS 29 (11.72% from 255) = 45.31%
R=42.19%
G=12.5%
B=45.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal278290.070.7200.89294.2956.767.25
Hex1B81D748059126397
Octal33103571100131446717
Binary11011100011101111100100001011001100100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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