Shades of Blackberry #250519
Tints of Blackberry #250519
RGB
CMYK
RGB Variations
Color information
#250519 (or 0x250519) is known color: Blackberry. HEX triplet: 25, 05 and 19. RGB value is (37,5,25). Sum of RGB (Red+Green+Blue) = 37+5+25=67 (8% of max value = 765). Red value is 37 (14.84% from 255 or 55.22% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 37 - color contains mainly: red. Hex color #250519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250519 is #DAFAE6. Grayscale: #101010. Windows color (decimal): -14351079 or 1639717. OLE color: 1639717.
HSL color Cylindrical-coordinate representation of color #250519: hue angle of 322.5º 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 #250519 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 5 | 25 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.85 |
| HSL | 322.5º | 0.76% | 0.08% | - |
| HSV(B) | 322.5º | 0.86% | 0.15% | - |
| XYZ | 0.99 | 0.57 | 0.98 | - |
| YUV | 16.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 25 | 0 | 0.86 | 0.32 | 0.85 | 322.5 | 0.76 | 0.08 |
| Hex | 25 | 5 | 19 | 0 | 56 | 20 | 55 | 142 | 4C | 8 |
| Octal | 45 | 5 | 31 | 0 | 126 | 40 | 125 | 502 | 114 | 10 |
| Binary | 100101 | 101 | 11001 | 0 | 1010110 | 100000 | 1010101 | 101000010 | 1001100 | 1000 |
Color Harmonies of #250519
Complementary color
Monochromatic Colors of #250519
Black with #250519
Text Example
Text Example
White with #250519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250519; }
p { color: rgb(37,5,25); }
H1.HeaderClassName
{
color: #250519;
}
.AnyTagClassName
{
color: #250519;
}
</style>
background-color css
<style>
a { background-color: #250519; }
a { background-color: rgb(37,5,25); }
div.DivClassName
{
background-color: #250519;
}
.BgClassName
{
background-color: #250519;
}
</style>
border-color css
<style>
span { border-color: #250519; }
span { border-color: rgb(37,5,25); }
td.TdClassName
{
border-color: #250519;
}
.TagClassName
{
border-color: #250519;
}
</style>