#430D3F

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

Shades of Mardi Gras #430D3F

Tints of Mardi Gras #430D3F

Color information

#430D3F (or 0x430D3F) is unknown color: approx Mardi Gras. HEX triplet: 43, 0D and 3F. RGB value is (67,13,63). Sum of RGB (Red+Green+Blue) = 67+13+63=143 (18% of max value = 765). Red value is 67 (26.56% from 255 or 46.85% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 67 - color contains mainly: red. Hex color #430D3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430D3F is #BCF2C0. Grayscale: #222222. Windows color (decimal): -12382913 or 4132163. OLE color: 4132163.

HSL color Cylindrical-coordinate representation of color #430D3F: hue angle of 304.44º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #430D3F is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB671363-
CMYK00.810.060.74
HSL304.44º67.5%15.69%-
HSV(B)304.44º80.6%26.27%-
XYZ3.361.844.88-
YUV34.85143.89150.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.85%
GREEN value IS 13 (5.47% from 255) = 9.09%
BLUE value IS 63 (25% from 255) = 44.06%
R=46.85%
G=9.09%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67136300.810.060.74304.4467.515.69
Hex43D3F05164A1304410
Octal10315770121611246010420
Binary10000111101111111010100011101001010100110000100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,13,63); }

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

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

 a { background-color: rgb(67,13,63); }

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

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

 span { border-color: rgb(67,13,63); }

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