Shades of Mikado #383012
Tints of Mikado #383012
RGB
CMYK
RGB Variations
Color information
#383012 (or 0x383012) is known color: Mikado. HEX triplet: 38, 30 and 12. RGB value is (56,48,18). Sum of RGB (Red+Green+Blue) = 56+48+18=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #383012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383012 is #C7CFED. Grayscale: #2F2F2F. Windows color (decimal): -13094894 or 1191992. OLE color: 1191992.
HSL color Cylindrical-coordinate representation of color #383012: hue angle of 47.37º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #383012 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 48 | 18 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.78 |
| HSL | 47.37º | 0.51% | 0.15% | - |
| HSV(B) | 47.37º | 0.68% | 0.22% | - |
| XYZ | 2.8 | 3 | 1 | - |
| YUV | 46.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 48 | 18 | 0 | 0.14 | 0.68 | 0.78 | 47.37 | 0.51 | 0.15 |
| Hex | 38 | 30 | 12 | 0 | E | 44 | 4E | 2F | 33 | F |
| Octal | 70 | 60 | 22 | 0 | 16 | 104 | 116 | 57 | 63 | 17 |
| Binary | 111000 | 110000 | 10010 | 0 | 1110 | 1000100 | 1001110 | 101111 | 110011 | 1111 |
Color Harmonies of #383012
Complementary color
Monochromatic Colors of #383012
Black with #383012
Text Example
Text Example
White with #383012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383012; }
p { color: rgb(56,48,18); }
H1.HeaderClassName
{
color: #383012;
}
.AnyTagClassName
{
color: #383012;
}
</style>
background-color css
<style>
a { background-color: #383012; }
a { background-color: rgb(56,48,18); }
div.DivClassName
{
background-color: #383012;
}
.BgClassName
{
background-color: #383012;
}
</style>
border-color css
<style>
span { border-color: #383012; }
span { border-color: rgb(56,48,18); }
td.TdClassName
{
border-color: #383012;
}
.TagClassName
{
border-color: #383012;
}
</style>