#180719

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

Shades of Mardi Gras #180719

Tints of Mardi Gras #180719

Color information

#180719 (or 0x180719) is unknown color: approx Mardi Gras. HEX triplet: 18, 07 and 19. RGB value is (24,7,25). Sum of RGB (Red+Green+Blue) = 24+7+25=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 25 (10.16% from 255 or 44.64% from 56); Max value from RGB is 25 - color contains mainly: blue. Hex color #180719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180719 is #E7F8E6. Grayscale: #0E0E0E. Windows color (decimal): -15202535 or 1640216. OLE color: 1640216.

HSL color Cylindrical-coordinate representation of color #180719: hue angle of 296.67º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #180719 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB24725-
CMYK0.040.7200.90
HSL296.67º56.25%6.27%-
HSV(B)296.67º72%9.8%-
XYZ0.630.420.97-
YUV14.14134.13135.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 42.86%
GREEN value IS 7 (3.12% from 255) = 12.5%
BLUE value IS 25 (10.16% from 255) = 44.64%
R=42.86%
G=12.5%
B=44.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal247250.040.7200.90296.6756.256.27
Hex1871944805A129386
Octal3073141100132451706
Binary1100011111001100100100001011010100101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180719; }

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

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

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

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

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

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

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

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