#1A061A

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

Shades of Mardi Gras #1A061A

Tints of Mardi Gras #1A061A

Color information

#1A061A (or 0x1A061A) is unknown color: approx Mardi Gras. HEX triplet: 1A, 06 and 1A. RGB value is (26,6,26). Sum of RGB (Red+Green+Blue) = 26+6+26=58 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.83% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 26 (10.55% from 255 or 44.83% from 58); Max value from RGB is 26 - color contains mainly: red, blue. Hex color #1A061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A061A is #E5F9E5. Grayscale: #0E0E0E. Windows color (decimal): -15071718 or 1705498. OLE color: 1705498.

HSL color Cylindrical-coordinate representation of color #1A061A: hue angle of 300º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A061A is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB26626-
CMYK00.7700.90
HSL300º62.5%6.27%-
HSV(B)300º76.92%10.2%-
XYZ0.680.421.02-
YUV14.26134.63136.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 44.83%
GREEN value IS 6 (2.73% from 255) = 10.34%
BLUE value IS 26 (10.55% from 255) = 44.83%
R=44.83%
G=10.34%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2662600.7700.9030062.56.27
Hex1A61A04D05A12c3e6
Octal3263201150132454766
Binary11010110110100100110101011010100101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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