Shades of Black Magic #28231B
Tints of Black Magic #28231B
RGB
CMYK
RGB Variations
Color information
#28231B (or 0x28231B) is known color: Black Magic. HEX triplet: 28, 23 and 1B. RGB value is (40,35,27). Sum of RGB (Red+Green+Blue) = 40+35+27=102 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.22% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 40 - color contains mainly: red. Hex color #28231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28231B is #D7DCE4. Grayscale: #232323. Windows color (decimal): -14146789 or 1778472. OLE color: 1778472.
HSL color Cylindrical-coordinate representation of color #28231B: hue angle of 36.92º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #28231B is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 35 | 27 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.84 |
| HSL | 36.92º | 0.19% | 0.13% | - |
| HSV(B) | 36.92º | 0.33% | 0.16% | - |
| XYZ | 1.67 | 1.73 | 1.28 | - |
| YUV | 35.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 27 | 0 | 0.12 | 0.33 | 0.84 | 36.92 | 0.19 | 0.13 |
| Hex | 28 | 23 | 1B | 0 | C | 21 | 54 | 25 | 13 | D |
| Octal | 50 | 43 | 33 | 0 | 14 | 41 | 124 | 45 | 23 | 15 |
| Binary | 101000 | 100011 | 11011 | 0 | 1100 | 100001 | 1010100 | 100101 | 10011 | 1101 |
Color Harmonies of #28231B
Complementary color
Monochromatic Colors of #28231B
Black with #28231B
Text Example
Text Example
White with #28231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28231B; }
p { color: rgb(40,35,27); }
H1.HeaderClassName
{
color: #28231B;
}
.AnyTagClassName
{
color: #28231B;
}
</style>
background-color css
<style>
a { background-color: #28231B; }
a { background-color: rgb(40,35,27); }
div.DivClassName
{
background-color: #28231B;
}
.BgClassName
{
background-color: #28231B;
}
</style>
border-color css
<style>
span { border-color: #28231B; }
span { border-color: rgb(40,35,27); }
td.TdClassName
{
border-color: #28231B;
}
.TagClassName
{
border-color: #28231B;
}
</style>