#221123

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

Shades of Mardi Gras #221123

Tints of Mardi Gras #221123

Color information

#221123 (or 0x221123) is unknown color: approx Mardi Gras. HEX triplet: 22, 11 and 23. RGB value is (34,17,35). Sum of RGB (Red+Green+Blue) = 34+17+35=86 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.53% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 35 (14.06% from 255 or 40.70% from 86); Max value from RGB is 35 - color contains mainly: blue. Hex color #221123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221123 is #DDEEDC. Grayscale: #181818. Windows color (decimal): -14544605 or 2298146. OLE color: 2298146.

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

Color convert

RGB341735-
CMYK0.030.5100.86
HSL296.67º34.62%10.2%-
HSV(B)296.67º51.43%13.73%-
XYZ1.160.861.7-
YUV24.14134.13135.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 39.53%
GREEN value IS 17 (7.03% from 255) = 19.77%
BLUE value IS 35 (14.06% from 255) = 40.70%
R=39.53%
G=19.77%
B=40.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3417350.030.5100.86296.6734.6210.2
Hex22112333305612923a
Octal42214336301264514312
Binary1000101000110001111110011010101101001010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221123; }

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

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

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

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

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

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

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

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