#1B061D

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

Shades of Mardi Gras #1B061D

Tints of Mardi Gras #1B061D

Color information

#1B061D (or 0x1B061D) is unknown color: approx Mardi Gras. HEX triplet: 1B, 06 and 1D. RGB value is (27,6,29). Sum of RGB (Red+Green+Blue) = 27+6+29=62 (8% of max value = 765). Red value is 27 (10.94% from 255 or 43.55% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 29 - color contains mainly: blue. Hex color #1B061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B061D is #E4F9E2. Grayscale: #0E0E0E. Windows color (decimal): -15006179 or 1902107. OLE color: 1902107.

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

Color convert

RGB27629-
CMYK0.070.7900.89
HSL294.78º65.71%6.86%-
HSV(B)294.78º79.31%11.37%-
XYZ0.740.451.21-
YUV14.9135.96136.63-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 43.55%
GREEN value IS 6 (2.73% from 255) = 9.68%
BLUE value IS 29 (11.72% from 255) = 46.77%
R=43.55%
G=9.68%
B=46.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal276290.070.7900.89294.7865.716.86
Hex1B61D74F059127427
Octal33635711701314471027
Binary11011110111011111001111010110011001001111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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