#240422

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

Shades of Mardi Gras #240422

Tints of Mardi Gras #240422

Color information

#240422 (or 0x240422) is unknown color: approx Mardi Gras. HEX triplet: 24, 04 and 22. RGB value is (36,4,34). Sum of RGB (Red+Green+Blue) = 36+4+34=74 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48.65% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 34 (13.67% from 255 or 45.95% from 74); Max value from RGB is 36 - color contains mainly: red. Hex color #240422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240422 is #DBFBDD. Grayscale: #101010. Windows color (decimal): -14416862 or 2229284. OLE color: 2229284.

HSL color Cylindrical-coordinate representation of color #240422: hue angle of 303.75º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #240422 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB36434-
CMYK00.890.060.86
HSL303.75º80%7.84%-
HSV(B)303.75º88.89%14.12%-
XYZ1.060.581.57-
YUV16.99137.6141.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 48.65%
GREEN value IS 4 (1.95% from 255) = 5.41%
BLUE value IS 34 (13.67% from 255) = 45.95%
R=48.65%
G=5.41%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3643400.890.060.86303.75807.84
Hex24422059656130508
Octal444420131612646012010
Binary10010010010001001011001110101011010011000010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240422; }

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

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

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

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

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

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

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

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