#430349

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

Shades of Mardi Gras #430349

Tints of Mardi Gras #430349

Color information

#430349 (or 0x430349) is unknown color: approx Mardi Gras. HEX triplet: 43, 03 and 49. RGB value is (67,3,73). Sum of RGB (Red+Green+Blue) = 67+3+73=143 (18% of max value = 765). Red value is 67 (26.56% from 255 or 46.85% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #430349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430349 is #BCFCB6. Grayscale: #1D1D1D. Windows color (decimal): -12385463 or 4784963. OLE color: 4784963.

HSL color Cylindrical-coordinate representation of color #430349: hue angle of 294.86º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430349 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB67373-
CMYK0.080.9600.71
HSL294.86º92.11%14.9%-
HSV(B)294.86º95.89%28.63%-
XYZ3.551.746.45-
YUV30.12152.2154.31-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.85%
GREEN value IS 3 (1.56% from 255) = 2.10%
BLUE value IS 73 (28.91% from 255) = 51.05%
R=46.85%
G=2.10%
B=51.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal673730.080.9600.71294.8692.1114.9
Hex433498600471275cf
Octal103311110140010744713417
Binary1000011111001001100011000000100011110010011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430349; }

 p { color: rgb(67,3,73); }

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

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

 a { background-color: rgb(67,3,73); }

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

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

 span { border-color: rgb(67,3,73); }

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