Shades of Black Magic #38280A
Tints of Black Magic #38280A
RGB
CMYK
RGB Variations
Color information
#38280A (or 0x38280A) is known color: Black Magic. HEX triplet: 38, 28 and 0A. RGB value is (56,40,10). Sum of RGB (Red+Green+Blue) = 56+40+10=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #38280A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38280A is #C7D7F5. Grayscale: #292929. Windows color (decimal): -13096950 or 665656. OLE color: 665656.
HSL color Cylindrical-coordinate representation of color #38280A: hue angle of 39.13º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38280A is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 40 | 10 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.78 |
| HSL | 39.13º | 0.7% | 0.13% | - |
| HSV(B) | 39.13º | 0.82% | 0.22% | - |
| XYZ | 2.44 | 2.38 | 0.62 | - |
| YUV | 41.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 10 | 0 | 0.29 | 0.82 | 0.78 | 39.13 | 0.7 | 0.13 |
| Hex | 38 | 28 | A | 0 | 1D | 52 | 4E | 27 | 46 | D |
| Octal | 70 | 50 | 12 | 0 | 35 | 122 | 116 | 47 | 106 | 15 |
| Binary | 111000 | 101000 | 1010 | 0 | 11101 | 1010010 | 1001110 | 100111 | 1000110 | 1101 |
Color Harmonies of #38280A
Complementary color
Monochromatic Colors of #38280A
Black with #38280A
Text Example
Text Example
White with #38280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38280A; }
p { color: rgb(56,40,10); }
H1.HeaderClassName
{
color: #38280A;
}
.AnyTagClassName
{
color: #38280A;
}
</style>
background-color css
<style>
a { background-color: #38280A; }
a { background-color: rgb(56,40,10); }
div.DivClassName
{
background-color: #38280A;
}
.BgClassName
{
background-color: #38280A;
}
</style>
border-color css
<style>
span { border-color: #38280A; }
span { border-color: rgb(56,40,10); }
td.TdClassName
{
border-color: #38280A;
}
.TagClassName
{
border-color: #38280A;
}
</style>