#1A0C19

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

Shades of Mardi Gras #1A0C19

Tints of Mardi Gras #1A0C19

Color information

#1A0C19 (or 0x1A0C19) is unknown color: approx Mardi Gras. HEX triplet: 1A, 0C and 19. RGB value is (26,12,25). Sum of RGB (Red+Green+Blue) = 26+12+25=63 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.27% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0C19 is #E5F3E6. Grayscale: #111111. Windows color (decimal): -15070183 or 1641498. OLE color: 1641498.

HSL color Cylindrical-coordinate representation of color #1A0C19: hue angle of 304.29º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A0C19 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB261225-
CMYK00.540.040.90
HSL304.29º36.84%7.45%-
HSV(B)304.29º53.85%10.2%-
XYZ0.730.550.99-
YUV17.67132.14133.94-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 41.27%
GREEN value IS 12 (5.08% from 255) = 19.05%
BLUE value IS 25 (10.16% from 255) = 39.68%
R=41.27%
G=19.05%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26122500.540.040.90304.2936.847.45
Hex1AC1903645A130257
Octal3214310664132460457
Binary1101011001100101101101001011010100110000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,12,25); }

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

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

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

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

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

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

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