#190D1A

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

Shades of Mardi Gras #190D1A

Tints of Mardi Gras #190D1A

Color information

#190D1A (or 0x190D1A) is unknown color: approx Mardi Gras. HEX triplet: 19, 0D and 1A. RGB value is (25,13,26). Sum of RGB (Red+Green+Blue) = 25+13+26=64 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.06% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 26 (10.55% from 255 or 40.62% from 64); Max value from RGB is 26 - color contains mainly: blue. Hex color #190D1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190D1A is #E6F2E5. Grayscale: #121212. Windows color (decimal): -15135462 or 1707289. OLE color: 1707289.

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

Color convert

RGB251326-
CMYK0.040.500.90
HSL295.38º33.33%7.65%-
HSV(B)295.38º50%10.2%-
XYZ0.730.571.05-
YUV18.07132.48132.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 39.06%
GREEN value IS 13 (5.47% from 255) = 20.31%
BLUE value IS 26 (10.55% from 255) = 40.62%
R=39.06%
G=20.31%
B=40.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2513260.040.500.90295.3833.337.65
Hex19D1A43205A127218
Octal31153246201324474110
Binary11001110111010100110010010110101001001111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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