Shades of Mikado #38301D
Tints of Mikado #38301D
RGB
CMYK
RGB Variations
Color information
#38301D (or 0x38301D) is known color: Mikado. HEX triplet: 38, 30 and 1D. RGB value is (56,48,29). Sum of RGB (Red+Green+Blue) = 56+48+29=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #38301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38301D is #C7CFE2. Grayscale: #303030. Windows color (decimal): -13094883 or 1912888. OLE color: 1912888.
HSL color Cylindrical-coordinate representation of color #38301D: hue angle of 42.22º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38301D is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 48 | 29 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.78 |
| HSL | 42.22º | 0.32% | 0.17% | - |
| HSV(B) | 42.22º | 0.48% | 0.22% | - |
| XYZ | 2.91 | 3.04 | 1.6 | - |
| YUV | 48.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 48 | 29 | 0 | 0.14 | 0.48 | 0.78 | 42.22 | 0.32 | 0.17 |
| Hex | 38 | 30 | 1D | 0 | E | 30 | 4E | 2A | 20 | 11 |
| Octal | 70 | 60 | 35 | 0 | 16 | 60 | 116 | 52 | 40 | 21 |
| Binary | 111000 | 110000 | 11101 | 0 | 1110 | 110000 | 1001110 | 101010 | 100000 | 10001 |
Color Harmonies of #38301D
Complementary color
Monochromatic Colors of #38301D
Black with #38301D
Text Example
Text Example
White with #38301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38301D; }
p { color: rgb(56,48,29); }
H1.HeaderClassName
{
color: #38301D;
}
.AnyTagClassName
{
color: #38301D;
}
</style>
background-color css
<style>
a { background-color: #38301D; }
a { background-color: rgb(56,48,29); }
div.DivClassName
{
background-color: #38301D;
}
.BgClassName
{
background-color: #38301D;
}
</style>
border-color css
<style>
span { border-color: #38301D; }
span { border-color: rgb(56,48,29); }
td.TdClassName
{
border-color: #38301D;
}
.TagClassName
{
border-color: #38301D;
}
</style>