#1D061E

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

Shades of Mardi Gras #1D061E

Tints of Mardi Gras #1D061E

Color information

#1D061E (or 0x1D061E) is unknown color: approx Mardi Gras. HEX triplet: 1D, 06 and 1E. RGB value is (29,6,30). Sum of RGB (Red+Green+Blue) = 29+6+30=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 6 (2.73% from 255 or 9.23% from 65); Blue value is 30 (12.11% from 255 or 46.15% from 65); Max value from RGB is 30 - color contains mainly: blue. Hex color #1D061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D061E is #E2F9E1. Grayscale: #0F0F0F. Windows color (decimal): -14875106 or 1967645. OLE color: 1967645.

HSL color Cylindrical-coordinate representation of color #1D061E: hue angle of 297.5º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D061E is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB29630-
CMYK0.030.8000.88
HSL297.5º66.67%7.06%-
HSV(B)297.5º80%11.76%-
XYZ0.810.491.28-
YUV15.61136.12137.55-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 44.62%
GREEN value IS 6 (2.73% from 255) = 9.23%
BLUE value IS 30 (12.11% from 255) = 46.15%
R=44.62%
G=9.23%
B=46.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal296300.030.8000.88297.566.677.06
Hex1D61E35005812a437
Octal35636312001304521037
Binary1110111011110111010000010110001001010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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