Html Css Color HEX #20071D Mardi Gras

📋 copy color: '#20071D'

red 32 ◦ green 7 ◦ blue 29

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

Shades of Mardi Gras #20071D

Tints of Mardi Gras #20071D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.29%

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

R = 47.06%
G = 10.29%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#20071D (or 0x20071D) is known color: Mardi Gras. HEX triplet: 20, 07 and 1D. RGB value is (32,7,29). Sum of RGB (Red+Green+Blue) = 32+7+29=68 (9% of max value = 765). Red value is 32 (12.89% from 255 or 47.06% from 68); Green value is 7 (3.12% from 255 or 10.29% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 32 - color contains mainly: red. Hex color #20071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20071D is #DFF8E2. Grayscale: #101010. Windows color (decimal): -14678243 or 1902368. OLE color: 1902368.

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

Color convert

RGB 32 7 29 -
CMYK 0 0.78 0.09 0.87
HSL 307.2º 0.64% 0.08% -
HSV(B) 307.2º 0.78% 0.13% -
XYZ 0.89 0.55 1.22 -
YUV 16.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 32 7 29 0 0.78 0.09 0.87 307.2 0.64 0.08
Hex 20 7 1D 0 4E 9 57 133 40 8
Octal 40 7 35 0 116 11 127 463 100 10
Binary 100000 111 11101 0 1001110 1001 1010111 100110011 1000000 1000

Color Harmonies of #20071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20071D

Black with #20071D

Text Example


Text Example

White with #20071D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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