#221D23

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

Shades of Mardi Gras #221D23

Tints of Mardi Gras #221D23

Color information

#221D23 (or 0x221D23) is unknown color: approx Mardi Gras. HEX triplet: 22, 1D and 23. RGB value is (34,29,35). Sum of RGB (Red+Green+Blue) = 34+29+35=98 (12% of max value = 765). Red value is 34 (13.67% from 255 or 34.69% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 35 (14.06% from 255 or 35.71% from 98); Max value from RGB is 35 - color contains mainly: blue. Hex color #221D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221D23 is #DDE2DC. Grayscale: #1F1F1F. Windows color (decimal): -14541533 or 2301218. OLE color: 2301218.

HSL color Cylindrical-coordinate representation of color #221D23: hue angle of 290º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #221D23 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB342935-
CMYK0.030.1700.86
HSL290º9.38%12.55%-
HSV(B)290º17.14%13.73%-
XYZ1.41.341.77-
YUV31.18130.16130.01-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34.69%
GREEN value IS 29 (11.72% from 255) = 29.59%
BLUE value IS 35 (14.06% from 255) = 35.71%
R=34.69%
G=29.59%
B=35.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3429350.030.1700.862909.3812.55
Hex221D233110561229d
Octal42354332101264421115
Binary1000101110110001111100010101011010010001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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