#180319

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

Shades of Mardi Gras #180319

Tints of Mardi Gras #180319

Color information

#180319 (or 0x180319) is unknown color: approx Mardi Gras. HEX triplet: 18, 03 and 19. RGB value is (24,3,25). Sum of RGB (Red+Green+Blue) = 24+3+25=52 (6% of max value = 765). Red value is 24 (9.77% from 255 or 46.15% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 25 (10.16% from 255 or 48.08% from 52); Max value from RGB is 25 - color contains mainly: blue. Hex color #180319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180319 is #E7FCE6. Grayscale: #0B0B0B. Windows color (decimal): -15203559 or 1639192. OLE color: 1639192.

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

Color convert

RGB24325-
CMYK0.040.8800.90
HSL297.27º78.57%5.49%-
HSV(B)297.27º88%9.8%-
XYZ0.580.330.95-
YUV11.79135.46136.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 46.15%
GREEN value IS 3 (1.56% from 255) = 5.77%
BLUE value IS 25 (10.16% from 255) = 48.08%
R=46.15%
G=5.77%
B=48.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal243250.040.8800.90297.2778.575.49
Hex1831945805A1294f5
Octal30331413001324511175
Binary1100011110011001011000010110101001010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180319; }

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

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

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

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

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

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

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

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