#3B023A

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

Shades of Mardi Gras #3B023A

Tints of Mardi Gras #3B023A

Color information

#3B023A (or 0x3B023A) is unknown color: approx Mardi Gras. HEX triplet: 3B, 02 and 3A. RGB value is (59,2,58). Sum of RGB (Red+Green+Blue) = 59+2+58=119 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.58% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 59 - color contains mainly: red. Hex color #3B023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B023A is #C4FDC5. Grayscale: #191919. Windows color (decimal): -12910022 or 3801659. OLE color: 3801659.

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

Color convert

RGB59258-
CMYK00.970.020.77
HSL301.05º93.44%11.96%-
HSV(B)301.05º96.61%23.14%-
XYZ2.591.284.11-
YUV25.43146.38151.95-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 49.58%
GREEN value IS 2 (1.17% from 255) = 1.68%
BLUE value IS 58 (23.05% from 255) = 48.74%
R=49.58%
G=1.68%
B=48.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5925800.970.020.77301.0593.4411.96
Hex3B23A06124D12d5dc
Octal732720141211545513514
Binary111011101110100110000110100110110010110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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