Html Css Color HEX #200B1E Mardi Gras

📋 copy color: '#200B1E'

red 32 ◦ green 11 ◦ blue 30

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

Shades of Mardi Gras #200B1E

Tints of Mardi Gras #200B1E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 15.07%

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

R = 43.84%
G = 15.07%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#200B1E (or 0x200B1E) is known color: Mardi Gras. HEX triplet: 20, 0B and 1E. RGB value is (32,11,30). Sum of RGB (Red+Green+Blue) = 32+11+30=73 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.84% from 73); Green value is 11 (4.69% from 255 or 15.07% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 32 - color contains mainly: red. Hex color #200B1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200B1E is #DFF4E1. Grayscale: #131313. Windows color (decimal): -14677218 or 1968928. OLE color: 1968928.

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

Color convert

RGB 32 11 30 -
CMYK 0 0.66 0.06 0.87
HSL 305.71º 0.49% 0.08% -
HSV(B) 305.71º 0.66% 0.13% -
XYZ 0.95 0.64 1.3 -
YUV 19.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 32 11 30 0 0.66 0.06 0.87 305.71 0.49 0.08
Hex 20 B 1E 0 42 6 57 132 31 8
Octal 40 13 36 0 102 6 127 462 61 10
Binary 100000 1011 11110 0 1000010 110 1010111 100110010 110001 1000

Color Harmonies of #200B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200B1E

Black with #200B1E

Text Example


Text Example

White with #200B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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