Shades of Maire #362E01
Tints of Maire #362E01
RGB
CMYK
RGB Variations
Color information
#362E01 (or 0x362E01) is known color: Maire. HEX triplet: 36, 2E and 01. RGB value is (54,46,1). Sum of RGB (Red+Green+Blue) = 54+46+1=101 (13% of max value = 765). Red value is 54 (21.48% from 255 or 53.47% from 101); Green value is 46 (18.36% from 255 or 45.54% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 54 - color contains mainly: red. Hex color #362E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362E01 is #C9D1FE. Grayscale: #2B2B2B. Windows color (decimal): -13226495 or 77366. OLE color: 77366.
HSL color Cylindrical-coordinate representation of color #362E01: hue angle of 50.94º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #362E01 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 46 | 1 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.79 |
| HSL | 50.94º | 0.96% | 0.11% | - |
| HSV(B) | 50.94º | 0.98% | 0.21% | - |
| XYZ | 2.5 | 2.74 | 0.43 | - |
| YUV | 43.26 | 104.15 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 1 | 0 | 0.15 | 0.98 | 0.79 | 50.94 | 0.96 | 0.11 |
| Hex | 36 | 2E | 1 | 0 | F | 62 | 4F | 33 | 60 | B |
| Octal | 66 | 56 | 1 | 0 | 17 | 142 | 117 | 63 | 140 | 13 |
| Binary | 110110 | 101110 | 1 | 0 | 1111 | 1100010 | 1001111 | 110011 | 1100000 | 1011 |
Color Harmonies of #362E01
Complementary color
Monochromatic Colors of #362E01
Black with #362E01
Text Example
Text Example
White with #362E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362E01; }
p { color: rgb(54,46,1); }
H1.HeaderClassName
{
color: #362E01;
}
.AnyTagClassName
{
color: #362E01;
}
</style>
background-color css
<style>
a { background-color: #362E01; }
a { background-color: rgb(54,46,1); }
div.DivClassName
{
background-color: #362E01;
}
.BgClassName
{
background-color: #362E01;
}
</style>
border-color css
<style>
span { border-color: #362E01; }
span { border-color: rgb(54,46,1); }
td.TdClassName
{
border-color: #362E01;
}
.TagClassName
{
border-color: #362E01;
}
</style>