Shades of Blackberry #250516
Tints of Blackberry #250516
RGB
CMYK
RGB Variations
Color information
#250516 (or 0x250516) is known color: Blackberry. HEX triplet: 25, 05 and 16. RGB value is (37,5,22). Sum of RGB (Red+Green+Blue) = 37+5+22=64 (8% of max value = 765). Red value is 37 (14.84% from 255 or 57.81% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 22 (8.98% from 255 or 34.38% from 64); Max value from RGB is 37 - color contains mainly: red. Hex color #250516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250516 is #DAFAE9. Grayscale: #101010. Windows color (decimal): -14351082 or 1443109. OLE color: 1443109.
HSL color Cylindrical-coordinate representation of color #250516: hue angle of 328.12º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #250516 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 5 | 22 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.85 |
| HSL | 328.13º | 0.76% | 0.08% | - |
| HSV(B) | 328.13º | 0.86% | 0.15% | - |
| XYZ | 0.96 | 0.56 | 0.82 | - |
| YUV | 16.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 22 | 0 | 0.86 | 0.41 | 0.85 | 328.13 | 0.76 | 0.08 |
| Hex | 25 | 5 | 16 | 0 | 56 | 29 | 55 | 148 | 4C | 8 |
| Octal | 45 | 5 | 26 | 0 | 126 | 51 | 125 | 510 | 114 | 10 |
| Binary | 100101 | 101 | 10110 | 0 | 1010110 | 101001 | 1010101 | 101001000 | 1001100 | 1000 |
Color Harmonies of #250516
Complementary color
Monochromatic Colors of #250516
Black with #250516
Text Example
Text Example
White with #250516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250516; }
p { color: rgb(37,5,22); }
H1.HeaderClassName
{
color: #250516;
}
.AnyTagClassName
{
color: #250516;
}
</style>
background-color css
<style>
a { background-color: #250516; }
a { background-color: rgb(37,5,22); }
div.DivClassName
{
background-color: #250516;
}
.BgClassName
{
background-color: #250516;
}
</style>
border-color css
<style>
span { border-color: #250516; }
span { border-color: rgb(37,5,22); }
td.TdClassName
{
border-color: #250516;
}
.TagClassName
{
border-color: #250516;
}
</style>