#180B17

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

Shades of Mardi Gras #180B17

Tints of Mardi Gras #180B17

Color information

#180B17 (or 0x180B17) is unknown color: approx Mardi Gras. HEX triplet: 18, 0B and 17. RGB value is (24,11,23). Sum of RGB (Red+Green+Blue) = 24+11+23=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 11 (4.69% from 255 or 18.97% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 24 - color contains mainly: red. Hex color #180B17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B17 is #E7F4E8. Grayscale: #101010. Windows color (decimal): -15201513 or 1510168. OLE color: 1510168.

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

Color convert

RGB241123-
CMYK00.540.040.91
HSL304.62º37.14%6.86%-
HSV(B)304.62º54.17%9.41%-
XYZ0.650.50.87-
YUV16.26131.81133.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 41.38%
GREEN value IS 11 (4.69% from 255) = 18.97%
BLUE value IS 23 (9.38% from 255) = 39.66%
R=41.38%
G=18.97%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24112300.540.040.91304.6237.146.86
Hex18B1703645B131257
Octal3013270664133461457
Binary1100010111011101101101001011011100110001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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