Shades of Blackberry #250316
Tints of Blackberry #250316
RGB
CMYK
RGB Variations
Color information
#250316 (or 0x250316) is known color: Blackberry. HEX triplet: 25, 03 and 16. RGB value is (37,3,22). Sum of RGB (Red+Green+Blue) = 37+3+22=62 (8% of max value = 765). Red value is 37 (14.84% from 255 or 59.68% from 62); Green value is 3 (1.56% from 255 or 4.84% from 62); Blue value is 22 (8.98% from 255 or 35.48% from 62); Max value from RGB is 37 - color contains mainly: red. Hex color #250316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250316 is #DAFCE9. Grayscale: #0F0F0F. Windows color (decimal): -14351594 or 1442597. OLE color: 1442597.
HSL color Cylindrical-coordinate representation of color #250316: hue angle of 326.47º 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 #250316 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 3 | 22 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.85 |
| HSL | 326.47º | 0.85% | 0.08% | - |
| HSV(B) | 326.47º | 0.92% | 0.15% | - |
| XYZ | 0.94 | 0.52 | 0.81 | - |
| YUV | 15.33 | 131.76 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 22 | 0 | 0.92 | 0.41 | 0.85 | 326.47 | 0.85 | 0.08 |
| Hex | 25 | 3 | 16 | 0 | 5C | 29 | 55 | 146 | 55 | 8 |
| Octal | 45 | 3 | 26 | 0 | 134 | 51 | 125 | 506 | 125 | 10 |
| Binary | 100101 | 11 | 10110 | 0 | 1011100 | 101001 | 1010101 | 101000110 | 1010101 | 1000 |
Color Harmonies of #250316
Complementary color
Monochromatic Colors of #250316
Black with #250316
Text Example
Text Example
White with #250316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250316; }
p { color: rgb(37,3,22); }
H1.HeaderClassName
{
color: #250316;
}
.AnyTagClassName
{
color: #250316;
}
</style>
background-color css
<style>
a { background-color: #250316; }
a { background-color: rgb(37,3,22); }
div.DivClassName
{
background-color: #250316;
}
.BgClassName
{
background-color: #250316;
}
</style>
border-color css
<style>
span { border-color: #250316; }
span { border-color: rgb(37,3,22); }
td.TdClassName
{
border-color: #250316;
}
.TagClassName
{
border-color: #250316;
}
</style>