#400F3B

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

Shades of Mardi Gras #400F3B

Tints of Mardi Gras #400F3B

Color information

#400F3B (or 0x400F3B) is unknown color: approx Mardi Gras. HEX triplet: 40, 0F and 3B. RGB value is (64,15,59). Sum of RGB (Red+Green+Blue) = 64+15+59=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #400F3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F3B is #BFF0C4. Grayscale: #222222. Windows color (decimal): -12579013 or 3870528. OLE color: 3870528.

HSL color Cylindrical-coordinate representation of color #400F3B: hue angle of 306.12º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #400F3B is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB641559-
CMYK00.770.080.75
HSL306.12º62.03%15.49%-
HSV(B)306.12º76.56%25.1%-
XYZ3.071.754.31-
YUV34.67141.73148.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 15 (6.25% from 255) = 10.87%
BLUE value IS 59 (23.44% from 255) = 42.75%
R=46.38%
G=10.87%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64155900.770.080.75306.1262.0315.49
Hex40F3B04D84B1323ef
Octal10017730115101134627617
Binary1000000111111101101001101100010010111001100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400F3B; }

 p { color: rgb(64,15,59); }

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

<style>
 a { background-color: #400F3B; }

 a { background-color: rgb(64,15,59); }

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

<style>
 span { border-color: #400F3B; }

 span { border-color: rgb(64,15,59); }

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