Html Css Color HEX #21011D Mardi Gras

📋 copy color: '#21011D'

red 33 ◦ green 1 ◦ blue 29

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

Shades of Mardi Gras #21011D

Tints of Mardi Gras #21011D

RGB

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

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

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

R = 52.38%
G = 1.59%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#21011D (or 0x21011D) is known color: Mardi Gras. HEX triplet: 21, 01 and 1D. RGB value is (33,1,29). Sum of RGB (Red+Green+Blue) = 33+1+29=63 (8% of max value = 765). Red value is 33 (13.28% from 255 or 52.38% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 33 - color contains mainly: red. Hex color #21011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21011D is #DEFEE2. Grayscale: #0D0D0D. Windows color (decimal): -14614243 or 1900833. OLE color: 1900833.

HSL color Cylindrical-coordinate representation of color #21011D: hue angle of 307.5º 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 #21011D is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 1 29 -
CMYK 0 0.97 0.12 0.87
HSL 307.5º 0.94% 0.07% -
HSV(B) 307.5º 0.97% 0.13% -
XYZ 0.86 0.43 1.2 -
YUV 13.76 136.6 141.72 -
System Red Green Blue C M Y K H S L
Decimal 33 1 29 0 0.97 0.12 0.87 307.5 0.94 0.07
Hex 21 1 1D 0 61 C 57 134 5E 7
Octal 41 1 35 0 141 14 127 464 136 7
Binary 100001 1 11101 0 1100001 1100 1010111 100110100 1011110 111

Color Harmonies of #21011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21011D

Black with #21011D

Text Example


Text Example

White with #21011D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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