#3B003A

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

Shades of Mardi Gras #3B003A

Tints of Mardi Gras #3B003A

Color information

#3B003A (or 0x3B003A) is unknown color: approx Mardi Gras. HEX triplet: 3B, 00 and 3A. RGB value is (59,0,58). Sum of RGB (Red+Green+Blue) = 59+0+58=117 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.43% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 59 - color contains mainly: red. Hex color #3B003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B003A is #C4FFC5. Grayscale: #181818. Windows color (decimal): -12910534 or 3801147. OLE color: 3801147.

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

Color convert

RGB59058-
CMYK010.020.77
HSL301.02º100%11.57%-
HSV(B)301.02º100%23.14%-
XYZ2.571.244.11-
YUV24.25147.05152.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 50.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 49.57%
R=50.43%
G=0%
B=49.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59058010.020.77301.0210011.57
Hex3B03A06424D12d64c
Octal730720144211545514414
Binary11101101110100110010010100110110010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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