Html Css Color HEX #221C23 Mardi Gras

📋 copy color: '#221C23'

red 34 ◦ green 28 ◦ blue 35

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

Shades of Mardi Gras #221C23

Tints of Mardi Gras #221C23

RGB

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

 GREEN value IS 28 (11.33% from 255) = 28.87%

 BLUE value IS 35 (14.06% from 255) = 36.08%

R = 35.05%
G = 28.87%
B = 36.08%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#221C23 (or 0x221C23) is known color: Mardi Gras. HEX triplet: 22, 1C and 23. RGB value is (34,28,35). Sum of RGB (Red+Green+Blue) = 34+28+35=97 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.05% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 35 - color contains mainly: blue. Hex color #221C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221C23 is #DDE3DC. Grayscale: #1E1E1E. Windows color (decimal): -14541789 or 2300962. OLE color: 2300962.

HSL color Cylindrical-coordinate representation of color #221C23: hue angle of 291.43º degrees, saturation: 0.11, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #221C23 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 34 28 35 -
CMYK 0.03 0.20 0 0.86
HSL 291.43º 0.11% 0.12% -
HSV(B) 291.43º 0.2% 0.14% -
XYZ 1.38 1.29 1.77 -
YUV 30.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 34 28 35 0.03 0.20 0 0.86 291.43 0.11 0.12
Hex 22 1C 23 3 14 0 56 123 B C
Octal 42 34 43 3 24 0 126 443 13 14
Binary 100010 11100 100011 11 10100 0 1010110 100100011 1011 1100

Color Harmonies of #221C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221C23

Black with #221C23

Text Example


Text Example

White with #221C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,28,35); }

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

background-color css

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

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

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

border-color css

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

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

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