Shades of Black Magic #25221C
Tints of Black Magic #25221C
RGB
CMYK
RGB Variations
Color information
#25221C (or 0x25221C) is known color: Black Magic. HEX triplet: 25, 22 and 1C. RGB value is (37,34,28). Sum of RGB (Red+Green+Blue) = 37+34+28=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 37 - color contains mainly: red. Hex color #25221C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25221C is #DADDE3. Grayscale: #222222. Windows color (decimal): -14343652 or 1843749. OLE color: 1843749.
HSL color Cylindrical-coordinate representation of color #25221C: hue angle of 40º degrees, saturation: 0.14, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #25221C is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 34 | 28 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.85 |
| HSL | 40º | 0.14% | 0.13% | - |
| HSV(B) | 40º | 0.24% | 0.15% | - |
| XYZ | 1.54 | 1.62 | 1.33 | - |
| YUV | 34.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 34 | 28 | 0 | 0.08 | 0.24 | 0.85 | 40 | 0.14 | 0.13 |
| Hex | 25 | 22 | 1C | 0 | 8 | 18 | 55 | 28 | E | D |
| Octal | 45 | 42 | 34 | 0 | 10 | 30 | 125 | 50 | 16 | 15 |
| Binary | 100101 | 100010 | 11100 | 0 | 1000 | 11000 | 1010101 | 101000 | 1110 | 1101 |
Color Harmonies of #25221C
Complementary color
Monochromatic Colors of #25221C
Black with #25221C
Text Example
Text Example
White with #25221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25221C; }
p { color: rgb(37,34,28); }
H1.HeaderClassName
{
color: #25221C;
}
.AnyTagClassName
{
color: #25221C;
}
</style>
background-color css
<style>
a { background-color: #25221C; }
a { background-color: rgb(37,34,28); }
div.DivClassName
{
background-color: #25221C;
}
.BgClassName
{
background-color: #25221C;
}
</style>
border-color css
<style>
span { border-color: #25221C; }
span { border-color: rgb(37,34,28); }
td.TdClassName
{
border-color: #25221C;
}
.TagClassName
{
border-color: #25221C;
}
</style>