Html Css Color HEX #21021D Mardi Gras

📋 copy color: '#21021D'

red 33 ◦ green 2 ◦ blue 29

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

Shades of Mardi Gras #21021D

Tints of Mardi Gras #21021D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.13%

 BLUE value IS 29 (11.72% from 255) = 45.31%

R = 51.56%
G = 3.13%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#21021D (or 0x21021D) is known color: Mardi Gras. HEX triplet: 21, 02 and 1D. RGB value is (33,2,29). Sum of RGB (Red+Green+Blue) = 33+2+29=64 (8% of max value = 765). Red value is 33 (13.28% from 255 or 51.56% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 33 - color contains mainly: red. Hex color #21021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21021D is #DEFDE2. Grayscale: #0E0E0E. Windows color (decimal): -14613987 or 1901089. OLE color: 1901089.

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

Color convert

RGB 33 2 29 -
CMYK 0 0.94 0.12 0.87
HSL 307.74º 0.89% 0.07% -
HSV(B) 307.74º 0.94% 0.13% -
XYZ 0.87 0.46 1.2 -
YUV 14.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 33 2 29 0 0.94 0.12 0.87 307.74 0.89 0.07
Hex 21 2 1D 0 5E C 57 134 59 7
Octal 41 2 35 0 136 14 127 464 131 7
Binary 100001 10 11101 0 1011110 1100 1010111 100110100 1011001 111

Color Harmonies of #21021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21021D

Black with #21021D

Text Example


Text Example

White with #21021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21021D; }

 p { color: rgb(33,2,29); }

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

background-color css

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

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

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

border-color css

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

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

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