#221323

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

Shades of Mardi Gras #221323

Tints of Mardi Gras #221323

Color information

#221323 (or 0x221323) is unknown color: approx Mardi Gras. HEX triplet: 22, 13 and 23. RGB value is (34,19,35). Sum of RGB (Red+Green+Blue) = 34+19+35=88 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.64% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 35 (14.06% from 255 or 39.77% from 88); Max value from RGB is 35 - color contains mainly: blue. Hex color #221323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221323 is #DDECDC. Grayscale: #191919. Windows color (decimal): -14544093 or 2298658. OLE color: 2298658.

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

Color convert

RGB341935-
CMYK0.030.4600.86
HSL296.25º29.63%10.59%-
HSV(B)296.25º45.71%13.73%-
XYZ1.20.931.71-
YUV25.31133.47134.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 38.64%
GREEN value IS 19 (7.81% from 255) = 21.59%
BLUE value IS 35 (14.06% from 255) = 39.77%
R=38.64%
G=21.59%
B=39.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3419350.030.4600.86296.2529.6310.59
Hex22132332E0561281eb
Octal42234335601264503613
Binary100010100111000111110111001010110100101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221323; }

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

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

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

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

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

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

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

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