#400B3A

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

Shades of Mardi Gras #400B3A

Tints of Mardi Gras #400B3A

Color information

#400B3A (or 0x400B3A) is unknown color: approx Mardi Gras. HEX triplet: 40, 0B and 3A. RGB value is (64,11,58). Sum of RGB (Red+Green+Blue) = 64+11+58=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 11 (4.69% from 255 or 8.27% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #400B3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400B3A is #BFF4C5. Grayscale: #202020. Windows color (decimal): -12580038 or 3803968. OLE color: 3803968.

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

Color convert

RGB641158-
CMYK00.830.090.75
HSL306.79º70.67%14.71%-
HSV(B)306.79º82.81%25.1%-
XYZ31.634.16-
YUV32.2142.56150.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.12%
GREEN value IS 11 (4.69% from 255) = 8.27%
BLUE value IS 58 (23.05% from 255) = 43.61%
R=48.12%
G=8.27%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64115800.830.090.75306.7970.6714.71
Hex40B3A05394B13347f
Octal100137201231111346310717
Binary10000001011111010010100111001100101110011001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,11,58); }

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

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

 a { background-color: rgb(64,11,58); }

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

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

 span { border-color: rgb(64,11,58); }

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