Shades of Mikado #40300B
Tints of Mikado #40300B
RGB
CMYK
RGB Variations
Color information
#40300B (or 0x40300B) is known color: Mikado. HEX triplet: 40, 30 and 0B. RGB value is (64,48,11). Sum of RGB (Red+Green+Blue) = 64+48+11=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #40300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40300B is #BFCFF4. Grayscale: #303030. Windows color (decimal): -12570613 or 733248. OLE color: 733248.
HSL color Cylindrical-coordinate representation of color #40300B: hue angle of 41.89º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40300B is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 48 | 11 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.75 |
| HSL | 41.89º | 0.71% | 0.15% | - |
| HSV(B) | 41.89º | 0.83% | 0.25% | - |
| XYZ | 3.23 | 3.23 | 0.77 | - |
| YUV | 48.57 | 106.8 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 11 | 0 | 0.25 | 0.83 | 0.75 | 41.89 | 0.71 | 0.15 |
| Hex | 40 | 30 | B | 0 | 19 | 53 | 4B | 2A | 47 | F |
| Octal | 100 | 60 | 13 | 0 | 31 | 123 | 113 | 52 | 107 | 17 |
| Binary | 1000000 | 110000 | 1011 | 0 | 11001 | 1010011 | 1001011 | 101010 | 1000111 | 1111 |
Color Harmonies of #40300B
Complementary color
Monochromatic Colors of #40300B
Black with #40300B
Text Example
Text Example
White with #40300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40300B; }
p { color: rgb(64,48,11); }
H1.HeaderClassName
{
color: #40300B;
}
.AnyTagClassName
{
color: #40300B;
}
</style>
background-color css
<style>
a { background-color: #40300B; }
a { background-color: rgb(64,48,11); }
div.DivClassName
{
background-color: #40300B;
}
.BgClassName
{
background-color: #40300B;
}
</style>
border-color css
<style>
span { border-color: #40300B; }
span { border-color: rgb(64,48,11); }
td.TdClassName
{
border-color: #40300B;
}
.TagClassName
{
border-color: #40300B;
}
</style>