#221024

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

Shades of Mardi Gras #221024

Tints of Mardi Gras #221024

Color information

#221024 (or 0x221024) is unknown color: approx Mardi Gras. HEX triplet: 22, 10 and 24. RGB value is (34,16,36). Sum of RGB (Red+Green+Blue) = 34+16+36=86 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.53% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 36 (14.45% from 255 or 41.86% from 86); Max value from RGB is 36 - color contains mainly: blue. Hex color #221024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221024 is #DDEFDB. Grayscale: #171717. Windows color (decimal): -14544860 or 2363426. OLE color: 2363426.

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

Color convert

RGB341636-
CMYK0.060.5600.86
HSL294º38.46%10.2%-
HSV(B)294º55.56%14.12%-
XYZ1.160.841.77-
YUV23.66134.96135.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 39.53%
GREEN value IS 16 (6.64% from 255) = 18.60%
BLUE value IS 36 (14.45% from 255) = 41.86%
R=39.53%
G=18.60%
B=41.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3416360.060.5600.8629438.4610.2
Hex22102463805612626a
Octal42204467001264464612
Binary10001010000100100110111000010101101001001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221024; }

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

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

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

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

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

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

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

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