Html Css Color HEX #210021 Mardi Gras

📋 copy color: '#210021'

red 33 ◦ green 0 ◦ blue 33

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

Shades of Mardi Gras #210021

Tints of Mardi Gras #210021

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#210021 (or 0x210021) is known color: Mardi Gras. HEX triplet: 21, 00 and 21. RGB value is (33,0,33). Sum of RGB (Red+Green+Blue) = 33+0+33=66 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 33 (13.28% from 255 or 50% from 66); Max value from RGB is 33 - color contains mainly: red, blue. Hex color #210021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210021 is #DEFFDE. Grayscale: #0D0D0D. Windows color (decimal): -14614495 or 2162721. OLE color: 2162721.

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

Color convert

RGB 33 0 33 -
CMYK 0 1 0 0.87
HSL 300º 1% 0.06% -
HSV(B) 300º 1% 0.13% -
XYZ 0.9 0.43 1.47 -
YUV 13.63 138.93 141.82 -
System Red Green Blue C M Y K H S L
Decimal 33 0 33 0 1 0 0.87 300 1 0.06
Hex 21 0 21 0 64 0 57 12C 64 6
Octal 41 0 41 0 144 0 127 454 144 6
Binary 100001 0 100001 0 1100100 0 1010111 100101100 1100100 110

Color Harmonies of #210021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210021

Black with #210021

Text Example


Text Example

White with #210021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210021; }

 p { color: rgb(33,0,33); }

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

background-color css

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

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

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

border-color css

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

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

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