#240D22

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

Shades of Mardi Gras #240D22

Tints of Mardi Gras #240D22

Color information

#240D22 (or 0x240D22) is unknown color: approx Mardi Gras. HEX triplet: 24, 0D and 22. RGB value is (36,13,34). Sum of RGB (Red+Green+Blue) = 36+13+34=83 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.37% from 83); Green value is 13 (5.47% from 255 or 15.66% from 83); Blue value is 34 (13.67% from 255 or 40.96% from 83); Max value from RGB is 36 - color contains mainly: red. Hex color #240D22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240D22 is #DBF2DD. Grayscale: #161616. Windows color (decimal): -14414558 or 2231588. OLE color: 2231588.

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

Color convert

RGB361334-
CMYK00.640.060.86
HSL305.22º46.94%9.61%-
HSV(B)305.22º63.89%14.12%-
XYZ1.160.781.6-
YUV22.27134.62137.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 43.37%
GREEN value IS 13 (5.47% from 255) = 15.66%
BLUE value IS 34 (13.67% from 255) = 40.96%
R=43.37%
G=15.66%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36133400.640.060.86305.2246.949.61
Hex24D220406561312fa
Octal441542010061264615712
Binary10010011011000100100000011010101101001100011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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