#420344

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

Shades of Mardi Gras #420344

Tints of Mardi Gras #420344

Color information

#420344 (or 0x420344) is unknown color: approx Mardi Gras. HEX triplet: 42, 03 and 44. RGB value is (66,3,68). Sum of RGB (Red+Green+Blue) = 66+3+68=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #420344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420344 is #BDFCBB. Grayscale: #1D1D1D. Windows color (decimal): -12451004 or 4457282. OLE color: 4457282.

HSL color Cylindrical-coordinate representation of color #420344: hue angle of 298.15º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420344 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB66368-
CMYK0.030.9600.73
HSL298.15º91.55%13.92%-
HSV(B)298.15º95.59%26.67%-
XYZ3.321.645.61-
YUV29.25149.87154.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.18%
GREEN value IS 3 (1.56% from 255) = 2.19%
BLUE value IS 68 (26.95% from 255) = 49.64%
R=48.18%
G=2.19%
B=49.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal663680.030.9600.73298.1591.5513.92
Hex4234436004912a5ce
Octal10231043140011145213416
Binary10000101110001001111000000100100110010101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420344; }

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

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

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

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

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

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

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

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