Shades of Maire #382F04
Tints of Maire #382F04
RGB
CMYK
RGB Variations
Color information
#382F04 (or 0x382F04) is known color: Maire. HEX triplet: 38, 2F and 04. RGB value is (56,47,4). Sum of RGB (Red+Green+Blue) = 56+47+4=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #382F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382F04 is #C7D0FB. Grayscale: #2C2C2C. Windows color (decimal): -13095164 or 274232. OLE color: 274232.
HSL color Cylindrical-coordinate representation of color #382F04: hue angle of 49.62º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #382F04 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 47 | 4 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.78 |
| HSL | 49.62º | 0.87% | 0.12% | - |
| HSV(B) | 49.62º | 0.93% | 0.22% | - |
| XYZ | 2.67 | 2.88 | 0.53 | - |
| YUV | 44.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 47 | 4 | 0 | 0.16 | 0.93 | 0.78 | 49.62 | 0.87 | 0.12 |
| Hex | 38 | 2F | 4 | 0 | 10 | 5D | 4E | 32 | 57 | C |
| Octal | 70 | 57 | 4 | 0 | 20 | 135 | 116 | 62 | 127 | 14 |
| Binary | 111000 | 101111 | 100 | 0 | 10000 | 1011101 | 1001110 | 110010 | 1010111 | 1100 |
Color Harmonies of #382F04
Complementary color
Monochromatic Colors of #382F04
Black with #382F04
Text Example
Text Example
White with #382F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382F04; }
p { color: rgb(56,47,4); }
H1.HeaderClassName
{
color: #382F04;
}
.AnyTagClassName
{
color: #382F04;
}
</style>
background-color css
<style>
a { background-color: #382F04; }
a { background-color: rgb(56,47,4); }
div.DivClassName
{
background-color: #382F04;
}
.BgClassName
{
background-color: #382F04;
}
</style>
border-color css
<style>
span { border-color: #382F04; }
span { border-color: rgb(56,47,4); }
td.TdClassName
{
border-color: #382F04;
}
.TagClassName
{
border-color: #382F04;
}
</style>