#1A0718

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

Shades of Mardi Gras #1A0718

Tints of Mardi Gras #1A0718

Color information

#1A0718 (or 0x1A0718) is unknown color: approx Mardi Gras. HEX triplet: 1A, 07 and 18. RGB value is (26,7,24). Sum of RGB (Red+Green+Blue) = 26+7+24=57 (7% of max value = 765). Red value is 26 (10.55% from 255 or 45.61% from 57); Green value is 7 (3.12% from 255 or 12.28% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0718 is #E5F8E7. Grayscale: #0E0E0E. Windows color (decimal): -15071464 or 1574682. OLE color: 1574682.

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

Color convert

RGB26724-
CMYK00.730.080.90
HSL306.32º57.58%6.47%-
HSV(B)306.32º73.08%10.2%-
XYZ0.670.440.91-
YUV14.62133.29136.12-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 45.61%
GREEN value IS 7 (3.12% from 255) = 12.28%
BLUE value IS 24 (9.77% from 255) = 42.11%
R=45.61%
G=12.28%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2672400.730.080.90306.3257.586.47
Hex1A71804985A1323a6
Octal32730011110132462726
Binary11010111110000100100110001011010100110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,7,24); }

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

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

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

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

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

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

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