Html Css Color HEX #200D1E Mardi Gras

📋 copy color: '#200D1E'

red 32 ◦ green 13 ◦ blue 30

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

Shades of Mardi Gras #200D1E

Tints of Mardi Gras #200D1E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 17.33%

 BLUE value IS 30 (12.11% from 255) = 40%

R = 42.67%
G = 17.33%
B = 40%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#200D1E (or 0x200D1E) is known color: Mardi Gras. HEX triplet: 20, 0D and 1E. RGB value is (32,13,30). Sum of RGB (Red+Green+Blue) = 32+13+30=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 32 - color contains mainly: red. Hex color #200D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200D1E is #DFF2E1. Grayscale: #141414. Windows color (decimal): -14676706 or 1969440. OLE color: 1969440.

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

Color convert

RGB 32 13 30 -
CMYK 0 0.59 0.06 0.87
HSL 306.32º 0.42% 0.09% -
HSV(B) 306.32º 0.59% 0.13% -
XYZ 0.97 0.69 1.31 -
YUV 20.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 32 13 30 0 0.59 0.06 0.87 306.32 0.42 0.09
Hex 20 D 1E 0 3B 6 57 132 2A 9
Octal 40 15 36 0 73 6 127 462 52 11
Binary 100000 1101 11110 0 111011 110 1010111 100110010 101010 1001

Color Harmonies of #200D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200D1E

Black with #200D1E

Text Example


Text Example

White with #200D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,13,30); }

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

background-color css

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

 a { background-color: rgb(32,13,30); }

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

border-color css

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

 span { border-color: rgb(32,13,30); }

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