Shades of Black Magic #2F2A25
Tints of Black Magic #2F2A25
RGB
CMYK
RGB Variations
Color information
#2F2A25 (or 0x2F2A25) is known color: Black Magic. HEX triplet: 2F, 2A and 25. RGB value is (47,42,37). Sum of RGB (Red+Green+Blue) = 47+42+37=126 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.30% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2A25 is #D0D5DA. Grayscale: #2A2A2A. Windows color (decimal): -13686235 or 2435631. OLE color: 2435631.
HSL color Cylindrical-coordinate representation of color #2F2A25: hue angle of 30º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2F2A25 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 42 | 37 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.82 |
| HSL | 30º | 0.12% | 0.16% | - |
| HSV(B) | 30º | 0.21% | 0.18% | - |
| XYZ | 2.33 | 2.39 | 2.09 | - |
| YUV | 42.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 42 | 37 | 0 | 0.11 | 0.21 | 0.82 | 30 | 0.12 | 0.16 |
| Hex | 2F | 2A | 25 | 0 | B | 15 | 52 | 1E | C | 10 |
| Octal | 57 | 52 | 45 | 0 | 13 | 25 | 122 | 36 | 14 | 20 |
| Binary | 101111 | 101010 | 100101 | 0 | 1011 | 10101 | 1010010 | 11110 | 1100 | 10000 |
Color Harmonies of #2F2A25
Complementary color
Monochromatic Colors of #2F2A25
Black with #2F2A25
Text Example
Text Example
White with #2F2A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2A25; }
p { color: rgb(47,42,37); }
H1.HeaderClassName
{
color: #2F2A25;
}
.AnyTagClassName
{
color: #2F2A25;
}
</style>
background-color css
<style>
a { background-color: #2F2A25; }
a { background-color: rgb(47,42,37); }
div.DivClassName
{
background-color: #2F2A25;
}
.BgClassName
{
background-color: #2F2A25;
}
</style>
border-color css
<style>
span { border-color: #2F2A25; }
span { border-color: rgb(47,42,37); }
td.TdClassName
{
border-color: #2F2A25;
}
.TagClassName
{
border-color: #2F2A25;
}
</style>