#3B033D

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

Shades of Mardi Gras #3B033D

Tints of Mardi Gras #3B033D

Color information

#3B033D (or 0x3B033D) is unknown color: approx Mardi Gras. HEX triplet: 3B, 03 and 3D. RGB value is (59,3,61). Sum of RGB (Red+Green+Blue) = 59+3+61=123 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.97% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B033D is #C4FCC2. Grayscale: #1A1A1A. Windows color (decimal): -12909763 or 3998523. OLE color: 3998523.

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

Color convert

RGB59361-
CMYK0.030.9500.76
HSL297.93º90.62%12.55%-
HSV(B)297.93º95.08%23.92%-
XYZ2.681.334.53-
YUV26.36147.55151.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 47.97%
GREEN value IS 3 (1.56% from 255) = 2.44%
BLUE value IS 61 (24.22% from 255) = 49.59%
R=47.97%
G=2.44%
B=49.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal593610.030.9500.76297.9390.6212.55
Hex3B33D35F04C12a5bd
Octal733753137011445213315
Binary111011111111011110111110100110010010101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B033D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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