#39003C

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

Shades of Mardi Gras #39003C

Tints of Mardi Gras #39003C

Color information

#39003C (or 0x39003C) is unknown color: approx Mardi Gras. HEX triplet: 39, 00 and 3C. RGB value is (57,0,60). Sum of RGB (Red+Green+Blue) = 57+0+60=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 60 (23.83% from 255 or 51.28% from 117); Max value from RGB is 60 - color contains mainly: blue. Hex color #39003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39003C is #C6FFC3. Grayscale: #171717. Windows color (decimal): -13041604 or 3932217. OLE color: 3932217.

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

Color convert

RGB57060-
CMYK0.05100.76
HSL297º100%11.76%-
HSV(B)297º100%23.53%-
XYZ2.51.24.37-
YUV23.88148.38151.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 60 (23.83% from 255) = 51.28%
R=48.72%
G=0%
B=51.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal570600.05100.7629710011.76
Hex3903C56404C12964c
Octal710745144011445114414
Binary111001011110010111001000100110010010100111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39003C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39003C; }

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

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

<style>
 a { background-color: #39003C; }

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

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

<style>
 span { border-color: #39003C; }

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

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