Shades of Maire #362F01
Tints of Maire #362F01
RGB
CMYK
RGB Variations
Color information
#362F01 (or 0x362F01) is known color: Maire. HEX triplet: 36, 2F and 01. RGB value is (54,47,1). Sum of RGB (Red+Green+Blue) = 54+47+1=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 47 (18.75% from 255 or 46.08% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #362F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362F01 is #C9D0FE. Grayscale: #2C2C2C. Windows color (decimal): -13226239 or 77622. OLE color: 77622.
HSL color Cylindrical-coordinate representation of color #362F01: hue angle of 52.08º 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 #362F01 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 47 | 1 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.79 |
| HSL | 52.08º | 0.96% | 0.11% | - |
| HSV(B) | 52.08º | 0.98% | 0.21% | - |
| XYZ | 2.54 | 2.82 | 0.44 | - |
| YUV | 43.85 | 103.82 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 47 | 1 | 0 | 0.13 | 0.98 | 0.79 | 52.08 | 0.96 | 0.11 |
| Hex | 36 | 2F | 1 | 0 | D | 62 | 4F | 34 | 60 | B |
| Octal | 66 | 57 | 1 | 0 | 15 | 142 | 117 | 64 | 140 | 13 |
| Binary | 110110 | 101111 | 1 | 0 | 1101 | 1100010 | 1001111 | 110100 | 1100000 | 1011 |
Color Harmonies of #362F01
Complementary color
Monochromatic Colors of #362F01
Black with #362F01
Text Example
Text Example
White with #362F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362F01; }
p { color: rgb(54,47,1); }
H1.HeaderClassName
{
color: #362F01;
}
.AnyTagClassName
{
color: #362F01;
}
</style>
background-color css
<style>
a { background-color: #362F01; }
a { background-color: rgb(54,47,1); }
div.DivClassName
{
background-color: #362F01;
}
.BgClassName
{
background-color: #362F01;
}
</style>
border-color css
<style>
span { border-color: #362F01; }
span { border-color: rgb(54,47,1); }
td.TdClassName
{
border-color: #362F01;
}
.TagClassName
{
border-color: #362F01;
}
</style>