#400B3D

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

Shades of Mardi Gras #400B3D

Tints of Mardi Gras #400B3D

Color information

#400B3D (or 0x400B3D) is unknown color: approx Mardi Gras. HEX triplet: 40, 0B and 3D. RGB value is (64,11,61). Sum of RGB (Red+Green+Blue) = 64+11+61=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #400B3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400B3D is #BFF4C2. Grayscale: #202020. Windows color (decimal): -12580035 or 4000576. OLE color: 4000576.

HSL color Cylindrical-coordinate representation of color #400B3D: hue angle of 303.4º 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 #400B3D is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB641161-
CMYK00.830.050.75
HSL303.4º70.67%14.71%-
HSV(B)303.4º82.81%25.1%-
XYZ3.081.674.57-
YUV32.55144.06150.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.06%
GREEN value IS 11 (4.69% from 255) = 8.09%
BLUE value IS 61 (24.22% from 255) = 44.85%
R=47.06%
G=8.09%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64116100.830.050.75303.470.6714.71
Hex40B3D05354B12f47f
Octal10013750123511345710717
Binary1000000101111110101010011101100101110010111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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