#1A0717

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

Shades of Mardi Gras #1A0717

Tints of Mardi Gras #1A0717

Color information

#1A0717 (or 0x1A0717) is unknown color: approx Mardi Gras. HEX triplet: 1A, 07 and 17. RGB value is (26,7,23). Sum of RGB (Red+Green+Blue) = 26+7+23=56 (7% of max value = 765). Red value is 26 (10.55% from 255 or 46.43% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 23 (9.38% from 255 or 41.07% from 56); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0717 is #E5F8E8. Grayscale: #0E0E0E. Windows color (decimal): -15071465 or 1509146. OLE color: 1509146.

HSL color Cylindrical-coordinate representation of color #1A0717: hue angle of 309.47º 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 #1A0717 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.90.

Color convert

RGB26723-
CMYK00.730.120.90
HSL309.47º57.58%6.47%-
HSV(B)309.47º73.08%10.2%-
XYZ0.660.430.86-
YUV14.5132.79136.2-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 46.43%
GREEN value IS 7 (3.12% from 255) = 12.5%
BLUE value IS 23 (9.38% from 255) = 41.07%
R=46.43%
G=12.5%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2672300.730.120.90309.4757.586.47
Hex1A717049C5A1353a6
Octal32727011114132465726
Binary11010111101110100100111001011010100110101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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