Html Css Color HEX #221523 Mardi Gras

📋 copy color: '#221523'

red 34 ◦ green 21 ◦ blue 35

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

Shades of Mardi Gras #221523

Tints of Mardi Gras #221523

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 value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#221523 (or 0x221523) is known color: 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

RGB 34 21 35 -
CMYK 0.03 0.40 0 0.86
HSL 295.71º 0.25% 0.11% -
HSV(B) 295.71º 0.4% 0.14% -
XYZ 1.23 1 1.72 -
YUV 26.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 34 21 35 0.03 0.40 0 0.86 295.71 0.25 0.11
Hex 22 15 23 3 28 0 56 128 19 B
Octal 42 25 43 3 50 0 126 450 31 13
Binary 100010 10101 100011 11 101000 0 1010110 100101000 11001 1011

Color Harmonies of #221523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221523

Black with #221523

Text Example


Text Example

White with #221523

Text Example


Text Example

HTML Codes & Css Web 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>