#400C3B

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

Shades of Mardi Gras #400C3B

Tints of Mardi Gras #400C3B

Color information

#400C3B (or 0x400C3B) is unknown color: approx Mardi Gras. HEX triplet: 40, 0C and 3B. RGB value is (64,12,59). Sum of RGB (Red+Green+Blue) = 64+12+59=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #400C3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C3B is #BFF3C4. Grayscale: #202020. Windows color (decimal): -12579781 or 3869760. OLE color: 3869760.

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

Color convert

RGB641259-
CMYK00.810.080.75
HSL305.77º68.42%14.9%-
HSV(B)305.77º81.25%25.1%-
XYZ3.041.674.3-
YUV32.91142.73150.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 12 (5.08% from 255) = 8.89%
BLUE value IS 59 (23.44% from 255) = 43.70%
R=47.41%
G=8.89%
B=43.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64125900.810.080.75305.7768.4214.9
Hex40C3B05184B13244f
Octal100147301211011346210417
Binary10000001100111011010100011000100101110011001010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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