#42033A

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

Shades of Mardi Gras #42033A

Tints of Mardi Gras #42033A

Color information

#42033A (or 0x42033A) is unknown color: approx Mardi Gras. HEX triplet: 42, 03 and 3A. RGB value is (66,3,58). Sum of RGB (Red+Green+Blue) = 66+3+58=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #42033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42033A is #BDFCC5. Grayscale: #1B1B1B. Windows color (decimal): -12451014 or 3801922. OLE color: 3801922.

HSL color Cylindrical-coordinate representation of color #42033A: hue angle of 307.62º 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 #42033A is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB66358-
CMYK00.950.120.74
HSL307.62º91.3%13.53%-
HSV(B)307.62º95.45%25.88%-
XYZ3.041.534.14-
YUV28.11144.87155.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.97%
GREEN value IS 3 (1.56% from 255) = 2.36%
BLUE value IS 58 (23.05% from 255) = 45.67%
R=51.97%
G=2.36%
B=45.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6635800.950.120.74307.6291.313.53
Hex4233A05FC4A1345be
Octal10237201371411246413316
Binary100001011111010010111111100100101010011010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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