#430B42

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

Shades of Mardi Gras #430B42

Tints of Mardi Gras #430B42

Color information

#430B42 (or 0x430B42) is unknown color: approx Mardi Gras. HEX triplet: 43, 0B and 42. RGB value is (67,11,66). Sum of RGB (Red+Green+Blue) = 67+11+66=144 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.53% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 66 (26.17% from 255 or 45.83% from 144); Max value from RGB is 67 - color contains mainly: red. Hex color #430B42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B42 is #BCF4BD. Grayscale: #212121. Windows color (decimal): -12383422 or 4328259. OLE color: 4328259.

HSL color Cylindrical-coordinate representation of color #430B42: hue angle of 301.07º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #430B42 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.74.

Color convert

RGB671166-
CMYK00.840.010.74
HSL301.07º71.79%15.29%-
HSV(B)301.07º83.58%26.27%-
XYZ3.421.835.33-
YUV34.01146.05151.53-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.53%
GREEN value IS 11 (4.69% from 255) = 7.64%
BLUE value IS 66 (26.17% from 255) = 45.83%
R=46.53%
G=7.64%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.01
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67116600.840.010.74301.0771.7915.29
Hex43B4205414A12d48f
Octal103131020124111245511017
Binary100001110111000010010101001100101010010110110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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