#221524

Color #221524 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #221524

Tints of Mardi Gras #221524

Color information

#221524 (or 0x221524) is unknown color: approx 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

RGB342136-
CMYK0.060.4200.86
HSL292º26.32%11.18%-
HSV(B)292º41.67%14.12%-
XYZ1.2511.8-
YUV26.6133.31133.28-

RGB Variations

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

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 (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3421360.060.4200.8629226.3211.18
Hex22152462A0561241ab
Octal42254465201264443213
Binary1000101010110010011010101001010110100100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>