#39013B

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

Shades of Mardi Gras #39013B

Tints of Mardi Gras #39013B

Color information

#39013B (or 0x39013B) is unknown color: approx Mardi Gras. HEX triplet: 39, 01 and 3B. RGB value is (57,1,59). Sum of RGB (Red+Green+Blue) = 57+1+59=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 59 (23.44% from 255 or 50.43% from 117); Max value from RGB is 59 - color contains mainly: blue. Hex color #39013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39013B is #C6FEC4. Grayscale: #181818. Windows color (decimal): -13041349 or 3866937. OLE color: 3866937.

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

Color convert

RGB57159-
CMYK0.030.9800.77
HSL297.93º96.67%11.76%-
HSV(B)297.93º98.31%23.14%-
XYZ2.491.214.24-
YUV24.36147.55151.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.72%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 59 (23.44% from 255) = 50.43%
R=48.72%
G=0.85%
B=50.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal571590.030.9800.77297.9396.6711.76
Hex3913B36204D12a61c
Octal711733142011545214114
Binary11100111110111111000100100110110010101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39013B; }

 p { color: rgb(57,1,59); }

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

<style>
 a { background-color: #39013B; }

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

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

<style>
 span { border-color: #39013B; }

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

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