#1B0219

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

Shades of Mardi Gras #1B0219

Tints of Mardi Gras #1B0219

Color information

#1B0219 (or 0x1B0219) is unknown color: approx Mardi Gras. HEX triplet: 1B, 02 and 19. RGB value is (27,2,25). Sum of RGB (Red+Green+Blue) = 27+2+25=54 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 25 (10.16% from 255 or 46.30% from 54); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0219 is #E4FDE6. Grayscale: #0C0C0C. Windows color (decimal): -15007207 or 1638939. OLE color: 1638939.

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

Color convert

RGB27225-
CMYK00.930.070.89
HSL304.8º86.21%5.69%-
HSV(B)304.8º92.59%10.59%-
XYZ0.650.350.95-
YUV12.1135.28138.63-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 3.70%
BLUE value IS 25 (10.16% from 255) = 46.30%
R=50%
G=3.70%
B=46.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2722500.930.070.89304.886.215.69
Hex1B21905D759131566
Octal33231013571314611266
Binary1101110110010101110111110110011001100011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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