Html Css Color HEX #221A21 Mardi Gras

📋 copy color: '#221A21'

red 34 ◦ green 26 ◦ blue 33

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

Shades of Mardi Gras #221A21

Tints of Mardi Gras #221A21

RGB

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

 GREEN value IS 26 (10.55% from 255) = 27.96%

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

R = 36.56%
G = 27.96%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#221A21 (or 0x221A21) is known color: Mardi Gras. HEX triplet: 22, 1A and 21. RGB value is (34,26,33). Sum of RGB (Red+Green+Blue) = 34+26+33=93 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.56% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 34 - color contains mainly: red. Hex color #221A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221A21 is #DDE5DE. Grayscale: #1D1D1D. Windows color (decimal): -14542303 or 2169378. OLE color: 2169378.

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

Color convert

RGB 34 26 33 -
CMYK 0 0.24 0.03 0.87
HSL 307.5º 0.13% 0.12% -
HSV(B) 307.5º 0.24% 0.13% -
XYZ 1.3 1.19 1.6 -
YUV 29.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 34 26 33 0 0.24 0.03 0.87 307.5 0.13 0.12
Hex 22 1A 21 0 18 3 57 134 D C
Octal 42 32 41 0 30 3 127 464 15 14
Binary 100010 11010 100001 0 11000 11 1010111 100110100 1101 1100

Color Harmonies of #221A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221A21

Black with #221A21

Text Example


Text Example

White with #221A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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