Html Css Color HEX #211320 Mardi Gras

📋 copy color: '#211320'

red 33 ◦ green 19 ◦ blue 32

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

Shades of Mardi Gras #211320

Tints of Mardi Gras #211320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.62%

 BLUE value IS 32 (12.89% from 255) = 38.1%

R = 39.29%
G = 22.62%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#211320 (or 0x211320) is known color: Mardi Gras. HEX triplet: 21, 13 and 20. RGB value is (33,19,32). Sum of RGB (Red+Green+Blue) = 33+19+32=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 33 - color contains mainly: red. Hex color #211320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211320 is #DEECDF. Grayscale: #181818. Windows color (decimal): -14609632 or 2102049. OLE color: 2102049.

HSL color Cylindrical-coordinate representation of color #211320: hue angle of 304.29º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #211320 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 19 32 -
CMYK 0 0.42 0.03 0.87
HSL 304.29º 0.27% 0.1% -
HSV(B) 304.29º 0.42% 0.13% -
XYZ 1.12 0.89 1.48 -
YUV 24.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 33 19 32 0 0.42 0.03 0.87 304.29 0.27 0.1
Hex 21 13 20 0 2A 3 57 130 1B A
Octal 41 23 40 0 52 3 127 460 33 12
Binary 100001 10011 100000 0 101010 11 1010111 100110000 11011 1010

Color Harmonies of #211320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211320

Black with #211320

Text Example


Text Example

White with #211320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211320; }

 p { color: rgb(33,19,32); }

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

background-color css

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

 a { background-color: rgb(33,19,32); }

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

border-color css

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

 span { border-color: rgb(33,19,32); }

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