Shades of Blackberry #250013
Tints of Blackberry #250013
RGB
CMYK
RGB Variations
Color information
#250013 (or 0x250013) is known color: Blackberry. HEX triplet: 25, 00 and 13. RGB value is (37,0,19). Sum of RGB (Red+Green+Blue) = 37+0+19=56 (7% of max value = 765). Red value is 37 (14.84% from 255 or 66.07% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 37 - color contains mainly: red. Hex color #250013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250013 is #DAFFEC. Grayscale: #0D0D0D. Windows color (decimal): -14352365 or 1245221. OLE color: 1245221.
HSL color Cylindrical-coordinate representation of color #250013: hue angle of 329.19º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250013 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.49 | 0.85 |
| HSL | 329.19º | 1% | 0.07% | - |
| HSV(B) | 329.19º | 1% | 0.15% | - |
| XYZ | 0.88 | 0.44 | 0.65 | - |
| YUV | 13.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 19 | 0 | 1 | 0.49 | 0.85 | 329.19 | 1 | 0.07 |
| Hex | 25 | 0 | 13 | 0 | 64 | 31 | 55 | 149 | 64 | 7 |
| Octal | 45 | 0 | 23 | 0 | 144 | 61 | 125 | 511 | 144 | 7 |
| Binary | 100101 | 0 | 10011 | 0 | 1100100 | 110001 | 1010101 | 101001001 | 1100100 | 111 |
Color Harmonies of #250013
Complementary color
Monochromatic Colors of #250013
Black with #250013
Text Example
Text Example
White with #250013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250013; }
p { color: rgb(37,0,19); }
H1.HeaderClassName
{
color: #250013;
}
.AnyTagClassName
{
color: #250013;
}
</style>
background-color css
<style>
a { background-color: #250013; }
a { background-color: rgb(37,0,19); }
div.DivClassName
{
background-color: #250013;
}
.BgClassName
{
background-color: #250013;
}
</style>
border-color css
<style>
span { border-color: #250013; }
span { border-color: rgb(37,0,19); }
td.TdClassName
{
border-color: #250013;
}
.TagClassName
{
border-color: #250013;
}
</style>