#42033E

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

Shades of Mardi Gras #42033E

Tints of Mardi Gras #42033E

Color information

#42033E (or 0x42033E) is unknown color: approx Mardi Gras. HEX triplet: 42, 03 and 3E. RGB value is (66,3,62). Sum of RGB (Red+Green+Blue) = 66+3+62=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 62 (24.61% from 255 or 47.33% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #42033E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42033E is #BDFCC1. Grayscale: #1C1C1C. Windows color (decimal): -12451010 or 4064066. OLE color: 4064066.

HSL color Cylindrical-coordinate representation of color #42033E: hue angle of 303.81º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42033E is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB66362-
CMYK00.950.060.74
HSL303.81º91.3%13.53%-
HSV(B)303.81º95.45%25.88%-
XYZ3.151.574.69-
YUV28.56146.87154.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.38%
GREEN value IS 3 (1.56% from 255) = 2.29%
BLUE value IS 62 (24.61% from 255) = 47.33%
R=50.38%
G=2.29%
B=47.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6636200.950.060.74303.8191.313.53
Hex4233E05F64A1305be
Octal1023760137611246013316
Binary10000101111111001011111110100101010011000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42033E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42033E; }

 p { color: rgb(66,3,62); }

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

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

 a { background-color: rgb(66,3,62); }

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

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

 span { border-color: rgb(66,3,62); }

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