#1B021A

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

Shades of Mardi Gras #1B021A

Tints of Mardi Gras #1B021A

Color information

#1B021A (or 0x1B021A) is unknown color: approx Mardi Gras. HEX triplet: 1B, 02 and 1A. RGB value is (27,2,26). Sum of RGB (Red+Green+Blue) = 27+2+26=55 (7% of max value = 765). Red value is 27 (10.94% from 255 or 49.09% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 26 (10.55% from 255 or 47.27% from 55); Max value from RGB is 27 - color contains mainly: red. Hex color #1B021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B021A is #E4FDE5. Grayscale: #0C0C0C. Windows color (decimal): -15007206 or 1704475. OLE color: 1704475.

HSL color Cylindrical-coordinate representation of color #1B021A: hue angle of 302.4º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B021A is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.89.

Color convert

RGB27226-
CMYK00.930.040.89
HSL302.4º86.21%5.69%-
HSV(B)302.4º92.59%10.59%-
XYZ0.660.351.01-
YUV12.21135.78138.55-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 49.09%
GREEN value IS 2 (1.17% from 255) = 3.64%
BLUE value IS 26 (10.55% from 255) = 47.27%
R=49.09%
G=3.64%
B=47.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2722600.930.040.89302.486.215.69
Hex1B21A05D45912e566
Octal33232013541314561266
Binary1101110110100101110110010110011001011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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