Html Css Color HEX #200E21 Mardi Gras

📋 copy color: '#200E21'

red 32 ◦ green 14 ◦ blue 33

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

Shades of Mardi Gras #200E21

Tints of Mardi Gras #200E21

RGB

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

 GREEN value IS 14 (5.86% from 255) = 17.72%

 BLUE value IS 33 (13.28% from 255) = 41.77%

R = 40.51%
G = 17.72%
B = 41.77%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#200E21 (or 0x200E21) is known color: Mardi Gras. HEX triplet: 20, 0E and 21. RGB value is (32,14,33). Sum of RGB (Red+Green+Blue) = 32+14+33=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 14 (5.86% from 255 or 17.72% from 79); Blue value is 33 (13.28% from 255 or 41.77% from 79); Max value from RGB is 33 - color contains mainly: blue. Hex color #200E21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200E21 is #DFF1DE. Grayscale: #151515. Windows color (decimal): -14676447 or 2166304. OLE color: 2166304.

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

Color convert

RGB 32 14 33 -
CMYK 0.03 0.58 0 0.87
HSL 296.84º 0.4% 0.09% -
HSV(B) 296.84º 0.58% 0.13% -
XYZ 1.03 0.73 1.53 -
YUV 21.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 32 14 33 0.03 0.58 0 0.87 296.84 0.4 0.09
Hex 20 E 21 3 3A 0 57 129 28 9
Octal 40 16 41 3 72 0 127 451 50 11
Binary 100000 1110 100001 11 111010 0 1010111 100101001 101000 1001

Color Harmonies of #200E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200E21

Black with #200E21

Text Example


Text Example

White with #200E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,14,33); }

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

background-color css

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

 a { background-color: rgb(32,14,33); }

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

border-color css

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

 span { border-color: rgb(32,14,33); }

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