Html Css Color HEX #211523 Mardi Gras

📋 copy color: '#211523'

red 33 ◦ green 21 ◦ blue 35

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

Shades of Mardi Gras #211523

Tints of Mardi Gras #211523

RGB

 RED value IS 33 (13.28% from 255) = 37.08%

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

 BLUE value IS 35 (14.06% from 255) = 39.33%

R = 37.08%
G = 23.6%
B = 39.33%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#211523 (or 0x211523) is known color: Mardi Gras. HEX triplet: 21, 15 and 23. RGB value is (33,21,35). Sum of RGB (Red+Green+Blue) = 33+21+35=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 35 (14.06% from 255 or 39.33% from 89); Max value from RGB is 35 - color contains mainly: blue. Hex color #211523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211523 is #DEEADC. Grayscale: #1A1A1A. Windows color (decimal): -14609117 or 2299169. OLE color: 2299169.

HSL color Cylindrical-coordinate representation of color #211523: hue angle of 291.43º 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 #211523 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 33 21 35 -
CMYK 0.06 0.40 0 0.86
HSL 291.43º 0.25% 0.11% -
HSV(B) 291.43º 0.4% 0.14% -
XYZ 1.2 0.98 1.72 -
YUV 26.18 132.98 132.86 -
System Red Green Blue C M Y K H S L
Decimal 33 21 35 0.06 0.40 0 0.86 291.43 0.25 0.11
Hex 21 15 23 6 28 0 56 123 19 B
Octal 41 25 43 6 50 0 126 443 31 13
Binary 100001 10101 100011 110 101000 0 1010110 100100011 11001 1011

Color Harmonies of #211523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211523

Black with #211523

Text Example


Text Example

White with #211523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211523; }

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

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

background-color css

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

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

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

border-color css

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

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

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