Shades of Maire #382E07
Tints of Maire #382E07
RGB
CMYK
RGB Variations
Color information
#382E07 (or 0x382E07) is known color: Maire. HEX triplet: 38, 2E and 07. RGB value is (56,46,7). Sum of RGB (Red+Green+Blue) = 56+46+7=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #382E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382E07 is #C7D1F8. Grayscale: #2C2C2C. Windows color (decimal): -13095417 or 470584. OLE color: 470584.
HSL color Cylindrical-coordinate representation of color #382E07: hue angle of 47.76º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #382E07 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 46 | 7 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.78 |
| HSL | 47.76º | 0.78% | 0.12% | - |
| HSV(B) | 47.76º | 0.88% | 0.22% | - |
| XYZ | 2.65 | 2.81 | 0.6 | - |
| YUV | 44.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 46 | 7 | 0 | 0.18 | 0.88 | 0.78 | 47.76 | 0.78 | 0.12 |
| Hex | 38 | 2E | 7 | 0 | 12 | 58 | 4E | 30 | 4E | C |
| Octal | 70 | 56 | 7 | 0 | 22 | 130 | 116 | 60 | 116 | 14 |
| Binary | 111000 | 101110 | 111 | 0 | 10010 | 1011000 | 1001110 | 110000 | 1001110 | 1100 |
Color Harmonies of #382E07
Complementary color
Monochromatic Colors of #382E07
Black with #382E07
Text Example
Text Example
White with #382E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382E07; }
p { color: rgb(56,46,7); }
H1.HeaderClassName
{
color: #382E07;
}
.AnyTagClassName
{
color: #382E07;
}
</style>
background-color css
<style>
a { background-color: #382E07; }
a { background-color: rgb(56,46,7); }
div.DivClassName
{
background-color: #382E07;
}
.BgClassName
{
background-color: #382E07;
}
</style>
border-color css
<style>
span { border-color: #382E07; }
span { border-color: rgb(56,46,7); }
td.TdClassName
{
border-color: #382E07;
}
.TagClassName
{
border-color: #382E07;
}
</style>