Shades of Maire #382F09
Tints of Maire #382F09
RGB
CMYK
RGB Variations
Color information
#382F09 (or 0x382F09) is known color: Maire. HEX triplet: 38, 2F and 09. RGB value is (56,47,9). Sum of RGB (Red+Green+Blue) = 56+47+9=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #382F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382F09 is #C7D0F6. Grayscale: #2D2D2D. Windows color (decimal): -13095159 or 601912. OLE color: 601912.
HSL color Cylindrical-coordinate representation of color #382F09: hue angle of 48.51º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #382F09 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 47 | 9 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.78 |
| HSL | 48.51º | 0.72% | 0.13% | - |
| HSV(B) | 48.51º | 0.84% | 0.22% | - |
| XYZ | 2.7 | 2.89 | 0.67 | - |
| YUV | 45.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 47 | 9 | 0 | 0.16 | 0.84 | 0.78 | 48.51 | 0.72 | 0.13 |
| Hex | 38 | 2F | 9 | 0 | 10 | 54 | 4E | 31 | 48 | D |
| Octal | 70 | 57 | 11 | 0 | 20 | 124 | 116 | 61 | 110 | 15 |
| Binary | 111000 | 101111 | 1001 | 0 | 10000 | 1010100 | 1001110 | 110001 | 1001000 | 1101 |
Color Harmonies of #382F09
Complementary color
Monochromatic Colors of #382F09
Black with #382F09
Text Example
Text Example
White with #382F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382F09; }
p { color: rgb(56,47,9); }
H1.HeaderClassName
{
color: #382F09;
}
.AnyTagClassName
{
color: #382F09;
}
</style>
background-color css
<style>
a { background-color: #382F09; }
a { background-color: rgb(56,47,9); }
div.DivClassName
{
background-color: #382F09;
}
.BgClassName
{
background-color: #382F09;
}
</style>
border-color css
<style>
span { border-color: #382F09; }
span { border-color: rgb(56,47,9); }
td.TdClassName
{
border-color: #382F09;
}
.TagClassName
{
border-color: #382F09;
}
</style>