Html Css Color HEX #221E22 Mardi Gras

📋 copy color: '#221E22'

red 34 ◦ green 30 ◦ blue 34

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

Shades of Mardi Gras #221E22

Tints of Mardi Gras #221E22

RGB

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

 GREEN value IS 30 (12.11% from 255) = 30.61%

 BLUE value IS 34 (13.67% from 255) = 34.69%

R = 34.69%
G = 30.61%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#221E22 (or 0x221E22) is known color: Mardi Gras. HEX triplet: 22, 1E and 22. RGB value is (34,30,34). Sum of RGB (Red+Green+Blue) = 34+30+34=98 (12% of max value = 765). Red value is 34 (13.67% from 255 or 34.69% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 34 (13.67% from 255 or 34.69% from 98); Max value from RGB is 34 - color contains mainly: red, blue. Hex color #221E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221E22 is #DDE1DD. Grayscale: #1F1F1F. Windows color (decimal): -14541278 or 2235938. OLE color: 2235938.

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

Color convert

RGB 34 30 34 -
CMYK 0 0.12 0 0.87
HSL 300º 0.06% 0.13% -
HSV(B) 300º 0.12% 0.13% -
XYZ 1.41 1.38 1.71 -
YUV 31.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 34 30 34 0 0.12 0 0.87 300 0.06 0.13
Hex 22 1E 22 0 C 0 57 12C 6 D
Octal 42 36 42 0 14 0 127 454 6 15
Binary 100010 11110 100010 0 1100 0 1010111 100101100 110 1101

Color Harmonies of #221E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221E22

Black with #221E22

Text Example


Text Example

White with #221E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,30,34); }

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

background-color css

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

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

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

border-color css

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

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

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