Shades of Black Magic #38280B
Tints of Black Magic #38280B
RGB
CMYK
RGB Variations
Color information
#38280B (or 0x38280B) is known color: Black Magic. HEX triplet: 38, 28 and 0B. RGB value is (56,40,11). Sum of RGB (Red+Green+Blue) = 56+40+11=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #38280B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38280B is #C7D7F4. Grayscale: #292929. Windows color (decimal): -13096949 or 731192. OLE color: 731192.
HSL color Cylindrical-coordinate representation of color #38280B: hue angle of 38.67º 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 #38280B is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 40 | 11 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.78 |
| HSL | 38.67º | 0.67% | 0.13% | - |
| HSV(B) | 38.67º | 0.8% | 0.22% | - |
| XYZ | 2.45 | 2.38 | 0.65 | - |
| YUV | 41.48 | 110.8 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 11 | 0 | 0.29 | 0.80 | 0.78 | 38.67 | 0.67 | 0.13 |
| Hex | 38 | 28 | B | 0 | 1D | 50 | 4E | 27 | 43 | D |
| Octal | 70 | 50 | 13 | 0 | 35 | 120 | 116 | 47 | 103 | 15 |
| Binary | 111000 | 101000 | 1011 | 0 | 11101 | 1010000 | 1001110 | 100111 | 1000011 | 1101 |
Color Harmonies of #38280B
Complementary color
Monochromatic Colors of #38280B
Black with #38280B
Text Example
Text Example
White with #38280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38280B; }
p { color: rgb(56,40,11); }
H1.HeaderClassName
{
color: #38280B;
}
.AnyTagClassName
{
color: #38280B;
}
</style>
background-color css
<style>
a { background-color: #38280B; }
a { background-color: rgb(56,40,11); }
div.DivClassName
{
background-color: #38280B;
}
.BgClassName
{
background-color: #38280B;
}
</style>
border-color css
<style>
span { border-color: #38280B; }
span { border-color: rgb(56,40,11); }
td.TdClassName
{
border-color: #38280B;
}
.TagClassName
{
border-color: #38280B;
}
</style>