Html Css Color HEX #210121 Mardi Gras

📋 copy color: '#210121'

red 33 ◦ green 1 ◦ blue 33

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

Shades of Mardi Gras #210121

Tints of Mardi Gras #210121

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.49%

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

R = 49.25%
G = 1.49%
B = 49.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#210121 (or 0x210121) is known color: Mardi Gras. HEX triplet: 21, 01 and 21. RGB value is (33,1,33). Sum of RGB (Red+Green+Blue) = 33+1+33=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 33 (13.28% from 255 or 49.25% from 67); Max value from RGB is 33 - color contains mainly: red, blue. Hex color #210121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210121 is #DEFEDE. Grayscale: #0E0E0E. Windows color (decimal): -14614239 or 2162977. OLE color: 2162977.

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

Color convert

RGB 33 1 33 -
CMYK 0 0.97 0 0.87
HSL 300º 0.94% 0.07% -
HSV(B) 300º 0.97% 0.13% -
XYZ 0.91 0.45 1.48 -
YUV 14.22 138.6 141.4 -
System Red Green Blue C M Y K H S L
Decimal 33 1 33 0 0.97 0 0.87 300 0.94 0.07
Hex 21 1 21 0 61 0 57 12C 5E 7
Octal 41 1 41 0 141 0 127 454 136 7
Binary 100001 1 100001 0 1100001 0 1010111 100101100 1011110 111

Color Harmonies of #210121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210121

Black with #210121

Text Example


Text Example

White with #210121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210121; }

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

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

background-color css

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

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

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

border-color css

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

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

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