Html Css Color HEX #221524 Mardi Gras

📋 copy color: '#221524'

red 34 ◦ green 21 ◦ blue 36

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

Shades of Mardi Gras #221524

Tints of Mardi Gras #221524

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.08%

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

R = 37.36%
G = 23.08%
B = 39.56%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#221524 (or 0x221524) is known color: Mardi Gras. HEX triplet: 22, 15 and 24. RGB value is (34,21,36). Sum of RGB (Red+Green+Blue) = 34+21+36=91 (12% of max value = 765). Red value is 34 (13.67% from 255 or 37.36% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 36 (14.45% from 255 or 39.56% from 91); Max value from RGB is 36 - color contains mainly: blue. Hex color #221524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221524 is #DDEADB. Grayscale: #1A1A1A. Windows color (decimal): -14543580 or 2364706. OLE color: 2364706.

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

Color convert

RGB 34 21 36 -
CMYK 0.06 0.42 0 0.86
HSL 292º 0.26% 0.11% -
HSV(B) 292º 0.42% 0.14% -
XYZ 1.25 1 1.8 -
YUV 26.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 34 21 36 0.06 0.42 0 0.86 292 0.26 0.11
Hex 22 15 24 6 2A 0 56 124 1A B
Octal 42 25 44 6 52 0 126 444 32 13
Binary 100010 10101 100100 110 101010 0 1010110 100100100 11010 1011

Color Harmonies of #221524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221524

Black with #221524

Text Example


Text Example

White with #221524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221524; }

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

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

background-color css

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

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

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

border-color css

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

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

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