#190A18

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

Shades of Mardi Gras #190A18

Tints of Mardi Gras #190A18

Color information

#190A18 (or 0x190A18) is unknown color: approx Mardi Gras. HEX triplet: 19, 0A and 18. RGB value is (25,10,24). Sum of RGB (Red+Green+Blue) = 25+10+24=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 10 (4.30% from 255 or 16.95% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 25 - color contains mainly: red. Hex color #190A18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190A18 is #E6F5E7. Grayscale: #101010. Windows color (decimal): -15136232 or 1575449. OLE color: 1575449.

HSL color Cylindrical-coordinate representation of color #190A18: hue angle of 304º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #190A18 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB251024-
CMYK00.600.040.90
HSL304º42.86%6.86%-
HSV(B)304º60%9.8%-
XYZ0.670.490.92-
YUV16.08132.47134.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 42.37%
GREEN value IS 10 (4.30% from 255) = 16.95%
BLUE value IS 24 (9.77% from 255) = 40.68%
R=42.37%
G=16.95%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25102400.600.040.9030442.866.86
Hex19A1803C45A1302b7
Octal3112300744132460537
Binary1100110101100001111001001011010100110000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190A18; }

 p { color: rgb(25,10,24); }

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

<style>
 a { background-color: #190A18; }

 a { background-color: rgb(25,10,24); }

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

<style>
 span { border-color: #190A18; }

 span { border-color: rgb(25,10,24); }

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