#1E061A

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

Shades of Mardi Gras #1E061A

Tints of Mardi Gras #1E061A

Color information

#1E061A (or 0x1E061A) is unknown color: approx Mardi Gras. HEX triplet: 1E, 06 and 1A. RGB value is (30,6,26). Sum of RGB (Red+Green+Blue) = 30+6+26=62 (8% of max value = 765). Red value is 30 (12.11% from 255 or 48.39% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 30 - color contains mainly: red. Hex color #1E061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E061A is #E1F9E5. Grayscale: #0F0F0F. Windows color (decimal): -14809574 or 1705502. OLE color: 1705502.

HSL color Cylindrical-coordinate representation of color #1E061A: hue angle of 310º 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 #1E061A is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB30626-
CMYK00.800.130.88
HSL310º66.67%7.06%-
HSV(B)310º80%11.76%-
XYZ0.790.481.03-
YUV15.46133.95138.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 48.39%
GREEN value IS 6 (2.73% from 255) = 9.68%
BLUE value IS 26 (10.55% from 255) = 41.94%
R=48.39%
G=9.68%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3062600.800.130.8831066.677.06
Hex1E61A050D58136437
Octal366320120151304661037
Binary111101101101001010000110110110001001101101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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