#240120

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

Shades of Mardi Gras #240120

Tints of Mardi Gras #240120

Color information

#240120 (or 0x240120) is unknown color: approx Mardi Gras. HEX triplet: 24, 01 and 20. RGB value is (36,1,32). Sum of RGB (Red+Green+Blue) = 36+1+32=69 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.17% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 32 (12.89% from 255 or 46.38% from 69); Max value from RGB is 36 - color contains mainly: red. Hex color #240120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240120 is #DBFEDF. Grayscale: #0E0E0E. Windows color (decimal): -14417632 or 2097444. OLE color: 2097444.

HSL color Cylindrical-coordinate representation of color #240120: hue angle of 306.86º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240120 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB36132-
CMYK00.970.110.86
HSL306.86º94.59%7.25%-
HSV(B)306.86º97.22%14.12%-
XYZ10.51.41-
YUV15137.6142.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 52.17%
GREEN value IS 1 (0.78% from 255) = 1.45%
BLUE value IS 32 (12.89% from 255) = 46.38%
R=52.17%
G=1.45%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3613200.970.110.86306.8694.597.25
Hex24120061B561335f7
Octal441400141131264631377
Binary100100110000001100001101110101101001100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240120; }

 p { color: rgb(36,1,32); }

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

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

 a { background-color: rgb(36,1,32); }

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

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

 span { border-color: rgb(36,1,32); }

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