Shades of Blackberry #250517
Tints of Blackberry #250517
RGB
CMYK
RGB Variations
Color information
#250517 (or 0x250517) is known color: Blackberry. HEX triplet: 25, 05 and 17. RGB value is (37,5,23). Sum of RGB (Red+Green+Blue) = 37+5+23=65 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.92% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 23 (9.38% from 255 or 35.38% from 65); Max value from RGB is 37 - color contains mainly: red. Hex color #250517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250517 is #DAFAE8. Grayscale: #101010. Windows color (decimal): -14351081 or 1508645. OLE color: 1508645.
HSL color Cylindrical-coordinate representation of color #250517: hue angle of 326.25º 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 #250517 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 5 | 23 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.85 |
| HSL | 326.25º | 0.76% | 0.08% | - |
| HSV(B) | 326.25º | 0.86% | 0.15% | - |
| XYZ | 0.97 | 0.56 | 0.87 | - |
| YUV | 16.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 23 | 0 | 0.86 | 0.38 | 0.85 | 326.25 | 0.76 | 0.08 |
| Hex | 25 | 5 | 17 | 0 | 56 | 26 | 55 | 146 | 4C | 8 |
| Octal | 45 | 5 | 27 | 0 | 126 | 46 | 125 | 506 | 114 | 10 |
| Binary | 100101 | 101 | 10111 | 0 | 1010110 | 100110 | 1010101 | 101000110 | 1001100 | 1000 |
Color Harmonies of #250517
Complementary color
Monochromatic Colors of #250517
Black with #250517
Text Example
Text Example
White with #250517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250517; }
p { color: rgb(37,5,23); }
H1.HeaderClassName
{
color: #250517;
}
.AnyTagClassName
{
color: #250517;
}
</style>
background-color css
<style>
a { background-color: #250517; }
a { background-color: rgb(37,5,23); }
div.DivClassName
{
background-color: #250517;
}
.BgClassName
{
background-color: #250517;
}
</style>
border-color css
<style>
span { border-color: #250517; }
span { border-color: rgb(37,5,23); }
td.TdClassName
{
border-color: #250517;
}
.TagClassName
{
border-color: #250517;
}
</style>