Html Css Color HEX #200C1D Mardi Gras

📋 copy color: '#200C1D'

red 32 ◦ green 12 ◦ blue 29

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

Shades of Mardi Gras #200C1D

Tints of Mardi Gras #200C1D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 16.44%

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

R = 43.84%
G = 16.44%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#200C1D (or 0x200C1D) is known color: Mardi Gras. HEX triplet: 20, 0C and 1D. RGB value is (32,12,29). Sum of RGB (Red+Green+Blue) = 32+12+29=73 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.84% from 73); Green value is 12 (5.08% from 255 or 16.44% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 32 - color contains mainly: red. Hex color #200C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200C1D is #DFF3E2. Grayscale: #131313. Windows color (decimal): -14676963 or 1903648. OLE color: 1903648.

HSL color Cylindrical-coordinate representation of color #200C1D: hue angle of 309º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #200C1D is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 12 29 -
CMYK 0 0.63 0.09 0.87
HSL 309º 0.45% 0.09% -
HSV(B) 309º 0.63% 0.13% -
XYZ 0.95 0.66 1.24 -
YUV 19.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 32 12 29 0 0.63 0.09 0.87 309 0.45 0.09
Hex 20 C 1D 0 3F 9 57 135 2D 9
Octal 40 14 35 0 77 11 127 465 55 11
Binary 100000 1100 11101 0 111111 1001 1010111 100110101 101101 1001

Color Harmonies of #200C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200C1D

Black with #200C1D

Text Example


Text Example

White with #200C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200C1D; }

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

 H1.HeaderClassName
 {
   color: #200C1D;
 }
 .AnyTagClassName
 {
   color: #200C1D;
 }
</style>

background-color css

<style>
 a { background-color: #200C1D; }

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

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

border-color css

<style>
 span { border-color: #200C1D; }

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

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