#3B0235

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

Shades of Mardi Gras #3B0235

Tints of Mardi Gras #3B0235

Color information

#3B0235 (or 0x3B0235) is unknown color: approx Mardi Gras. HEX triplet: 3B, 02 and 35. RGB value is (59,2,53). Sum of RGB (Red+Green+Blue) = 59+2+53=114 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.75% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 53 (21.09% from 255 or 46.49% from 114); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0235 is #C4FDCA. Grayscale: #181818. Windows color (decimal): -12910027 or 3473979. OLE color: 3473979.

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

Color convert

RGB59253-
CMYK00.970.100.77
HSL306.32º93.44%11.96%-
HSV(B)306.32º96.61%23.14%-
XYZ2.471.233.48-
YUV24.86143.88152.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 51.75%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 53 (21.09% from 255) = 46.49%
R=51.75%
G=1.75%
B=46.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.10
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5925300.970.100.77306.3293.4411.96
Hex3B235061A4D1325dc
Octal7326501411211546213514
Binary11101110110101011000011010100110110011001010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,2,53); }

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

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

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

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

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

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

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