#1B071C

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

Shades of Mardi Gras #1B071C

Tints of Mardi Gras #1B071C

Color information

#1B071C (or 0x1B071C) is unknown color: approx Mardi Gras. HEX triplet: 1B, 07 and 1C. RGB value is (27,7,28). Sum of RGB (Red+Green+Blue) = 27+7+28=62 (8% of max value = 765). Red value is 27 (10.94% from 255 or 43.55% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 28 - color contains mainly: blue. Hex color #1B071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B071C is #E4F8E3. Grayscale: #0F0F0F. Windows color (decimal): -15005924 or 1836827. OLE color: 1836827.

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

Color convert

RGB27728-
CMYK0.040.7500.89
HSL297.14º60%6.86%-
HSV(B)297.14º75%10.98%-
XYZ0.740.471.15-
YUV15.37135.13136.29-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 43.55%
GREEN value IS 7 (3.12% from 255) = 11.29%
BLUE value IS 28 (11.33% from 255) = 45.16%
R=43.55%
G=11.29%
B=45.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal277280.040.7500.89297.14606.86
Hex1B71C44B0591293c7
Octal3373441130131451747
Binary1101111111100100100101101011001100101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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