#3C0839

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

Shades of Mardi Gras #3C0839

Tints of Mardi Gras #3C0839

Color information

#3C0839 (or 0x3C0839) is unknown color: approx Mardi Gras. HEX triplet: 3C, 08 and 39. RGB value is (60,8,57). Sum of RGB (Red+Green+Blue) = 60+8+57=125 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 57 (22.66% from 255 or 45.6% from 125); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0839 is #C3F7C6. Grayscale: #1C1C1C. Windows color (decimal): -12842951 or 3737660. OLE color: 3737660.

HSL color Cylindrical-coordinate representation of color #3C0839: hue angle of 303.46º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C0839 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB60857-
CMYK00.870.050.76
HSL303.46º76.47%13.33%-
HSV(B)303.46º86.67%23.53%-
XYZ2.691.434.01-
YUV29.13143.73150.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 48%
GREEN value IS 8 (3.52% from 255) = 6.4%
BLUE value IS 57 (22.66% from 255) = 45.6%
R=48%
G=6.4%
B=45.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6085700.870.050.76303.4676.4713.33
Hex3C83905754C12f4cd
Octal7410710127511445711415
Binary111100100011100101010111101100110010010111110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,8,57); }

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

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

 a { background-color: rgb(60,8,57); }

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

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

 span { border-color: rgb(60,8,57); }

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