Shades of Mikado #38301A
Tints of Mikado #38301A
RGB
CMYK
RGB Variations
Color information
#38301A (or 0x38301A) is known color: Mikado. HEX triplet: 38, 30 and 1A. RGB value is (56,48,26). Sum of RGB (Red+Green+Blue) = 56+48+26=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 56 - color contains mainly: red. Hex color #38301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38301A is #C7CFE5. Grayscale: #2F2F2F. Windows color (decimal): -13094886 or 1716280. OLE color: 1716280.
HSL color Cylindrical-coordinate representation of color #38301A: hue angle of 44º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38301A is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 48 | 26 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.78 |
| HSL | 44º | 0.37% | 0.16% | - |
| HSV(B) | 44º | 0.54% | 0.22% | - |
| XYZ | 2.87 | 3.03 | 1.41 | - |
| YUV | 47.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 48 | 26 | 0 | 0.14 | 0.54 | 0.78 | 44 | 0.37 | 0.16 |
| Hex | 38 | 30 | 1A | 0 | E | 36 | 4E | 2C | 25 | 10 |
| Octal | 70 | 60 | 32 | 0 | 16 | 66 | 116 | 54 | 45 | 20 |
| Binary | 111000 | 110000 | 11010 | 0 | 1110 | 110110 | 1001110 | 101100 | 100101 | 10000 |
Color Harmonies of #38301A
Complementary color
Monochromatic Colors of #38301A
Black with #38301A
Text Example
Text Example
White with #38301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38301A; }
p { color: rgb(56,48,26); }
H1.HeaderClassName
{
color: #38301A;
}
.AnyTagClassName
{
color: #38301A;
}
</style>
background-color css
<style>
a { background-color: #38301A; }
a { background-color: rgb(56,48,26); }
div.DivClassName
{
background-color: #38301A;
}
.BgClassName
{
background-color: #38301A;
}
</style>
border-color css
<style>
span { border-color: #38301A; }
span { border-color: rgb(56,48,26); }
td.TdClassName
{
border-color: #38301A;
}
.TagClassName
{
border-color: #38301A;
}
</style>