Shades of Maire #393102
Tints of Maire #393102
RGB
CMYK
RGB Variations
Color information
#393102 (or 0x393102) is known color: Maire. HEX triplet: 39, 31 and 02. RGB value is (57,49,2). Sum of RGB (Red+Green+Blue) = 57+49+2=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #393102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393102 is #C6CEFD. Grayscale: #2E2E2E. Windows color (decimal): -13029118 or 143673. OLE color: 143673.
HSL color Cylindrical-coordinate representation of color #393102: hue angle of 51.27º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #393102 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 49 | 2 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.78 |
| HSL | 51.27º | 0.93% | 0.12% | - |
| HSV(B) | 51.27º | 0.96% | 0.22% | - |
| XYZ | 2.8 | 3.07 | 0.5 | - |
| YUV | 46.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 49 | 2 | 0 | 0.14 | 0.96 | 0.78 | 51.27 | 0.93 | 0.12 |
| Hex | 39 | 31 | 2 | 0 | E | 60 | 4E | 33 | 5D | C |
| Octal | 71 | 61 | 2 | 0 | 16 | 140 | 116 | 63 | 135 | 14 |
| Binary | 111001 | 110001 | 10 | 0 | 1110 | 1100000 | 1001110 | 110011 | 1011101 | 1100 |
Color Harmonies of #393102
Complementary color
Monochromatic Colors of #393102
Black with #393102
Text Example
Text Example
White with #393102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393102; }
p { color: rgb(57,49,2); }
H1.HeaderClassName
{
color: #393102;
}
.AnyTagClassName
{
color: #393102;
}
</style>
background-color css
<style>
a { background-color: #393102; }
a { background-color: rgb(57,49,2); }
div.DivClassName
{
background-color: #393102;
}
.BgClassName
{
background-color: #393102;
}
</style>
border-color css
<style>
span { border-color: #393102; }
span { border-color: rgb(57,49,2); }
td.TdClassName
{
border-color: #393102;
}
.TagClassName
{
border-color: #393102;
}
</style>