#1B111C

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

Shades of Mardi Gras #1B111C

Tints of Mardi Gras #1B111C

Color information

#1B111C (or 0x1B111C) is unknown color: approx Mardi Gras. HEX triplet: 1B, 11 and 1C. RGB value is (27,17,28). Sum of RGB (Red+Green+Blue) = 27+17+28=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 28 - color contains mainly: blue. Hex color #1B111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B111C is #E4EEE3. Grayscale: #151515. Windows color (decimal): -15003364 or 1839387. OLE color: 1839387.

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

Color convert

RGB271728-
CMYK0.040.3900.89
HSL294.55º24.44%8.82%-
HSV(B)294.55º39.29%10.98%-
XYZ0.860.721.19-
YUV21.24131.81132.11-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 37.5%
GREEN value IS 17 (7.03% from 255) = 23.61%
BLUE value IS 28 (11.33% from 255) = 38.89%
R=37.5%
G=23.61%
B=38.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2717280.040.3900.89294.5524.448.82
Hex1B111C427059127189
Octal33213444701314473011
Binary11011100011110010010011101011001100100111110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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