#1B0E1C

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

Shades of Mardi Gras #1B0E1C

Tints of Mardi Gras #1B0E1C

Color information

#1B0E1C (or 0x1B0E1C) is unknown color: approx Mardi Gras. HEX triplet: 1B, 0E and 1C. RGB value is (27,14,28). Sum of RGB (Red+Green+Blue) = 27+14+28=69 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.13% from 69); Green value is 14 (5.86% from 255 or 20.29% from 69); Blue value is 28 (11.33% from 255 or 40.58% from 69); Max value from RGB is 28 - color contains mainly: blue. Hex color #1B0E1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0E1C is #E4F1E3. Grayscale: #131313. Windows color (decimal): -15004132 or 1838619. OLE color: 1838619.

HSL color Cylindrical-coordinate representation of color #1B0E1C: hue angle of 295.71º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1B0E1C is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB271428-
CMYK0.040.5000.89
HSL295.71º33.33%8.24%-
HSV(B)295.71º50%10.98%-
XYZ0.820.631.18-
YUV19.48132.81133.36-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 39.13%
GREEN value IS 14 (5.86% from 255) = 20.29%
BLUE value IS 28 (11.33% from 255) = 40.58%
R=39.13%
G=20.29%
B=40.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2714280.040.5000.89295.7133.338.24
Hex1BE1C432059128218
Octal33163446201314504110
Binary11011111011100100110010010110011001010001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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