#430B49

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

Shades of Mardi Gras #430B49

Tints of Mardi Gras #430B49

Color information

#430B49 (or 0x430B49) is unknown color: approx Mardi Gras. HEX triplet: 43, 0B and 49. RGB value is (67,11,73). Sum of RGB (Red+Green+Blue) = 67+11+73=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #430B49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B49 is #BCF4B6. Grayscale: #222222. Windows color (decimal): -12383415 or 4787011. OLE color: 4787011.

HSL color Cylindrical-coordinate representation of color #430B49: hue angle of 294.19º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #430B49 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB671173-
CMYK0.080.8500.71
HSL294.19º73.81%16.47%-
HSV(B)294.19º84.93%28.63%-
XYZ3.641.916.48-
YUV34.81149.55150.96-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.37%
GREEN value IS 11 (4.69% from 255) = 7.28%
BLUE value IS 73 (28.91% from 255) = 48.34%
R=44.37%
G=7.28%
B=48.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6711730.080.8500.71294.1973.8116.47
Hex43B498550471264a10
Octal1031311110125010744611220
Binary1000011101110010011000101010101000111100100110100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430B49; }

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

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

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

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

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

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

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

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