Html Css Color HEX #221824 Mardi Gras

📋 copy color: '#221824'

red 34 ◦ green 24 ◦ blue 36

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

Shades of Mardi Gras #221824

Tints of Mardi Gras #221824

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25.53%

 BLUE value IS 36 (14.45% from 255) = 38.3%

R = 36.17%
G = 25.53%
B = 38.3%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#221824 (or 0x221824) is known color: Mardi Gras. HEX triplet: 22, 18 and 24. RGB value is (34,24,36). Sum of RGB (Red+Green+Blue) = 34+24+36=94 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.17% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 36 - color contains mainly: blue. Hex color #221824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221824 is #DDE7DB. Grayscale: #1C1C1C. Windows color (decimal): -14542812 or 2365474. OLE color: 2365474.

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

Color convert

RGB 34 24 36 -
CMYK 0.06 0.33 0 0.86
HSL 290º 0.2% 0.12% -
HSV(B) 290º 0.33% 0.14% -
XYZ 1.3 1.12 1.82 -
YUV 28.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 34 24 36 0.06 0.33 0 0.86 290 0.2 0.12
Hex 22 18 24 6 21 0 56 122 14 C
Octal 42 30 44 6 41 0 126 442 24 14
Binary 100010 11000 100100 110 100001 0 1010110 100100010 10100 1100

Color Harmonies of #221824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221824

Black with #221824

Text Example


Text Example

White with #221824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221824; }

 p { color: rgb(34,24,36); }

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

background-color css

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

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

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

border-color css

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

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

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