#241422

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

Shades of Mardi Gras #241422

Tints of Mardi Gras #241422

Color information

#241422 (or 0x241422) is unknown color: approx Mardi Gras. HEX triplet: 24, 14 and 22. RGB value is (36,20,34). Sum of RGB (Red+Green+Blue) = 36+20+34=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 34 (13.67% from 255 or 37.78% from 90); Max value from RGB is 36 - color contains mainly: red. Hex color #241422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241422 is #DBEBDD. Grayscale: #1A1A1A. Windows color (decimal): -14412766 or 2233380. OLE color: 2233380.

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

Color convert

RGB362034-
CMYK00.440.060.86
HSL307.5º28.57%10.98%-
HSV(B)307.5º44.44%14.12%-
XYZ1.270.991.64-
YUV26.38132.3134.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40%
GREEN value IS 20 (8.20% from 255) = 22.22%
BLUE value IS 34 (13.67% from 255) = 37.78%
R=40%
G=22.22%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36203400.440.060.86307.528.5710.98
Hex24142202C6561341db
Octal44244205461264643513
Binary1001001010010001001011001101010110100110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241422; }

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

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

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

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

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

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

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

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