#1B071D

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

Shades of Mardi Gras #1B071D

Tints of Mardi Gras #1B071D

Color information

#1B071D (or 0x1B071D) is unknown color: approx Mardi Gras. HEX triplet: 1B, 07 and 1D. RGB value is (27,7,29). Sum of RGB (Red+Green+Blue) = 27+7+29=63 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.86% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 29 - color contains mainly: blue. Hex color #1B071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B071D is #E4F8E2. Grayscale: #0F0F0F. Windows color (decimal): -15005923 or 1902363. OLE color: 1902363.

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

Color convert

RGB27729-
CMYK0.070.7600.89
HSL294.55º61.11%7.06%-
HSV(B)294.55º75.86%11.37%-
XYZ0.750.471.21-
YUV15.49135.63136.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 42.86%
GREEN value IS 7 (3.12% from 255) = 11.11%
BLUE value IS 29 (11.72% from 255) = 46.03%
R=42.86%
G=11.11%
B=46.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal277290.070.7600.89294.5561.117.06
Hex1B71D74C0591273d7
Octal3373571140131447757
Binary1101111111101111100110001011001100100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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