Shades of Black Magic #2F2310
Tints of Black Magic #2F2310
RGB
CMYK
RGB Variations
Color information
#2F2310 (or 0x2F2310) is known color: Black Magic. HEX triplet: 2F, 23 and 10. RGB value is (47,35,16). Sum of RGB (Red+Green+Blue) = 47+35+16=98 (12% of max value = 765). Red value is 47 (18.75% from 255 or 47.96% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2310 is #D0DCEF. Grayscale: #242424. Windows color (decimal): -13688048 or 1057583. OLE color: 1057583.
HSL color Cylindrical-coordinate representation of color #2F2310: hue angle of 36.77º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F2310 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 35 | 16 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.82 |
| HSL | 36.77º | 0.49% | 0.12% | - |
| HSV(B) | 36.77º | 0.66% | 0.18% | - |
| XYZ | 1.87 | 1.84 | 0.75 | - |
| YUV | 36.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 35 | 16 | 0 | 0.26 | 0.66 | 0.82 | 36.77 | 0.49 | 0.12 |
| Hex | 2F | 23 | 10 | 0 | 1A | 42 | 52 | 25 | 31 | C |
| Octal | 57 | 43 | 20 | 0 | 32 | 102 | 122 | 45 | 61 | 14 |
| Binary | 101111 | 100011 | 10000 | 0 | 11010 | 1000010 | 1010010 | 100101 | 110001 | 1100 |
Color Harmonies of #2F2310
Complementary color
Monochromatic Colors of #2F2310
Black with #2F2310
Text Example
Text Example
White with #2F2310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2310; }
p { color: rgb(47,35,16); }
H1.HeaderClassName
{
color: #2F2310;
}
.AnyTagClassName
{
color: #2F2310;
}
</style>
background-color css
<style>
a { background-color: #2F2310; }
a { background-color: rgb(47,35,16); }
div.DivClassName
{
background-color: #2F2310;
}
.BgClassName
{
background-color: #2F2310;
}
</style>
border-color css
<style>
span { border-color: #2F2310; }
span { border-color: rgb(47,35,16); }
td.TdClassName
{
border-color: #2F2310;
}
.TagClassName
{
border-color: #2F2310;
}
</style>