#3B093A

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

Shades of Mardi Gras #3B093A

Tints of Mardi Gras #3B093A

Color information

#3B093A (or 0x3B093A) is unknown color: approx Mardi Gras. HEX triplet: 3B, 09 and 3A. RGB value is (59,9,58). Sum of RGB (Red+Green+Blue) = 59+9+58=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 59 - color contains mainly: red. Hex color #3B093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B093A is #C4F6C5. Grayscale: #1D1D1D. Windows color (decimal): -12908230 or 3803451. OLE color: 3803451.

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

Color convert

RGB59958-
CMYK00.850.020.77
HSL301.2º73.53%13.33%-
HSV(B)301.2º84.75%23.14%-
XYZ2.671.434.14-
YUV29.54144.06149.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 46.83%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 58 (23.05% from 255) = 46.03%
R=46.83%
G=7.14%
B=46.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5995800.850.020.77301.273.5313.33
Hex3B93A05524D12d4ad
Octal7311720125211545511215
Binary11101110011110100101010110100110110010110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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