Html Css Color HEX #221021 Mardi Gras

📋 copy color: '#221021'

red 34 ◦ green 16 ◦ blue 33

#221021
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #221021

Tints of Mardi Gras #221021

RGB

 RED value IS 34 (13.67% from 255) = 40.96%

 GREEN value IS 16 (6.64% from 255) = 19.28%

 BLUE value IS 33 (13.28% from 255) = 39.76%

R = 40.96%
G = 19.28%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#221021 (or 0x221021) is known color: Mardi Gras. HEX triplet: 22, 10 and 21. RGB value is (34,16,33). Sum of RGB (Red+Green+Blue) = 34+16+33=83 (10% of max value = 765). Red value is 34 (13.67% from 255 or 40.96% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 33 (13.28% from 255 or 39.76% from 83); Max value from RGB is 34 - color contains mainly: red. Hex color #221021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221021 is #DDEFDE. Grayscale: #171717. Windows color (decimal): -14544863 or 2166818. OLE color: 2166818.

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

Color convert

RGB 34 16 33 -
CMYK 0 0.53 0.03 0.87
HSL 303.33º 0.36% 0.1% -
HSV(B) 303.33º 0.53% 0.13% -
XYZ 1.12 0.82 1.54 -
YUV 23.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 34 16 33 0 0.53 0.03 0.87 303.33 0.36 0.1
Hex 22 10 21 0 35 3 57 12F 24 A
Octal 42 20 41 0 65 3 127 457 44 12
Binary 100010 10000 100001 0 110101 11 1010111 100101111 100100 1010

Color Harmonies of #221021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221021

Black with #221021

Text Example


Text Example

White with #221021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221021; }

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

 H1.HeaderClassName
 {
   color: #221021;
 }
 .AnyTagClassName
 {
   color: #221021;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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