Shades of Maire #383008
Tints of Maire #383008
RGB
CMYK
RGB Variations
Color information
#383008 (or 0x383008) is known color: Maire. HEX triplet: 38, 30 and 08. RGB value is (56,48,8). Sum of RGB (Red+Green+Blue) = 56+48+8=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #383008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383008 is #C7CFF7. Grayscale: #2E2E2E. Windows color (decimal): -13094904 or 536632. OLE color: 536632.
HSL color Cylindrical-coordinate representation of color #383008: hue angle of 50º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #383008 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 48 | 8 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.78 |
| HSL | 50º | 0.75% | 0.13% | - |
| HSV(B) | 50º | 0.86% | 0.22% | - |
| XYZ | 2.73 | 2.97 | 0.66 | - |
| YUV | 45.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 48 | 8 | 0 | 0.14 | 0.86 | 0.78 | 50 | 0.75 | 0.13 |
| Hex | 38 | 30 | 8 | 0 | E | 56 | 4E | 32 | 4B | D |
| Octal | 70 | 60 | 10 | 0 | 16 | 126 | 116 | 62 | 113 | 15 |
| Binary | 111000 | 110000 | 1000 | 0 | 1110 | 1010110 | 1001110 | 110010 | 1001011 | 1101 |
Color Harmonies of #383008
Complementary color
Monochromatic Colors of #383008
Black with #383008
Text Example
Text Example
White with #383008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383008; }
p { color: rgb(56,48,8); }
H1.HeaderClassName
{
color: #383008;
}
.AnyTagClassName
{
color: #383008;
}
</style>
background-color css
<style>
a { background-color: #383008; }
a { background-color: rgb(56,48,8); }
div.DivClassName
{
background-color: #383008;
}
.BgClassName
{
background-color: #383008;
}
</style>
border-color css
<style>
span { border-color: #383008; }
span { border-color: rgb(56,48,8); }
td.TdClassName
{
border-color: #383008;
}
.TagClassName
{
border-color: #383008;
}
</style>