Shades of Maire #383100
Tints of Maire #383100
RGB
CMYK
RGB Variations
Color information
#383100 (or 0x383100) is known color: Maire. HEX triplet: 38, 31 and 00. RGB value is (56,49,0). Sum of RGB (Red+Green+Blue) = 56+49+0=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #383100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383100 is #C7CEFF. Grayscale: #2D2D2D. Windows color (decimal): -13094656 or 12600. OLE color: 12600.
HSL color Cylindrical-coordinate representation of color #383100: hue angle of 52.5º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #383100 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 49 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.78 |
| HSL | 52.5º | 1% | 0.11% | - |
| HSV(B) | 52.5º | 1% | 0.22% | - |
| XYZ | 2.73 | 3.04 | 0.44 | - |
| YUV | 45.51 | 102.32 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 49 | 0 | 0 | 0.12 | 1 | 0.78 | 52.5 | 1 | 0.11 |
| Hex | 38 | 31 | 0 | 0 | C | 64 | 4E | 34 | 64 | B |
| Octal | 70 | 61 | 0 | 0 | 14 | 144 | 116 | 64 | 144 | 13 |
| Binary | 111000 | 110001 | 0 | 0 | 1100 | 1100100 | 1001110 | 110100 | 1100100 | 1011 |
Color Harmonies of #383100
Complementary color
Monochromatic Colors of #383100
Black with #383100
Text Example
Text Example
White with #383100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383100; }
p { color: rgb(56,49,0); }
H1.HeaderClassName
{
color: #383100;
}
.AnyTagClassName
{
color: #383100;
}
</style>
background-color css
<style>
a { background-color: #383100; }
a { background-color: rgb(56,49,0); }
div.DivClassName
{
background-color: #383100;
}
.BgClassName
{
background-color: #383100;
}
</style>
border-color css
<style>
span { border-color: #383100; }
span { border-color: rgb(56,49,0); }
td.TdClassName
{
border-color: #383100;
}
.TagClassName
{
border-color: #383100;
}
</style>