#431A3C

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

Shades of Mardi Gras #431A3C

Tints of Mardi Gras #431A3C

Color information

#431A3C (or 0x431A3C) is unknown color: approx Mardi Gras. HEX triplet: 43, 1A and 3C. RGB value is (67,26,60). Sum of RGB (Red+Green+Blue) = 67+26+60=153 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.79% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 67 - color contains mainly: red. Hex color #431A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A3C is #BCE5C3. Grayscale: #2A2A2A. Windows color (decimal): -12379588 or 3938883. OLE color: 3938883.

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

Color convert

RGB672660-
CMYK00.610.100.74
HSL310.24º44.09%18.24%-
HSV(B)310.24º61.19%26.27%-
XYZ3.52.264.53-
YUV42.13138.08145.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.79%
GREEN value IS 26 (10.55% from 255) = 16.99%
BLUE value IS 60 (23.83% from 255) = 39.22%
R=43.79%
G=16.99%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67266000.610.100.74310.2444.0918.24
Hex431A3C03DA4A1362c12
Octal1033274075121124665422
Binary10000111101011110001111011010100101010011011010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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