#421E3F

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

Shades of Mardi Gras #421E3F

Tints of Mardi Gras #421E3F

Color information

#421E3F (or 0x421E3F) is unknown color: approx Mardi Gras. HEX triplet: 42, 1E and 3F. RGB value is (66,30,63). Sum of RGB (Red+Green+Blue) = 66+30+63=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 66 - color contains mainly: red. Hex color #421E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E3F is #BDE1C0. Grayscale: #2C2C2C. Windows color (decimal): -12444097 or 4136514. OLE color: 4136514.

HSL color Cylindrical-coordinate representation of color #421E3F: hue angle of 305º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #421E3F is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB663063-
CMYK00.550.050.74
HSL305º37.5%18.82%-
HSV(B)305º54.55%25.88%-
XYZ3.612.454.98-
YUV44.53138.43143.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.51%
GREEN value IS 30 (12.11% from 255) = 18.87%
BLUE value IS 63 (25% from 255) = 39.62%
R=41.51%
G=18.87%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66306300.550.050.7430537.518.82
Hex421E3F03754A1312613
Octal102367706751124614623
Binary1000010111101111110110111101100101010011000110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421E3F; }

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

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

<style>
 a { background-color: #421E3F; }

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

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

<style>
 span { border-color: #421E3F; }

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

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