#221324

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

Shades of Mardi Gras #221324

Tints of Mardi Gras #221324

Color information

#221324 (or 0x221324) is unknown color: approx Mardi Gras. HEX triplet: 22, 13 and 24. RGB value is (34,19,36). Sum of RGB (Red+Green+Blue) = 34+19+36=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 36 - color contains mainly: blue. Hex color #221324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221324 is #DDECDB. Grayscale: #191919. Windows color (decimal): -14544092 or 2364194. OLE color: 2364194.

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

Color convert

RGB341936-
CMYK0.060.4700.86
HSL292.94º30.91%10.78%-
HSV(B)292.94º47.22%14.12%-
XYZ1.210.931.79-
YUV25.42133.97134.12-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 38.20%
GREEN value IS 19 (7.81% from 255) = 21.35%
BLUE value IS 36 (14.45% from 255) = 40.45%
R=38.20%
G=21.35%
B=40.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3419360.060.4700.86292.9430.9110.78
Hex22132462F0561251fb
Octal42234465701264453713
Binary1000101001110010011010111101010110100100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221324; }

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

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

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

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

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

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

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

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