#430B4A

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

Shades of Mardi Gras #430B4A

Tints of Mardi Gras #430B4A

Color information

#430B4A (or 0x430B4A) is unknown color: approx Mardi Gras. HEX triplet: 43, 0B and 4A. RGB value is (67,11,74). Sum of RGB (Red+Green+Blue) = 67+11+74=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 74 - color contains mainly: blue. Hex color #430B4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B4A is #BCF4B5. Grayscale: #222222. Windows color (decimal): -12383414 or 4852547. OLE color: 4852547.

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

Color convert

RGB671174-
CMYK0.090.8500.71
HSL293.33º74.12%16.67%-
HSV(B)293.33º85.14%29.02%-
XYZ3.671.936.66-
YUV34.93150.05150.88-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.08%
GREEN value IS 11 (4.69% from 255) = 7.24%
BLUE value IS 74 (29.30% from 255) = 48.68%
R=44.08%
G=7.24%
B=48.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6711740.090.8500.71293.3374.1216.67
Hex43B4A9550471254a11
Octal1031311211125010744511221
Binary1000011101110010101001101010101000111100100101100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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