Html Css Color HEX #221821 Mardi Gras

📋 copy color: '#221821'

red 34 ◦ green 24 ◦ blue 33

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

Shades of Mardi Gras #221821

Tints of Mardi Gras #221821

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 value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#221821 (or 0x221821) is known color: 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

RGB 34 24 33 -
CMYK 0 0.29 0.03 0.87
HSL 306º 0.17% 0.11% -
HSV(B) 306º 0.29% 0.13% -
XYZ 1.26 1.1 1.59 -
YUV 28.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 34 24 33 0 0.29 0.03 0.87 306 0.17 0.11
Hex 22 18 21 0 1D 3 57 132 11 B
Octal 42 30 41 0 35 3 127 462 21 13
Binary 100010 11000 100001 0 11101 11 1010111 100110010 10001 1011

Color Harmonies of #221821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221821

Black with #221821

Text Example


Text Example

White with #221821

Text Example


Text Example

HTML Codes & Css Web 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>