Shades of Blackberry #250615
Tints of Blackberry #250615
RGB
CMYK
RGB Variations
Color information
#250615 (or 0x250615) is known color: Blackberry. HEX triplet: 25, 06 and 15. RGB value is (37,6,21). Sum of RGB (Red+Green+Blue) = 37+6+21=64 (8% of max value = 765). Red value is 37 (14.84% from 255 or 57.81% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 37 - color contains mainly: red. Hex color #250615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250615 is #DAF9EA. Grayscale: #101010. Windows color (decimal): -14350827 or 1377829. OLE color: 1377829.
HSL color Cylindrical-coordinate representation of color #250615: hue angle of 330.97º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #250615 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 6 | 21 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.85 |
| HSL | 330.97º | 0.72% | 0.08% | - |
| HSV(B) | 330.97º | 0.84% | 0.15% | - |
| XYZ | 0.96 | 0.58 | 0.77 | - |
| YUV | 16.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 6 | 21 | 0 | 0.84 | 0.43 | 0.85 | 330.97 | 0.72 | 0.08 |
| Hex | 25 | 6 | 15 | 0 | 54 | 2B | 55 | 14B | 48 | 8 |
| Octal | 45 | 6 | 25 | 0 | 124 | 53 | 125 | 513 | 110 | 10 |
| Binary | 100101 | 110 | 10101 | 0 | 1010100 | 101011 | 1010101 | 101001011 | 1001000 | 1000 |
Color Harmonies of #250615
Complementary color
Monochromatic Colors of #250615
Black with #250615
Text Example
Text Example
White with #250615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250615; }
p { color: rgb(37,6,21); }
H1.HeaderClassName
{
color: #250615;
}
.AnyTagClassName
{
color: #250615;
}
</style>
background-color css
<style>
a { background-color: #250615; }
a { background-color: rgb(37,6,21); }
div.DivClassName
{
background-color: #250615;
}
.BgClassName
{
background-color: #250615;
}
</style>
border-color css
<style>
span { border-color: #250615; }
span { border-color: rgb(37,6,21); }
td.TdClassName
{
border-color: #250615;
}
.TagClassName
{
border-color: #250615;
}
</style>