Shades of Blackberry #250319
Tints of Blackberry #250319
RGB
CMYK
RGB Variations
Color information
#250319 (or 0x250319) is known color: Blackberry. HEX triplet: 25, 03 and 19. RGB value is (37,3,25). Sum of RGB (Red+Green+Blue) = 37+3+25=65 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.92% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 37 - color contains mainly: red. Hex color #250319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250319 is #DAFCE6. Grayscale: #0F0F0F. Windows color (decimal): -14351591 or 1639205. OLE color: 1639205.
HSL color Cylindrical-coordinate representation of color #250319: hue angle of 321.18º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #250319 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 3 | 25 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.85 |
| HSL | 321.18º | 0.85% | 0.08% | - |
| HSV(B) | 321.18º | 0.92% | 0.15% | - |
| XYZ | 0.97 | 0.53 | 0.97 | - |
| YUV | 15.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 25 | 0 | 0.92 | 0.32 | 0.85 | 321.18 | 0.85 | 0.08 |
| Hex | 25 | 3 | 19 | 0 | 5C | 20 | 55 | 141 | 55 | 8 |
| Octal | 45 | 3 | 31 | 0 | 134 | 40 | 125 | 501 | 125 | 10 |
| Binary | 100101 | 11 | 11001 | 0 | 1011100 | 100000 | 1010101 | 101000001 | 1010101 | 1000 |
Color Harmonies of #250319
Complementary color
Monochromatic Colors of #250319
Black with #250319
Text Example
Text Example
White with #250319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250319; }
p { color: rgb(37,3,25); }
H1.HeaderClassName
{
color: #250319;
}
.AnyTagClassName
{
color: #250319;
}
</style>
background-color css
<style>
a { background-color: #250319; }
a { background-color: rgb(37,3,25); }
div.DivClassName
{
background-color: #250319;
}
.BgClassName
{
background-color: #250319;
}
</style>
border-color css
<style>
span { border-color: #250319; }
span { border-color: rgb(37,3,25); }
td.TdClassName
{
border-color: #250319;
}
.TagClassName
{
border-color: #250319;
}
</style>