#3B033F

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

Shades of Mardi Gras #3B033F

Tints of Mardi Gras #3B033F

Color information

#3B033F (or 0x3B033F) is unknown color: approx Mardi Gras. HEX triplet: 3B, 03 and 3F. RGB value is (59,3,63). Sum of RGB (Red+Green+Blue) = 59+3+63=125 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.2% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 63 (25% from 255 or 50.4% from 125); Max value from RGB is 63 - color contains mainly: blue. Hex color #3B033F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B033F is #C4FCC0. Grayscale: #1A1A1A. Windows color (decimal): -12909761 or 4129595. OLE color: 4129595.

HSL color Cylindrical-coordinate representation of color #3B033F: hue angle of 296º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B033F is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB59363-
CMYK0.060.9500.75
HSL296º90.91%12.94%-
HSV(B)296º95.24%24.71%-
XYZ2.731.354.82-
YUV26.58148.55151.12-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 47.2%
GREEN value IS 3 (1.56% from 255) = 2.4%
BLUE value IS 63 (25% from 255) = 50.4%
R=47.2%
G=2.4%
B=50.4%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal593630.060.9500.7529690.9112.94
Hex3B33F65F04B1285bd
Octal733776137011345013315
Binary1110111111111111010111110100101110010100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B033F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,3,63); }

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

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

 a { background-color: rgb(59,3,63); }

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

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

 span { border-color: rgb(59,3,63); }

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