Shades of Mikado #38301F
Tints of Mikado #38301F
RGB
CMYK
RGB Variations
Color information
#38301F (or 0x38301F) is known color: Mikado. HEX triplet: 38, 30 and 1F. RGB value is (56,48,31). Sum of RGB (Red+Green+Blue) = 56+48+31=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #38301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38301F is #C7CFE0. Grayscale: #303030. Windows color (decimal): -13094881 or 2043960. OLE color: 2043960.
HSL color Cylindrical-coordinate representation of color #38301F: hue angle of 40.8º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #38301F is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 48 | 31 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.78 |
| HSL | 40.8º | 0.29% | 0.17% | - |
| HSV(B) | 40.8º | 0.45% | 0.22% | - |
| XYZ | 2.94 | 3.05 | 1.73 | - |
| YUV | 48.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 48 | 31 | 0 | 0.14 | 0.45 | 0.78 | 40.8 | 0.29 | 0.17 |
| Hex | 38 | 30 | 1F | 0 | E | 2D | 4E | 29 | 1D | 11 |
| Octal | 70 | 60 | 37 | 0 | 16 | 55 | 116 | 51 | 35 | 21 |
| Binary | 111000 | 110000 | 11111 | 0 | 1110 | 101101 | 1001110 | 101001 | 11101 | 10001 |
Color Harmonies of #38301F
Complementary color
Monochromatic Colors of #38301F
Black with #38301F
Text Example
Text Example
White with #38301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38301F; }
p { color: rgb(56,48,31); }
H1.HeaderClassName
{
color: #38301F;
}
.AnyTagClassName
{
color: #38301F;
}
</style>
background-color css
<style>
a { background-color: #38301F; }
a { background-color: rgb(56,48,31); }
div.DivClassName
{
background-color: #38301F;
}
.BgClassName
{
background-color: #38301F;
}
</style>
border-color css
<style>
span { border-color: #38301F; }
span { border-color: rgb(56,48,31); }
td.TdClassName
{
border-color: #38301F;
}
.TagClassName
{
border-color: #38301F;
}
</style>