Html Css Color HEX #201321 Mardi Gras

📋 copy color: '#201321'

red 32 ◦ green 19 ◦ blue 33

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

Shades of Mardi Gras #201321

Tints of Mardi Gras #201321

RGB

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

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

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

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

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #201321: hue angle of 295.71º 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 #201321 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 19 33 -
CMYK 0.03 0.42 0 0.87
HSL 295.71º 0.27% 0.1% -
HSV(B) 295.71º 0.42% 0.13% -
XYZ 1.1 0.88 1.55 -
YUV 24.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 32 19 33 0.03 0.42 0 0.87 295.71 0.27 0.1
Hex 20 13 21 3 2A 0 57 128 1B A
Octal 40 23 41 3 52 0 127 450 33 12
Binary 100000 10011 100001 11 101010 0 1010111 100101000 11011 1010

Color Harmonies of #201321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201321

Black with #201321

Text Example


Text Example

White with #201321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201321; }

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

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

background-color css

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

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

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

border-color css

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

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

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