Html Css Color HEX #200E1E Mardi Gras

📋 copy color: '#200E1E'

red 32 ◦ green 14 ◦ blue 30

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

Shades of Mardi Gras #200E1E

Tints of Mardi Gras #200E1E

RGB

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

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

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

R = 42.11%
G = 18.42%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#200E1E (or 0x200E1E) is known color: Mardi Gras. HEX triplet: 20, 0E and 1E. RGB value is (32,14,30). Sum of RGB (Red+Green+Blue) = 32+14+30=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 14 (5.86% from 255 or 18.42% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 32 - color contains mainly: red. Hex color #200E1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200E1E is #DFF1E1. Grayscale: #151515. Windows color (decimal): -14676450 or 1969696. OLE color: 1969696.

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

Color convert

RGB 32 14 30 -
CMYK 0 0.56 0.06 0.87
HSL 306.67º 0.39% 0.09% -
HSV(B) 306.67º 0.56% 0.13% -
XYZ 0.99 0.71 1.31 -
YUV 21.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 32 14 30 0 0.56 0.06 0.87 306.67 0.39 0.09
Hex 20 E 1E 0 38 6 57 133 27 9
Octal 40 16 36 0 70 6 127 463 47 11
Binary 100000 1110 11110 0 111000 110 1010111 100110011 100111 1001

Color Harmonies of #200E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200E1E

Black with #200E1E

Text Example


Text Example

White with #200E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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