Shades of Blackberry #250515
Tints of Blackberry #250515
RGB
CMYK
RGB Variations
Color information
#250515 (or 0x250515) is known color: Blackberry. HEX triplet: 25, 05 and 15. RGB value is (37,5,21). Sum of RGB (Red+Green+Blue) = 37+5+21=63 (8% of max value = 765). Red value is 37 (14.84% from 255 or 58.73% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 21 (8.59% from 255 or 33.33% from 63); Max value from RGB is 37 - color contains mainly: red. Hex color #250515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250515 is #DAFAEA. Grayscale: #101010. Windows color (decimal): -14351083 or 1377573. OLE color: 1377573.
HSL color Cylindrical-coordinate representation of color #250515: hue angle of 330º 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 #250515 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 5 | 21 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.85 |
| HSL | 330º | 0.76% | 0.08% | - |
| HSV(B) | 330º | 0.86% | 0.15% | - |
| XYZ | 0.95 | 0.56 | 0.77 | - |
| YUV | 16.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 21 | 0 | 0.86 | 0.43 | 0.85 | 330 | 0.76 | 0.08 |
| Hex | 25 | 5 | 15 | 0 | 56 | 2B | 55 | 14A | 4C | 8 |
| Octal | 45 | 5 | 25 | 0 | 126 | 53 | 125 | 512 | 114 | 10 |
| Binary | 100101 | 101 | 10101 | 0 | 1010110 | 101011 | 1010101 | 101001010 | 1001100 | 1000 |
Color Harmonies of #250515
Complementary color
Monochromatic Colors of #250515
Black with #250515
Text Example
Text Example
White with #250515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250515; }
p { color: rgb(37,5,21); }
H1.HeaderClassName
{
color: #250515;
}
.AnyTagClassName
{
color: #250515;
}
</style>
background-color css
<style>
a { background-color: #250515; }
a { background-color: rgb(37,5,21); }
div.DivClassName
{
background-color: #250515;
}
.BgClassName
{
background-color: #250515;
}
</style>
border-color css
<style>
span { border-color: #250515; }
span { border-color: rgb(37,5,21); }
td.TdClassName
{
border-color: #250515;
}
.TagClassName
{
border-color: #250515;
}
</style>