Shades of Black Magic #25221D
Tints of Black Magic #25221D
RGB
CMYK
RGB Variations
Color information
#25221D (or 0x25221D) is known color: Black Magic. HEX triplet: 25, 22 and 1D. RGB value is (37,34,29). Sum of RGB (Red+Green+Blue) = 37+34+29=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 37 - color contains mainly: red. Hex color #25221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25221D is #DADDE2. Grayscale: #222222. Windows color (decimal): -14343651 or 1909285. OLE color: 1909285.
HSL color Cylindrical-coordinate representation of color #25221D: hue angle of 37.5º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #25221D is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 34 | 29 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.85 |
| HSL | 37.5º | 0.12% | 0.13% | - |
| HSV(B) | 37.5º | 0.22% | 0.15% | - |
| XYZ | 1.56 | 1.63 | 1.39 | - |
| YUV | 34.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 34 | 29 | 0 | 0.08 | 0.22 | 0.85 | 37.5 | 0.12 | 0.13 |
| Hex | 25 | 22 | 1D | 0 | 8 | 16 | 55 | 26 | C | D |
| Octal | 45 | 42 | 35 | 0 | 10 | 26 | 125 | 46 | 14 | 15 |
| Binary | 100101 | 100010 | 11101 | 0 | 1000 | 10110 | 1010101 | 100110 | 1100 | 1101 |
Color Harmonies of #25221D
Complementary color
Monochromatic Colors of #25221D
Black with #25221D
Text Example
Text Example
White with #25221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25221D; }
p { color: rgb(37,34,29); }
H1.HeaderClassName
{
color: #25221D;
}
.AnyTagClassName
{
color: #25221D;
}
</style>
background-color css
<style>
a { background-color: #25221D; }
a { background-color: rgb(37,34,29); }
div.DivClassName
{
background-color: #25221D;
}
.BgClassName
{
background-color: #25221D;
}
</style>
border-color css
<style>
span { border-color: #25221D; }
span { border-color: rgb(37,34,29); }
td.TdClassName
{
border-color: #25221D;
}
.TagClassName
{
border-color: #25221D;
}
</style>