#3E0B38

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

Shades of Mardi Gras #3E0B38

Tints of Mardi Gras #3E0B38

Color information

#3E0B38 (or 0x3E0B38) is unknown color: approx Mardi Gras. HEX triplet: 3E, 0B and 38. RGB value is (62,11,56). Sum of RGB (Red+Green+Blue) = 62+11+56=129 (17% of max value = 765). Red value is 62 (24.61% from 255 or 48.06% from 129); Green value is 11 (4.69% from 255 or 8.53% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0B38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0B38 is #C1F4C7. Grayscale: #1F1F1F. Windows color (decimal): -12711112 or 3672894. OLE color: 3672894.

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

Color convert

RGB621156-
CMYK00.820.100.76
HSL307.06º69.86%14.31%-
HSV(B)307.06º82.26%24.31%-
XYZ2.821.553.89-
YUV31.38141.9149.84-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 48.06%
GREEN value IS 11 (4.69% from 255) = 8.53%
BLUE value IS 56 (22.27% from 255) = 43.41%
R=48.06%
G=8.53%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62115600.820.100.76307.0669.8614.31
Hex3EB38052A4C13346e
Octal76137001221211446310616
Binary1111101011111000010100101010100110010011001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,11,56); }

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

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

 a { background-color: rgb(62,11,56); }

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

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

 span { border-color: rgb(62,11,56); }

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