#180115

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

Shades of Mardi Gras #180115

Tints of Mardi Gras #180115

Color information

#180115 (or 0x180115) is unknown color: approx Mardi Gras. HEX triplet: 18, 01 and 15. RGB value is (24,1,21). Sum of RGB (Red+Green+Blue) = 24+1+21=46 (6% of max value = 765). Red value is 24 (9.77% from 255 or 52.17% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 21 (8.59% from 255 or 45.65% from 46); Max value from RGB is 24 - color contains mainly: red. Hex color #180115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180115 is #E7FEEA. Grayscale: #0A0A0A. Windows color (decimal): -15204075 or 1376536. OLE color: 1376536.

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

Color convert

RGB24121-
CMYK00.960.130.91
HSL307.83º92%4.9%-
HSV(B)307.83º95.83%9.41%-
XYZ0.520.270.73-
YUV10.16134.12137.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 52.17%
GREEN value IS 1 (0.78% from 255) = 2.17%
BLUE value IS 21 (8.59% from 255) = 45.65%
R=52.17%
G=2.17%
B=45.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2412100.960.130.91307.83924.9
Hex18115060D5B1345c5
Octal301250140151334641345
Binary1100011010101100000110110110111001101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180115; }

 p { color: rgb(24,1,21); }

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

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

 a { background-color: rgb(24,1,21); }

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

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

 span { border-color: rgb(24,1,21); }

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