Html Css Color HEX #221921 Mardi Gras

📋 copy color: '#221921'

red 34 ◦ green 25 ◦ blue 33

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

Shades of Mardi Gras #221921

Tints of Mardi Gras #221921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 27.17%

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

R = 36.96%
G = 27.17%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#221921 (or 0x221921) is known color: Mardi Gras. HEX triplet: 22, 19 and 21. RGB value is (34,25,33). Sum of RGB (Red+Green+Blue) = 34+25+33=92 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.96% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 33 (13.28% from 255 or 35.87% from 92); Max value from RGB is 34 - color contains mainly: red. Hex color #221921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221921 is #DDE6DE. Grayscale: #1C1C1C. Windows color (decimal): -14542559 or 2169122. OLE color: 2169122.

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

Color convert

RGB 34 25 33 -
CMYK 0 0.26 0.03 0.87
HSL 306.67º 0.15% 0.12% -
HSV(B) 306.67º 0.26% 0.13% -
XYZ 1.28 1.15 1.59 -
YUV 28.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 34 25 33 0 0.26 0.03 0.87 306.67 0.15 0.12
Hex 22 19 21 0 1A 3 57 133 F C
Octal 42 31 41 0 32 3 127 463 17 14
Binary 100010 11001 100001 0 11010 11 1010111 100110011 1111 1100

Color Harmonies of #221921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221921

Black with #221921

Text Example


Text Example

White with #221921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221921; }

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

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

background-color css

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

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

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

border-color css

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

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

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