#1B081A

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

Shades of Mardi Gras #1B081A

Tints of Mardi Gras #1B081A

Color information

#1B081A (or 0x1B081A) is unknown color: approx Mardi Gras. HEX triplet: 1B, 08 and 1A. RGB value is (27,8,26). Sum of RGB (Red+Green+Blue) = 27+8+26=61 (8% of max value = 765). Red value is 27 (10.94% from 255 or 44.26% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 26 (10.55% from 255 or 42.62% from 61); Max value from RGB is 27 - color contains mainly: red. Hex color #1B081A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B081A is #E4F7E5. Grayscale: #0F0F0F. Windows color (decimal): -15005670 or 1706011. OLE color: 1706011.

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

Color convert

RGB27826-
CMYK00.700.040.89
HSL303.16º54.29%6.86%-
HSV(B)303.16º70.37%10.59%-
XYZ0.730.481.03-
YUV15.73133.79136.04-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 44.26%
GREEN value IS 8 (3.52% from 255) = 13.11%
BLUE value IS 26 (10.55% from 255) = 42.62%
R=44.26%
G=13.11%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2782600.700.040.89303.1654.296.86
Hex1B81A04645912f367
Octal33103201064131457667
Binary11011100011010010001101001011001100101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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