#240A22

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

Shades of Mardi Gras #240A22

Tints of Mardi Gras #240A22

Color information

#240A22 (or 0x240A22) is unknown color: approx Mardi Gras. HEX triplet: 24, 0A and 22. RGB value is (36,10,34). Sum of RGB (Red+Green+Blue) = 36+10+34=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 10 (4.30% from 255 or 12.5% from 80); Blue value is 34 (13.67% from 255 or 42.5% from 80); Max value from RGB is 36 - color contains mainly: red. Hex color #240A22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240A22 is #DBF5DD. Grayscale: #141414. Windows color (decimal): -14415326 or 2230820. OLE color: 2230820.

HSL color Cylindrical-coordinate representation of color #240A22: hue angle of 304.62º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #240A22 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB361034-
CMYK00.720.060.86
HSL304.62º56.52%9.02%-
HSV(B)304.62º72.22%14.12%-
XYZ1.120.711.59-
YUV20.51135.61139.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 45%
GREEN value IS 10 (4.30% from 255) = 12.5%
BLUE value IS 34 (13.67% from 255) = 42.5%
R=45%
G=12.5%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36103400.720.060.86304.6256.529.02
Hex24A22048656131399
Octal441242011061264617111
Binary10010010101000100100100011010101101001100011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240A22; }

 p { color: rgb(36,10,34); }

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

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

 a { background-color: rgb(36,10,34); }

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

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

 span { border-color: rgb(36,10,34); }

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