#3B0338

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

Shades of Mardi Gras #3B0338

Tints of Mardi Gras #3B0338

Color information

#3B0338 (or 0x3B0338) is unknown color: approx Mardi Gras. HEX triplet: 3B, 03 and 38. RGB value is (59,3,56). Sum of RGB (Red+Green+Blue) = 59+3+56=118 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 56 (22.27% from 255 or 47.46% from 118); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0338 is #C4FCC7. Grayscale: #191919. Windows color (decimal): -12909768 or 3670843. OLE color: 3670843.

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

Color convert

RGB59356-
CMYK00.950.050.77
HSL303.21º90.32%12.16%-
HSV(B)303.21º94.92%23.14%-
XYZ2.551.283.85-
YUV25.79145.05151.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 2.54%
BLUE value IS 56 (22.27% from 255) = 47.46%
R=50%
G=2.54%
B=47.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5935600.950.050.77303.2190.3212.16
Hex3B33805F54D12f5ac
Octal733700137511545713214
Binary1110111111100001011111101100110110010111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,3,56); }

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

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

 a { background-color: rgb(59,3,56); }

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

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

 span { border-color: rgb(59,3,56); }

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