#3B0E35

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

Shades of Mardi Gras #3B0E35

Tints of Mardi Gras #3B0E35

Color information

#3B0E35 (or 0x3B0E35) is unknown color: approx Mardi Gras. HEX triplet: 3B, 0E and 35. RGB value is (59,14,53). Sum of RGB (Red+Green+Blue) = 59+14+53=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0E35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0E35 is #C4F1CA. Grayscale: #1F1F1F. Windows color (decimal): -12906955 or 3477051. OLE color: 3477051.

HSL color Cylindrical-coordinate representation of color #3B0E35: hue angle of 308º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B0E35 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.77.

Color convert

RGB591453-
CMYK00.760.100.77
HSL308º61.64%14.31%-
HSV(B)308º76.27%23.14%-
XYZ2.61.53.52-
YUV31.9139.91147.33-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 46.83%
GREEN value IS 14 (5.86% from 255) = 11.11%
BLUE value IS 53 (21.09% from 255) = 42.06%
R=46.83%
G=11.11%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59145300.760.100.7730861.6414.31
Hex3BE3504CA4D1343ee
Octal7316650114121154647616
Binary111011111011010101001100101010011011001101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B0E35; }

 p { color: rgb(59,14,53); }

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

<style>
 a { background-color: #3B0E35; }

 a { background-color: rgb(59,14,53); }

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

<style>
 span { border-color: #3B0E35; }

 span { border-color: rgb(59,14,53); }

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