Shades of Maire #382F05
Tints of Maire #382F05
RGB
CMYK
RGB Variations
Color information
#382F05 (or 0x382F05) is known color: Maire. HEX triplet: 38, 2F and 05. RGB value is (56,47,5). Sum of RGB (Red+Green+Blue) = 56+47+5=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 47 (18.75% from 255 or 43.52% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #382F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382F05 is #C7D0FA. Grayscale: #2D2D2D. Windows color (decimal): -13095163 or 339768. OLE color: 339768.
HSL color Cylindrical-coordinate representation of color #382F05: hue angle of 49.41º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #382F05 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 47 | 5 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.78 |
| HSL | 49.41º | 0.84% | 0.12% | - |
| HSV(B) | 49.41º | 0.91% | 0.22% | - |
| XYZ | 2.67 | 2.88 | 0.56 | - |
| YUV | 44.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 47 | 5 | 0 | 0.16 | 0.91 | 0.78 | 49.41 | 0.84 | 0.12 |
| Hex | 38 | 2F | 5 | 0 | 10 | 5B | 4E | 31 | 54 | C |
| Octal | 70 | 57 | 5 | 0 | 20 | 133 | 116 | 61 | 124 | 14 |
| Binary | 111000 | 101111 | 101 | 0 | 10000 | 1011011 | 1001110 | 110001 | 1010100 | 1100 |
Color Harmonies of #382F05
Complementary color
Monochromatic Colors of #382F05
Black with #382F05
Text Example
Text Example
White with #382F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382F05; }
p { color: rgb(56,47,5); }
H1.HeaderClassName
{
color: #382F05;
}
.AnyTagClassName
{
color: #382F05;
}
</style>
background-color css
<style>
a { background-color: #382F05; }
a { background-color: rgb(56,47,5); }
div.DivClassName
{
background-color: #382F05;
}
.BgClassName
{
background-color: #382F05;
}
</style>
border-color css
<style>
span { border-color: #382F05; }
span { border-color: rgb(56,47,5); }
td.TdClassName
{
border-color: #382F05;
}
.TagClassName
{
border-color: #382F05;
}
</style>