Shades of Maire #383109
Tints of Maire #383109
RGB
CMYK
RGB Variations
Color information
#383109 (or 0x383109) is known color: Maire. HEX triplet: 38, 31 and 09. RGB value is (56,49,9). Sum of RGB (Red+Green+Blue) = 56+49+9=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #383109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383109 is #C7CEF6. Grayscale: #2E2E2E. Windows color (decimal): -13094647 or 602424. OLE color: 602424.
HSL color Cylindrical-coordinate representation of color #383109: hue angle of 51.06º 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 #383109 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 49 | 9 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.78 |
| HSL | 51.06º | 0.72% | 0.13% | - |
| HSV(B) | 51.06º | 0.84% | 0.22% | - |
| XYZ | 2.78 | 3.06 | 0.7 | - |
| YUV | 46.53 | 106.82 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 49 | 9 | 0 | 0.12 | 0.84 | 0.78 | 51.06 | 0.72 | 0.13 |
| Hex | 38 | 31 | 9 | 0 | C | 54 | 4E | 33 | 48 | D |
| Octal | 70 | 61 | 11 | 0 | 14 | 124 | 116 | 63 | 110 | 15 |
| Binary | 111000 | 110001 | 1001 | 0 | 1100 | 1010100 | 1001110 | 110011 | 1001000 | 1101 |
Color Harmonies of #383109
Complementary color
Monochromatic Colors of #383109
Black with #383109
Text Example
Text Example
White with #383109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383109; }
p { color: rgb(56,49,9); }
H1.HeaderClassName
{
color: #383109;
}
.AnyTagClassName
{
color: #383109;
}
</style>
background-color css
<style>
a { background-color: #383109; }
a { background-color: rgb(56,49,9); }
div.DivClassName
{
background-color: #383109;
}
.BgClassName
{
background-color: #383109;
}
</style>
border-color css
<style>
span { border-color: #383109; }
span { border-color: rgb(56,49,9); }
td.TdClassName
{
border-color: #383109;
}
.TagClassName
{
border-color: #383109;
}
</style>