#180C17

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

Shades of Mardi Gras #180C17

Tints of Mardi Gras #180C17

Color information

#180C17 (or 0x180C17) is unknown color: approx Mardi Gras. HEX triplet: 18, 0C and 17. RGB value is (24,12,23). Sum of RGB (Red+Green+Blue) = 24+12+23=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 12 (5.08% from 255 or 20.34% from 59); Blue value is 23 (9.38% from 255 or 38.98% from 59); Max value from RGB is 24 - color contains mainly: red. Hex color #180C17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C17 is #E7F3E8. Grayscale: #101010. Windows color (decimal): -15201257 or 1510424. OLE color: 1510424.

HSL color Cylindrical-coordinate representation of color #180C17: hue angle of 305º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #180C17 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.91.

Color convert

RGB241223-
CMYK00.500.040.91
HSL305º33.33%7.06%-
HSV(B)305º50%9.41%-
XYZ0.660.520.88-
YUV16.84131.48133.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40.68%
GREEN value IS 12 (5.08% from 255) = 20.34%
BLUE value IS 23 (9.38% from 255) = 38.98%
R=40.68%
G=20.34%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24122300.500.040.9130533.337.06
Hex18C1703245B131217
Octal3014270624133461417
Binary1100011001011101100101001011011100110001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180C17; }

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

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

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

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

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

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

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

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