#3B0038

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

Shades of Mardi Gras #3B0038

Tints of Mardi Gras #3B0038

Color information

#3B0038 (or 0x3B0038) is unknown color: approx Mardi Gras. HEX triplet: 3B, 00 and 38. RGB value is (59,0,56). Sum of RGB (Red+Green+Blue) = 59+0+56=115 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.30% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0038 is #C4FFC7. Grayscale: #171717. Windows color (decimal): -12910536 or 3670075. OLE color: 3670075.

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

Color convert

RGB59056-
CMYK010.050.77
HSL303.05º100%11.57%-
HSV(B)303.05º100%23.14%-
XYZ2.521.223.84-
YUV24.02146.05152.95-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 51.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 48.70%
R=51.30%
G=0%
B=48.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.05
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59056010.050.77303.0510011.57
Hex3B03806454D12f64c
Octal730700144511545714414
Binary111011011100001100100101100110110010111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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