#3B033A

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

Shades of Mardi Gras #3B033A

Tints of Mardi Gras #3B033A

Color information

#3B033A (or 0x3B033A) is unknown color: approx Mardi Gras. HEX triplet: 3B, 03 and 3A. RGB value is (59,3,58). Sum of RGB (Red+Green+Blue) = 59+3+58=120 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.17% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 59 - color contains mainly: red. Hex color #3B033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B033A is #C4FCC5. Grayscale: #191919. Windows color (decimal): -12909766 or 3801915. OLE color: 3801915.

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

Color convert

RGB59358-
CMYK00.950.020.77
HSL301.07º90.32%12.16%-
HSV(B)301.07º94.92%23.14%-
XYZ2.61.34.12-
YUV26.01146.05151.53-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 49.17%
GREEN value IS 3 (1.56% from 255) = 2.5%
BLUE value IS 58 (23.05% from 255) = 48.33%
R=49.17%
G=2.5%
B=48.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.02
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5935800.950.020.77301.0790.3212.16
Hex3B33A05F24D12d5ac
Octal733720137211545513214
Binary111011111110100101111110100110110010110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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