Shades of Black Magic #38270B
Tints of Black Magic #38270B
RGB
CMYK
RGB Variations
Color information
#38270B (or 0x38270B) is known color: Black Magic. HEX triplet: 38, 27 and 0B. RGB value is (56,39,11). Sum of RGB (Red+Green+Blue) = 56+39+11=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #38270B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38270B is #C7D8F4. Grayscale: #292929. Windows color (decimal): -13097205 or 730936. OLE color: 730936.
HSL color Cylindrical-coordinate representation of color #38270B: hue angle of 37.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38270B is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 39 | 11 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.78 |
| HSL | 37.33º | 0.67% | 0.13% | - |
| HSV(B) | 37.33º | 0.8% | 0.22% | - |
| XYZ | 2.42 | 2.32 | 0.64 | - |
| YUV | 40.89 | 111.13 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 39 | 11 | 0 | 0.30 | 0.80 | 0.78 | 37.33 | 0.67 | 0.13 |
| Hex | 38 | 27 | B | 0 | 1E | 50 | 4E | 25 | 43 | D |
| Octal | 70 | 47 | 13 | 0 | 36 | 120 | 116 | 45 | 103 | 15 |
| Binary | 111000 | 100111 | 1011 | 0 | 11110 | 1010000 | 1001110 | 100101 | 1000011 | 1101 |
Color Harmonies of #38270B
Complementary color
Monochromatic Colors of #38270B
Black with #38270B
Text Example
Text Example
White with #38270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38270B; }
p { color: rgb(56,39,11); }
H1.HeaderClassName
{
color: #38270B;
}
.AnyTagClassName
{
color: #38270B;
}
</style>
background-color css
<style>
a { background-color: #38270B; }
a { background-color: rgb(56,39,11); }
div.DivClassName
{
background-color: #38270B;
}
.BgClassName
{
background-color: #38270B;
}
</style>
border-color css
<style>
span { border-color: #38270B; }
span { border-color: rgb(56,39,11); }
td.TdClassName
{
border-color: #38270B;
}
.TagClassName
{
border-color: #38270B;
}
</style>