Shades of Blackberry #250415
Tints of Blackberry #250415
RGB
CMYK
RGB Variations
Color information
#250415 (or 0x250415) is known color: Blackberry. HEX triplet: 25, 04 and 15. RGB value is (37,4,21). Sum of RGB (Red+Green+Blue) = 37+4+21=62 (8% of max value = 765). Red value is 37 (14.84% from 255 or 59.68% from 62); Green value is 4 (1.95% from 255 or 6.45% from 62); Blue value is 21 (8.59% from 255 or 33.87% from 62); Max value from RGB is 37 - color contains mainly: red. Hex color #250415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250415 is #DAFBEA. Grayscale: #0F0F0F. Windows color (decimal): -14351339 or 1377317. OLE color: 1377317.
HSL color Cylindrical-coordinate representation of color #250415: hue angle of 329.09º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250415 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 4 | 21 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.85 |
| HSL | 329.09º | 0.8% | 0.08% | - |
| HSV(B) | 329.09º | 0.89% | 0.15% | - |
| XYZ | 0.94 | 0.53 | 0.76 | - |
| YUV | 15.81 | 130.93 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 4 | 21 | 0 | 0.89 | 0.43 | 0.85 | 329.09 | 0.8 | 0.08 |
| Hex | 25 | 4 | 15 | 0 | 59 | 2B | 55 | 149 | 50 | 8 |
| Octal | 45 | 4 | 25 | 0 | 131 | 53 | 125 | 511 | 120 | 10 |
| Binary | 100101 | 100 | 10101 | 0 | 1011001 | 101011 | 1010101 | 101001001 | 1010000 | 1000 |
Color Harmonies of #250415
Complementary color
Monochromatic Colors of #250415
Black with #250415
Text Example
Text Example
White with #250415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250415; }
p { color: rgb(37,4,21); }
H1.HeaderClassName
{
color: #250415;
}
.AnyTagClassName
{
color: #250415;
}
</style>
background-color css
<style>
a { background-color: #250415; }
a { background-color: rgb(37,4,21); }
div.DivClassName
{
background-color: #250415;
}
.BgClassName
{
background-color: #250415;
}
</style>
border-color css
<style>
span { border-color: #250415; }
span { border-color: rgb(37,4,21); }
td.TdClassName
{
border-color: #250415;
}
.TagClassName
{
border-color: #250415;
}
</style>