Html Css Color HEX #20001D Mardi Gras

📋 copy color: '#20001D'

red 32 ◦ green 0 ◦ blue 29

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

Shades of Mardi Gras #20001D

Tints of Mardi Gras #20001D

RGB

 RED value IS 32 (12.89% from 255) = 52.46%

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

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

R = 52.46%
G = 0%
B = 47.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#20001D (or 0x20001D) is known color: Mardi Gras. HEX triplet: 20, 00 and 1D. RGB value is (32,0,29). Sum of RGB (Red+Green+Blue) = 32+0+29=61 (8% of max value = 765). Red value is 32 (12.89% from 255 or 52.46% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 29 (11.72% from 255 or 47.54% from 61); Max value from RGB is 32 - color contains mainly: red. Hex color #20001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20001D is #DFFFE2. Grayscale: #0C0C0C. Windows color (decimal): -14680035 or 1900576. OLE color: 1900576.

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

Color convert

RGB 32 0 29 -
CMYK 0 1 0.09 0.87
HSL 305.63º 1% 0.06% -
HSV(B) 305.63º 1% 0.13% -
XYZ 0.82 0.4 1.2 -
YUV 12.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 32 0 29 0 1 0.09 0.87 305.63 1 0.06
Hex 20 0 1D 0 64 9 57 132 64 6
Octal 40 0 35 0 144 11 127 462 144 6
Binary 100000 0 11101 0 1100100 1001 1010111 100110010 1100100 110

Color Harmonies of #20001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20001D

Black with #20001D

Text Example


Text Example

White with #20001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,0,29); }

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

background-color css

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

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

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

border-color css

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

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

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