#410F3B

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

Shades of Mardi Gras #410F3B

Tints of Mardi Gras #410F3B

Color information

#410F3B (or 0x410F3B) is unknown color: approx Mardi Gras. HEX triplet: 41, 0F and 3B. RGB value is (65,15,59). Sum of RGB (Red+Green+Blue) = 65+15+59=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #410F3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410F3B is #BEF0C4. Grayscale: #222222. Windows color (decimal): -12513477 or 3870529. OLE color: 3870529.

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

Color convert

RGB651559-
CMYK00.770.090.75
HSL307.2º62.5%15.69%-
HSV(B)307.2º76.92%25.49%-
XYZ3.141.784.32-
YUV34.97141.56149.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.76%
GREEN value IS 15 (6.25% from 255) = 10.79%
BLUE value IS 59 (23.44% from 255) = 42.45%
R=46.76%
G=10.79%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65155900.770.090.75307.262.515.69
Hex41F3B04D94B1333e10
Octal10117730115111134637620
Binary10000011111111011010011011001100101110011001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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