#200322

Color #200322 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #200322

Tints of Mardi Gras #200322

Color information

#200322 (or 0x200322) is unknown color: approx Mardi Gras. HEX triplet: 20, 03 and 22. RGB value is (32,3,34). Sum of RGB (Red+Green+Blue) = 32+3+34=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 34 (13.67% from 255 or 49.28% from 69); Max value from RGB is 34 - color contains mainly: blue. Hex color #200322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200322 is #DFFCDD. Grayscale: #0F0F0F. Windows color (decimal): -14679262 or 2229024. OLE color: 2229024.

HSL color Cylindrical-coordinate representation of color #200322: hue angle of 296.13º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200322 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB32334-
CMYK0.060.9100.87
HSL296.13º83.78%7.25%-
HSV(B)296.13º91.18%13.33%-
XYZ0.920.491.56-
YUV15.2138.61139.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 46.38%
GREEN value IS 3 (1.56% from 255) = 4.35%
BLUE value IS 34 (13.67% from 255) = 49.28%
R=46.38%
G=4.35%
B=49.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal323340.060.9100.87296.1383.787.25
Hex2032265B057128547
Octal40342613301274501247
Binary100000111000101101011011010101111001010001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200322; }

 p { color: rgb(32,3,34); }

 H1.HeaderClassName
 {
   color: #200322;
 }
 .AnyTagClassName
 {
   color: #200322;
 }
</style>
background-color css

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

 a { background-color: rgb(32,3,34); }

 div.DivClassName
 {
   background-color: #200322;
 }
 .BgClassName
 {
   background-color: #200322;
 }
</style>
border-color css

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

 span { border-color: rgb(32,3,34); }

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