#32012A

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

Shades of Mardi Gras #32012A

Tints of Mardi Gras #32012A

Color information

#32012A (or 0x32012A) is unknown color: approx Mardi Gras. HEX triplet: 32, 01 and 2A. RGB value is (50,1,42). Sum of RGB (Red+Green+Blue) = 50+1+42=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 42 (16.80% from 255 or 45.16% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #32012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32012A is #CDFED5. Grayscale: #141414. Windows color (decimal): -13500118 or 2752818. OLE color: 2752818.

HSL color Cylindrical-coordinate representation of color #32012A: hue angle of 309.8º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32012A is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.80.

Color convert

RGB50142-
CMYK00.980.160.80
HSL309.8º96.08%10%-
HSV(B)309.8º98%19.61%-
XYZ1.740.872.27-
YUV20.32140.23149.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 53.76%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 42 (16.80% from 255) = 45.16%
R=53.76%
G=1.08%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5014200.980.160.80309.896.0810
Hex3212A062105013660a
Octal6215201422012046614012
Binary11001011010100110001010000101000010011011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,1,42); }

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

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

 a { background-color: rgb(50,1,42); }

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

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

 span { border-color: rgb(50,1,42); }

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