#221C23

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

Shades of Mardi Gras #221C23

Tints of Mardi Gras #221C23

Color information

#221C23 (or 0x221C23) is unknown color: approx Mardi Gras. HEX triplet: 22, 1C and 23. RGB value is (34,28,35). Sum of RGB (Red+Green+Blue) = 34+28+35=97 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.05% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 35 - color contains mainly: blue. Hex color #221C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221C23 is #DDE3DC. Grayscale: #1E1E1E. Windows color (decimal): -14541789 or 2300962. OLE color: 2300962.

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

Color convert

RGB342835-
CMYK0.030.2000.86
HSL291.43º11.11%12.35%-
HSV(B)291.43º20%13.73%-
XYZ1.381.291.77-
YUV30.59130.49130.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.05%
GREEN value IS 28 (11.33% from 255) = 28.87%
BLUE value IS 35 (14.06% from 255) = 36.08%
R=35.05%
G=28.87%
B=36.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3428350.030.2000.86291.4311.1112.35
Hex221C23314056123bc
Octal42344332401264431314
Binary1000101110010001111101000101011010010001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221C23; }

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

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

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

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

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

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

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

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