#180017

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

Shades of Mardi Gras #180017

Tints of Mardi Gras #180017

Color information

#180017 (or 0x180017) is unknown color: approx Mardi Gras. HEX triplet: 18, 00 and 17. RGB value is (24,0,23). Sum of RGB (Red+Green+Blue) = 24+0+23=47 (6% of max value = 765). Red value is 24 (9.77% from 255 or 51.06% from 47); Green value is 0 (0.39% from 255 or 0% from 47); Blue value is 23 (9.38% from 255 or 48.94% from 47); Max value from RGB is 24 - color contains mainly: red. Hex color #180017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180017 is #E7FFE8. Grayscale: #090909. Windows color (decimal): -15204329 or 1507352. OLE color: 1507352.

HSL color Cylindrical-coordinate representation of color #180017: hue angle of 302.5º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180017 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.91.

Color convert

RGB24023-
CMYK010.040.91
HSL302.5º100%4.71%-
HSV(B)302.5º100%9.41%-
XYZ0.530.260.83-
YUV9.8135.45138.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 51.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 48.94%
R=51.06%
G=0%
B=48.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24023010.040.91302.51004.71
Hex1801706445B12e645
Octal30027014441334561445
Binary110000101110110010010010110111001011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180017; }

 p { color: rgb(24,0,23); }

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

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

 a { background-color: rgb(24,0,23); }

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

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

 span { border-color: rgb(24,0,23); }

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