#430E3F

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

Shades of Mardi Gras #430E3F

Tints of Mardi Gras #430E3F

Color information

#430E3F (or 0x430E3F) is unknown color: approx Mardi Gras. HEX triplet: 43, 0E and 3F. RGB value is (67,14,63). Sum of RGB (Red+Green+Blue) = 67+14+63=144 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.53% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 67 - color contains mainly: red. Hex color #430E3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430E3F is #BCF1C0. Grayscale: #232323. Windows color (decimal): -12382657 or 4132419. OLE color: 4132419.

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

Color convert

RGB671463-
CMYK00.790.060.74
HSL304.53º65.43%15.88%-
HSV(B)304.53º79.1%26.27%-
XYZ3.371.874.89-
YUV35.43143.56150.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.53%
GREEN value IS 14 (5.86% from 255) = 9.72%
BLUE value IS 63 (25% from 255) = 43.75%
R=46.53%
G=9.72%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67146300.790.060.74304.5365.4315.88
Hex43E3F04F64A1314110
Octal10316770117611246110120
Binary10000111110111111010011111101001010100110001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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