#3B0941

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

Shades of Mardi Gras #3B0941

Tints of Mardi Gras #3B0941

Color information

#3B0941 (or 0x3B0941) is unknown color: approx Mardi Gras. HEX triplet: 3B, 09 and 41. RGB value is (59,9,65). Sum of RGB (Red+Green+Blue) = 59+9+65=133 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.36% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #3B0941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0941 is #C4F6BE. Grayscale: #1E1E1E. Windows color (decimal): -12908223 or 4262203. OLE color: 4262203.

HSL color Cylindrical-coordinate representation of color #3B0941: hue angle of 293.57º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B0941 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB59965-
CMYK0.090.8600.75
HSL293.57º75.68%14.51%-
HSV(B)293.57º86.15%25.49%-
XYZ2.861.515.14-
YUV30.33147.56148.45-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 44.36%
GREEN value IS 9 (3.91% from 255) = 6.77%
BLUE value IS 65 (25.78% from 255) = 48.87%
R=44.36%
G=6.77%
B=48.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal599650.090.8600.75293.5775.6814.51
Hex3B94195604B1264cf
Octal731110111126011344611417
Binary11101110011000001100110101100100101110010011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,9,65); }

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

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

 a { background-color: rgb(59,9,65); }

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

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

 span { border-color: rgb(59,9,65); }

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