#3B103B

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

Shades of Mardi Gras #3B103B

Tints of Mardi Gras #3B103B

Color information

#3B103B (or 0x3B103B) is unknown color: approx Mardi Gras. HEX triplet: 3B, 10 and 3B. RGB value is (59,16,59). Sum of RGB (Red+Green+Blue) = 59+16+59=134 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.03% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 59 - color contains mainly: red, blue. Hex color #3B103B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B103B is #C4EFC4. Grayscale: #212121. Windows color (decimal): -12906437 or 3870779. OLE color: 3870779.

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

Color convert

RGB591659-
CMYK00.7300.77
HSL300º57.33%14.71%-
HSV(B)300º72.88%23.14%-
XYZ2.781.624.3-
YUV33.76142.25146-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 44.03%
GREEN value IS 16 (6.64% from 255) = 11.94%
BLUE value IS 59 (23.44% from 255) = 44.03%
R=44.03%
G=11.94%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59165900.7300.7730057.3314.71
Hex3B103B04904D12c39f
Octal732073011101154547117
Binary1110111000011101101001001010011011001011001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B103B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,16,59); }

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

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

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

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

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

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

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