#431B3C

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

Shades of Mardi Gras #431B3C

Tints of Mardi Gras #431B3C

Color information

#431B3C (or 0x431B3C) is unknown color: approx Mardi Gras. HEX triplet: 43, 1B and 3C. RGB value is (67,27,60). Sum of RGB (Red+Green+Blue) = 67+27+60=154 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.51% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 67 - color contains mainly: red. Hex color #431B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431B3C is #BCE4C3. Grayscale: #2A2A2A. Windows color (decimal): -12379332 or 3939139. OLE color: 3939139.

HSL color Cylindrical-coordinate representation of color #431B3C: hue angle of 310.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #431B3C is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.74.

Color convert

RGB672760-
CMYK00.600.100.74
HSL310.5º42.55%18.43%-
HSV(B)310.5º59.7%26.27%-
XYZ3.522.34.53-
YUV42.72137.75145.32-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.51%
GREEN value IS 27 (10.94% from 255) = 17.53%
BLUE value IS 60 (23.83% from 255) = 38.96%
R=43.51%
G=17.53%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67276000.600.100.74310.542.5518.43
Hex431B3C03CA4A1362b12
Octal1033374074121124665322
Binary10000111101111110001111001010100101010011011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431B3C; }

 p { color: rgb(67,27,60); }

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

<style>
 a { background-color: #431B3C; }

 a { background-color: rgb(67,27,60); }

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

<style>
 span { border-color: #431B3C; }

 span { border-color: rgb(67,27,60); }

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