#430E3B

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

Shades of Mardi Gras #430E3B

Tints of Mardi Gras #430E3B

Color information

#430E3B (or 0x430E3B) is unknown color: approx Mardi Gras. HEX triplet: 43, 0E and 3B. RGB value is (67,14,59). Sum of RGB (Red+Green+Blue) = 67+14+59=140 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.86% from 140); Green value is 14 (5.86% from 255 or 10% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 67 - color contains mainly: red. Hex color #430E3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430E3B is #BCF1C4. Grayscale: #222222. Windows color (decimal): -12382661 or 3870275. OLE color: 3870275.

HSL color Cylindrical-coordinate representation of color #430E3B: hue angle of 309.06º 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 #430E3B is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB671459-
CMYK00.790.120.74
HSL309.06º65.43%15.88%-
HSV(B)309.06º79.1%26.27%-
XYZ3.261.824.32-
YUV34.98141.56150.84-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.86%
GREEN value IS 14 (5.86% from 255) = 10%
BLUE value IS 59 (23.44% from 255) = 42.14%
R=47.86%
G=10%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67145900.790.120.74309.0665.4315.88
Hex43E3B04FC4A1354110
Octal103167301171411246510120
Binary100001111101110110100111111001001010100110101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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