#3B0D39

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

Shades of Mardi Gras #3B0D39

Tints of Mardi Gras #3B0D39

Color information

#3B0D39 (or 0x3B0D39) is unknown color: approx Mardi Gras. HEX triplet: 3B, 0D and 39. RGB value is (59,13,57). Sum of RGB (Red+Green+Blue) = 59+13+57=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 57 (22.66% from 255 or 44.19% from 129); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0D39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0D39 is #C4F2C6. Grayscale: #1F1F1F. Windows color (decimal): -12907207 or 3738939. OLE color: 3738939.

HSL color Cylindrical-coordinate representation of color #3B0D39: hue angle of 302.61º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B0D39 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB591357-
CMYK00.780.030.77
HSL302.61º63.89%14.12%-
HSV(B)302.61º77.97%23.14%-
XYZ2.691.514.02-
YUV31.77142.24147.42-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 45.74%
GREEN value IS 13 (5.47% from 255) = 10.08%
BLUE value IS 57 (22.66% from 255) = 44.19%
R=45.74%
G=10.08%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59135700.780.030.77302.6163.8914.12
Hex3BD3904E34D12f40e
Octal7315710116311545710016
Binary11101111011110010100111011100110110010111110000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,13,57); }

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

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

 a { background-color: rgb(59,13,57); }

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

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

 span { border-color: rgb(59,13,57); }

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