Shades of Mikado #383118
Tints of Mikado #383118
RGB
CMYK
RGB Variations
Color information
#383118 (or 0x383118) is known color: Mikado. HEX triplet: 38, 31 and 18. RGB value is (56,49,24). Sum of RGB (Red+Green+Blue) = 56+49+24=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #383118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383118 is #C7CEE7. Grayscale: #303030. Windows color (decimal): -13094632 or 1585464. OLE color: 1585464.
HSL color Cylindrical-coordinate representation of color #383118: hue angle of 46.88º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #383118 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 49 | 24 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.78 |
| HSL | 46.88º | 0.4% | 0.16% | - |
| HSV(B) | 46.88º | 0.57% | 0.22% | - |
| XYZ | 2.89 | 3.1 | 1.31 | - |
| YUV | 48.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 49 | 24 | 0 | 0.12 | 0.57 | 0.78 | 46.88 | 0.4 | 0.16 |
| Hex | 38 | 31 | 18 | 0 | C | 39 | 4E | 2F | 28 | 10 |
| Octal | 70 | 61 | 30 | 0 | 14 | 71 | 116 | 57 | 50 | 20 |
| Binary | 111000 | 110001 | 11000 | 0 | 1100 | 111001 | 1001110 | 101111 | 101000 | 10000 |
Color Harmonies of #383118
Complementary color
Monochromatic Colors of #383118
Black with #383118
Text Example
Text Example
White with #383118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383118; }
p { color: rgb(56,49,24); }
H1.HeaderClassName
{
color: #383118;
}
.AnyTagClassName
{
color: #383118;
}
</style>
background-color css
<style>
a { background-color: #383118; }
a { background-color: rgb(56,49,24); }
div.DivClassName
{
background-color: #383118;
}
.BgClassName
{
background-color: #383118;
}
</style>
border-color css
<style>
span { border-color: #383118; }
span { border-color: rgb(56,49,24); }
td.TdClassName
{
border-color: #383118;
}
.TagClassName
{
border-color: #383118;
}
</style>