#3B0137

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

Shades of Mardi Gras #3B0137

Tints of Mardi Gras #3B0137

Color information

#3B0137 (or 0x3B0137) is unknown color: approx Mardi Gras. HEX triplet: 3B, 01 and 37. RGB value is (59,1,55). Sum of RGB (Red+Green+Blue) = 59+1+55=115 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.30% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 55 (21.88% from 255 or 47.83% from 115); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0137 is #C4FEC8. Grayscale: #181818. Windows color (decimal): -12910281 or 3604795. OLE color: 3604795.

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

Color convert

RGB59155-
CMYK00.980.070.77
HSL304.14º96.67%11.76%-
HSV(B)304.14º98.31%23.14%-
XYZ2.51.233.72-
YUV24.5145.22152.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 51.30%
GREEN value IS 1 (0.78% from 255) = 0.87%
BLUE value IS 55 (21.88% from 255) = 47.83%
R=51.30%
G=0.87%
B=47.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5915500.980.070.77304.1496.6711.76
Hex3B13706274D13061c
Octal731670142711546014114
Binary111011111011101100010111100110110011000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,1,55); }

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

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

 a { background-color: rgb(59,1,55); }

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

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

 span { border-color: rgb(59,1,55); }

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