#221821

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

Shades of Mardi Gras #221821

Tints of Mardi Gras #221821

Color information

#221821 (or 0x221821) is unknown color: approx Mardi Gras. HEX triplet: 22, 18 and 21. RGB value is (34,24,33). Sum of RGB (Red+Green+Blue) = 34+24+33=91 (12% of max value = 765). Red value is 34 (13.67% from 255 or 37.36% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 34 - color contains mainly: red. Hex color #221821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221821 is #DDE7DE. Grayscale: #1B1B1B. Windows color (decimal): -14542815 or 2168866. OLE color: 2168866.

HSL color Cylindrical-coordinate representation of color #221821: hue angle of 306º degrees, saturation: 0.17, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #221821 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB342433-
CMYK00.290.030.87
HSL306º17.24%11.37%-
HSV(B)306º29.41%13.33%-
XYZ1.261.11.59-
YUV28.02130.81132.27-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 37.36%
GREEN value IS 24 (9.77% from 255) = 26.37%
BLUE value IS 33 (13.28% from 255) = 36.26%
R=37.36%
G=26.37%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34243300.290.030.8730617.2411.37
Hex22182101D35713211b
Octal42304103531274622113
Binary10001011000100001011101111010111100110010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221821; }

 p { color: rgb(34,24,33); }

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

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

 a { background-color: rgb(34,24,33); }

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

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

 span { border-color: rgb(34,24,33); }

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