Shades of Blackberry #250715
Tints of Blackberry #250715
RGB
CMYK
RGB Variations
Color information
#250715 (or 0x250715) is known color: Blackberry. HEX triplet: 25, 07 and 15. RGB value is (37,7,21). Sum of RGB (Red+Green+Blue) = 37+7+21=65 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.92% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 21 (8.59% from 255 or 32.31% from 65); Max value from RGB is 37 - color contains mainly: red. Hex color #250715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250715 is #DAF8EA. Grayscale: #111111. Windows color (decimal): -14350571 or 1378085. OLE color: 1378085.
HSL color Cylindrical-coordinate representation of color #250715: hue angle of 332º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #250715 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 7 | 21 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.85 |
| HSL | 332º | 0.68% | 0.09% | - |
| HSV(B) | 332º | 0.81% | 0.15% | - |
| XYZ | 0.97 | 0.6 | 0.77 | - |
| YUV | 17.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 7 | 21 | 0 | 0.81 | 0.43 | 0.85 | 332 | 0.68 | 0.09 |
| Hex | 25 | 7 | 15 | 0 | 51 | 2B | 55 | 14C | 44 | 9 |
| Octal | 45 | 7 | 25 | 0 | 121 | 53 | 125 | 514 | 104 | 11 |
| Binary | 100101 | 111 | 10101 | 0 | 1010001 | 101011 | 1010101 | 101001100 | 1000100 | 1001 |
Color Harmonies of #250715
Complementary color
Monochromatic Colors of #250715
Black with #250715
Text Example
Text Example
White with #250715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250715; }
p { color: rgb(37,7,21); }
H1.HeaderClassName
{
color: #250715;
}
.AnyTagClassName
{
color: #250715;
}
</style>
background-color css
<style>
a { background-color: #250715; }
a { background-color: rgb(37,7,21); }
div.DivClassName
{
background-color: #250715;
}
.BgClassName
{
background-color: #250715;
}
</style>
border-color css
<style>
span { border-color: #250715; }
span { border-color: rgb(37,7,21); }
td.TdClassName
{
border-color: #250715;
}
.TagClassName
{
border-color: #250715;
}
</style>