Shades of Mikado #382F0F
Tints of Mikado #382F0F
RGB
CMYK
RGB Variations
Color information
#382F0F (or 0x382F0F) is known color: Mikado. HEX triplet: 38, 2F and 0F. RGB value is (56,47,15). Sum of RGB (Red+Green+Blue) = 56+47+15=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #382F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382F0F is #C7D0F0. Grayscale: #2E2E2E. Windows color (decimal): -13095153 or 995128. OLE color: 995128.
HSL color Cylindrical-coordinate representation of color #382F0F: hue angle of 46.83º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #382F0F is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 47 | 15 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.78 |
| HSL | 46.83º | 0.58% | 0.14% | - |
| HSV(B) | 46.83º | 0.73% | 0.22% | - |
| XYZ | 2.73 | 2.91 | 0.87 | - |
| YUV | 46.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 47 | 15 | 0 | 0.16 | 0.73 | 0.78 | 46.83 | 0.58 | 0.14 |
| Hex | 38 | 2F | F | 0 | 10 | 49 | 4E | 2F | 3A | E |
| Octal | 70 | 57 | 17 | 0 | 20 | 111 | 116 | 57 | 72 | 16 |
| Binary | 111000 | 101111 | 1111 | 0 | 10000 | 1001001 | 1001110 | 101111 | 111010 | 1110 |
Color Harmonies of #382F0F
Complementary color
Monochromatic Colors of #382F0F
Black with #382F0F
Text Example
Text Example
White with #382F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382F0F; }
p { color: rgb(56,47,15); }
H1.HeaderClassName
{
color: #382F0F;
}
.AnyTagClassName
{
color: #382F0F;
}
</style>
background-color css
<style>
a { background-color: #382F0F; }
a { background-color: rgb(56,47,15); }
div.DivClassName
{
background-color: #382F0F;
}
.BgClassName
{
background-color: #382F0F;
}
</style>
border-color css
<style>
span { border-color: #382F0F; }
span { border-color: rgb(56,47,15); }
td.TdClassName
{
border-color: #382F0F;
}
.TagClassName
{
border-color: #382F0F;
}
</style>