#1A0F19

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

Shades of Mardi Gras #1A0F19

Tints of Mardi Gras #1A0F19

Color information

#1A0F19 (or 0x1A0F19) is unknown color: approx Mardi Gras. HEX triplet: 1A, 0F and 19. RGB value is (26,15,25). Sum of RGB (Red+Green+Blue) = 26+15+25=66 (8% of max value = 765). Red value is 26 (10.55% from 255 or 39.39% from 66); Green value is 15 (6.25% from 255 or 22.73% from 66); Blue value is 25 (10.16% from 255 or 37.88% from 66); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0F19 is #E5F0E6. Grayscale: #131313. Windows color (decimal): -15069415 or 1642266. OLE color: 1642266.

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

Color convert

RGB261525-
CMYK00.420.040.90
HSL305.45º26.83%8.04%-
HSV(B)305.45º42.31%10.2%-
XYZ0.770.631-
YUV19.43131.14132.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 39.39%
GREEN value IS 15 (6.25% from 255) = 22.73%
BLUE value IS 25 (10.16% from 255) = 37.88%
R=39.39%
G=22.73%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26152500.420.040.90305.4526.838.04
Hex1AF1902A45A1311b8
Octal32173105241324613310
Binary1101011111100101010101001011010100110001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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