#42003A

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

Shades of Mardi Gras #42003A

Tints of Mardi Gras #42003A

Color information

#42003A (or 0x42003A) is unknown color: approx Mardi Gras. HEX triplet: 42, 00 and 3A. RGB value is (66,0,58). Sum of RGB (Red+Green+Blue) = 66+0+58=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #42003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42003A is #BDFFC5. Grayscale: #1A1A1A. Windows color (decimal): -12451782 or 3801154. OLE color: 3801154.

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

Color convert

RGB66058-
CMYK010.120.74
HSL307.27º100%12.94%-
HSV(B)307.27º100%25.88%-
XYZ3.011.464.13-
YUV26.35145.87156.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 46.77%
R=53.23%
G=0%
B=46.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66058010.120.74307.2710012.94
Hex4203A064C4A13364d
Octal10207201441411246314415
Binary10000100111010011001001100100101010011001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,0,58); }

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

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

 a { background-color: rgb(66,0,58); }

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

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

 span { border-color: rgb(66,0,58); }

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