#42033B

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

Shades of Mardi Gras #42033B

Tints of Mardi Gras #42033B

Color information

#42033B (or 0x42033B) is unknown color: approx Mardi Gras. HEX triplet: 42, 03 and 3B. RGB value is (66,3,59). Sum of RGB (Red+Green+Blue) = 66+3+59=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #42033B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42033B is #BDFCC4. Grayscale: #1C1C1C. Windows color (decimal): -12451013 or 3867458. OLE color: 3867458.

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

Color convert

RGB66359-
CMYK00.950.110.74
HSL306.67º91.3%13.53%-
HSV(B)306.67º95.45%25.88%-
XYZ3.071.544.27-
YUV28.22145.37154.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.56%
GREEN value IS 3 (1.56% from 255) = 2.34%
BLUE value IS 59 (23.44% from 255) = 46.09%
R=51.56%
G=2.34%
B=46.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6635900.950.110.74306.6791.313.53
Hex4233B05FB4A1335be
Octal10237301371311246313316
Binary100001011111011010111111011100101010011001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42033B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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