Html Css Color HEX #21081D Mardi Gras

📋 copy color: '#21081D'

red 33 ◦ green 8 ◦ blue 29

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

Shades of Mardi Gras #21081D

Tints of Mardi Gras #21081D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.43%

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

R = 47.14%
G = 11.43%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#21081D (or 0x21081D) is known color: Mardi Gras. HEX triplet: 21, 08 and 1D. RGB value is (33,8,29). Sum of RGB (Red+Green+Blue) = 33+8+29=70 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.14% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 29 (11.72% from 255 or 41.43% from 70); Max value from RGB is 33 - color contains mainly: red. Hex color #21081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21081D is #DEF7E2. Grayscale: #111111. Windows color (decimal): -14612451 or 1902625. OLE color: 1902625.

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

Color convert

RGB 33 8 29 -
CMYK 0 0.76 0.12 0.87
HSL 309.6º 0.61% 0.08% -
HSV(B) 309.6º 0.76% 0.13% -
XYZ 0.94 0.59 1.23 -
YUV 17.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 33 8 29 0 0.76 0.12 0.87 309.6 0.61 0.08
Hex 21 8 1D 0 4C C 57 136 3D 8
Octal 41 10 35 0 114 14 127 466 75 10
Binary 100001 1000 11101 0 1001100 1100 1010111 100110110 111101 1000

Color Harmonies of #21081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21081D

Black with #21081D

Text Example


Text Example

White with #21081D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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