#42013F

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

Shades of Mardi Gras #42013F

Tints of Mardi Gras #42013F

Color information

#42013F (or 0x42013F) is unknown color: approx Mardi Gras. HEX triplet: 42, 01 and 3F. RGB value is (66,1,63). Sum of RGB (Red+Green+Blue) = 66+1+63=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #42013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42013F is #BDFEC0. Grayscale: #1B1B1B. Windows color (decimal): -12451521 or 4129090. OLE color: 4129090.

HSL color Cylindrical-coordinate representation of color #42013F: hue angle of 302.77º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42013F is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB66163-
CMYK00.980.050.74
HSL302.77º97.01%13.14%-
HSV(B)302.77º98.48%25.88%-
XYZ3.151.544.83-
YUV27.5148.03155.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.77%
GREEN value IS 1 (0.78% from 255) = 0.77%
BLUE value IS 63 (25% from 255) = 48.46%
R=50.77%
G=0.77%
B=48.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.05
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6616300.980.050.74302.7797.0113.14
Hex4213F06254A12f61d
Octal1021770142511245714115
Binary1000010111111101100010101100101010010111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42013F; }

 p { color: rgb(66,1,63); }

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

<style>
 a { background-color: #42013F; }

 a { background-color: rgb(66,1,63); }

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

<style>
 span { border-color: #42013F; }

 span { border-color: rgb(66,1,63); }

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