#1A0B18

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

Shades of Mardi Gras #1A0B18

Tints of Mardi Gras #1A0B18

Color information

#1A0B18 (or 0x1A0B18) is unknown color: approx Mardi Gras. HEX triplet: 1A, 0B and 18. RGB value is (26,11,24). Sum of RGB (Red+Green+Blue) = 26+11+24=61 (8% of max value = 765). Red value is 26 (10.55% from 255 or 42.62% from 61); Green value is 11 (4.69% from 255 or 18.03% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0B18 is #E5F4E7. Grayscale: #101010. Windows color (decimal): -15070440 or 1575706. OLE color: 1575706.

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

Color convert

RGB261124-
CMYK00.580.080.90
HSL308º40.54%7.25%-
HSV(B)308º57.69%10.2%-
XYZ0.710.520.93-
YUV16.97131.97134.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 42.62%
GREEN value IS 11 (4.69% from 255) = 18.03%
BLUE value IS 24 (9.77% from 255) = 39.34%
R=42.62%
G=18.03%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26112400.580.080.9030840.547.25
Hex1AB1803A85A134297
Octal32133007210132464517
Binary11010101111000011101010001011010100110100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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