#1B091C

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

Shades of Mardi Gras #1B091C

Tints of Mardi Gras #1B091C

Color information

#1B091C (or 0x1B091C) is unknown color: approx Mardi Gras. HEX triplet: 1B, 09 and 1C. RGB value is (27,9,28). Sum of RGB (Red+Green+Blue) = 27+9+28=64 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.19% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 28 - color contains mainly: blue. Hex color #1B091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B091C is #E4F6E3. Grayscale: #101010. Windows color (decimal): -15005412 or 1837339. OLE color: 1837339.

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

Color convert

RGB27928-
CMYK0.040.6800.89
HSL296.84º51.35%7.25%-
HSV(B)296.84º67.86%10.98%-
XYZ0.760.511.16-
YUV16.55134.46135.46-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 42.19%
GREEN value IS 9 (3.91% from 255) = 14.06%
BLUE value IS 28 (11.33% from 255) = 43.75%
R=42.19%
G=14.06%
B=43.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal279280.040.6800.89296.8451.357.25
Hex1B91C444059129337
Octal33113441040131451637
Binary11011100111100100100010001011001100101001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,9,28); }

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

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

 a { background-color: rgb(27,9,28); }

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

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

 span { border-color: rgb(27,9,28); }

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