#430F3F

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

Shades of Mardi Gras #430F3F

Tints of Mardi Gras #430F3F

Color information

#430F3F (or 0x430F3F) is unknown color: approx Mardi Gras. HEX triplet: 43, 0F and 3F. RGB value is (67,15,63). Sum of RGB (Red+Green+Blue) = 67+15+63=145 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.21% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 67 - color contains mainly: red. Hex color #430F3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430F3F is #BCF0C0. Grayscale: #232323. Windows color (decimal): -12382401 or 4132675. OLE color: 4132675.

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

Color convert

RGB671563-
CMYK00.780.060.74
HSL304.62º63.41%16.08%-
HSV(B)304.62º77.61%26.27%-
XYZ3.381.894.89-
YUV36.02143.23150.1-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.21%
GREEN value IS 15 (6.25% from 255) = 10.34%
BLUE value IS 63 (25% from 255) = 43.45%
R=46.21%
G=10.34%
B=43.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67156300.780.060.74304.6263.4116.08
Hex43F3F04E64A1313f10
Octal1031777011661124617720
Binary1000011111111111101001110110100101010011000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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