Shades of Black Magic #252320
Tints of Black Magic #252320
RGB
CMYK
RGB Variations
Color information
#252320 (or 0x252320) is known color: Black Magic. HEX triplet: 25, 23 and 20. RGB value is (37,35,32). Sum of RGB (Red+Green+Blue) = 37+35+32=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 37 - color contains mainly: red. Hex color #252320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252320 is #DADCDF. Grayscale: #232323. Windows color (decimal): -14343392 or 2106149. OLE color: 2106149.
HSL color Cylindrical-coordinate representation of color #252320: hue angle of 36º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #252320 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 35 | 32 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.85 |
| HSL | 36º | 0.07% | 0.14% | - |
| HSV(B) | 36º | 0.14% | 0.15% | - |
| XYZ | 1.62 | 1.7 | 1.61 | - |
| YUV | 35.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 35 | 32 | 0 | 0.05 | 0.14 | 0.85 | 36 | 0.07 | 0.14 |
| Hex | 25 | 23 | 20 | 0 | 5 | E | 55 | 24 | 7 | E |
| Octal | 45 | 43 | 40 | 0 | 5 | 16 | 125 | 44 | 7 | 16 |
| Binary | 100101 | 100011 | 100000 | 0 | 101 | 1110 | 1010101 | 100100 | 111 | 1110 |
Color Harmonies of #252320
Complementary color
Monochromatic Colors of #252320
Black with #252320
Text Example
Text Example
White with #252320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252320; }
p { color: rgb(37,35,32); }
H1.HeaderClassName
{
color: #252320;
}
.AnyTagClassName
{
color: #252320;
}
</style>
background-color css
<style>
a { background-color: #252320; }
a { background-color: rgb(37,35,32); }
div.DivClassName
{
background-color: #252320;
}
.BgClassName
{
background-color: #252320;
}
</style>
border-color css
<style>
span { border-color: #252320; }
span { border-color: rgb(37,35,32); }
td.TdClassName
{
border-color: #252320;
}
.TagClassName
{
border-color: #252320;
}
</style>