#3B033C

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

Shades of Mardi Gras #3B033C

Tints of Mardi Gras #3B033C

Color information

#3B033C (or 0x3B033C) is unknown color: approx Mardi Gras. HEX triplet: 3B, 03 and 3C. RGB value is (59,3,60). Sum of RGB (Red+Green+Blue) = 59+3+60=122 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.36% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 60 (23.83% from 255 or 49.18% from 122); Max value from RGB is 60 - color contains mainly: blue. Hex color #3B033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B033C is #C4FCC3. Grayscale: #1A1A1A. Windows color (decimal): -12909764 or 3932987. OLE color: 3932987.

HSL color Cylindrical-coordinate representation of color #3B033C: hue angle of 298.95º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B033C is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB59360-
CMYK0.020.9500.76
HSL298.95º90.48%12.35%-
HSV(B)298.95º95%23.53%-
XYZ2.651.324.39-
YUV26.24147.05151.37-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 48.36%
GREEN value IS 3 (1.56% from 255) = 2.46%
BLUE value IS 60 (23.83% from 255) = 49.18%
R=48.36%
G=2.46%
B=49.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal593600.020.9500.76298.9590.4812.35
Hex3B33C25F04C12b5ac
Octal733742137011445313214
Binary111011111111001010111110100110010010101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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