#39093C

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

Shades of Mardi Gras #39093C

Tints of Mardi Gras #39093C

Color information

#39093C (or 0x39093C) is unknown color: approx Mardi Gras. HEX triplet: 39, 09 and 3C. RGB value is (57,9,60). Sum of RGB (Red+Green+Blue) = 57+9+60=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 60 (23.83% from 255 or 47.62% from 126); Max value from RGB is 60 - color contains mainly: blue. Hex color #39093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39093C is #C6F6C3. Grayscale: #1D1D1D. Windows color (decimal): -13039300 or 3934521. OLE color: 3934521.

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

Color convert

RGB57960-
CMYK0.050.8500.76
HSL296.47º73.91%13.53%-
HSV(B)296.47º85%23.53%-
XYZ2.61.394.41-
YUV29.17145.4147.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.24%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 60 (23.83% from 255) = 47.62%
R=45.24%
G=7.14%
B=47.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal579600.050.8500.76296.4773.9113.53
Hex3993C55504C1284ae
Octal7111745125011445011216
Binary111001100111110010110101010100110010010100010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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