Shades of Maire #362E03
Tints of Maire #362E03
RGB
CMYK
RGB Variations
Color information
#362E03 (or 0x362E03) is known color: Maire. HEX triplet: 36, 2E and 03. RGB value is (54,46,3). Sum of RGB (Red+Green+Blue) = 54+46+3=103 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.43% from 103); Green value is 46 (18.36% from 255 or 44.66% from 103); Blue value is 3 (1.56% from 255 or 2.91% from 103); Max value from RGB is 54 - color contains mainly: red. Hex color #362E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362E03 is #C9D1FC. Grayscale: #2B2B2B. Windows color (decimal): -13226493 or 208438. OLE color: 208438.
HSL color Cylindrical-coordinate representation of color #362E03: hue angle of 50.59º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #362E03 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 46 | 3 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.79 |
| HSL | 50.59º | 0.89% | 0.11% | - |
| HSV(B) | 50.59º | 0.94% | 0.21% | - |
| XYZ | 2.51 | 2.74 | 0.48 | - |
| YUV | 43.49 | 105.15 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 3 | 0 | 0.15 | 0.94 | 0.79 | 50.59 | 0.89 | 0.11 |
| Hex | 36 | 2E | 3 | 0 | F | 5E | 4F | 33 | 59 | B |
| Octal | 66 | 56 | 3 | 0 | 17 | 136 | 117 | 63 | 131 | 13 |
| Binary | 110110 | 101110 | 11 | 0 | 1111 | 1011110 | 1001111 | 110011 | 1011001 | 1011 |
Color Harmonies of #362E03
Complementary color
Monochromatic Colors of #362E03
Black with #362E03
Text Example
Text Example
White with #362E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362E03; }
p { color: rgb(54,46,3); }
H1.HeaderClassName
{
color: #362E03;
}
.AnyTagClassName
{
color: #362E03;
}
</style>
background-color css
<style>
a { background-color: #362E03; }
a { background-color: rgb(54,46,3); }
div.DivClassName
{
background-color: #362E03;
}
.BgClassName
{
background-color: #362E03;
}
</style>
border-color css
<style>
span { border-color: #362E03; }
span { border-color: rgb(54,46,3); }
td.TdClassName
{
border-color: #362E03;
}
.TagClassName
{
border-color: #362E03;
}
</style>