#221523

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

Shades of Mardi Gras #221523

Tints of Mardi Gras #221523

Color information

#221523 (or 0x221523) is unknown color: approx Mardi Gras. HEX triplet: 22, 15 and 23. RGB value is (34,21,35). Sum of RGB (Red+Green+Blue) = 34+21+35=90 (11% of max value = 765). Red value is 34 (13.67% from 255 or 37.78% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 35 (14.06% from 255 or 38.89% from 90); Max value from RGB is 35 - color contains mainly: blue. Hex color #221523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221523 is #DDEADC. Grayscale: #1A1A1A. Windows color (decimal): -14543581 or 2299170. OLE color: 2299170.

HSL color Cylindrical-coordinate representation of color #221523: hue angle of 295.71º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #221523 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB342135-
CMYK0.030.4000.86
HSL295.71º25%10.98%-
HSV(B)295.71º40%13.73%-
XYZ1.2311.72-
YUV26.48132.81133.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 37.78%
GREEN value IS 21 (8.59% from 255) = 23.33%
BLUE value IS 35 (14.06% from 255) = 38.89%
R=37.78%
G=23.33%
B=38.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3421350.030.4000.86295.712510.98
Hex22152332805612819b
Octal42254335001264503113
Binary100010101011000111110100001010110100101000110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221523; }

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

 H1.HeaderClassName
 {
   color: #221523;
 }
 .AnyTagClassName
 {
   color: #221523;
 }
</style>
background-color css

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

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

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

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

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

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