#20001A

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

Shades of Mardi Gras #20001A

Tints of Mardi Gras #20001A

Color information

#20001A (or 0x20001A) is unknown color: approx Mardi Gras. HEX triplet: 20, 00 and 1A. RGB value is (32,0,26). Sum of RGB (Red+Green+Blue) = 32+0+26=58 (7% of max value = 765). Red value is 32 (12.89% from 255 or 55.17% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 26 (10.55% from 255 or 44.83% from 58); Max value from RGB is 32 - color contains mainly: red. Hex color #20001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20001A is #DFFFE5. Grayscale: #0C0C0C. Windows color (decimal): -14680038 or 1703968. OLE color: 1703968.

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

Color convert

RGB32026-
CMYK010.190.87
HSL311.25º100%6.27%-
HSV(B)311.25º100%12.55%-
XYZ0.780.381.01-
YUV12.53135.6141.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 55.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 44.83%
R=55.17%
G=0%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32026010.190.87311.251006.27
Hex2001A0641357137646
Octal400320144231274671446
Binary100000011010011001001001110101111001101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20001A; }

 p { color: rgb(32,0,26); }

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

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

 a { background-color: rgb(32,0,26); }

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

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

 span { border-color: rgb(32,0,26); }

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