Shades of Blackberry #250414
Tints of Blackberry #250414
RGB
CMYK
RGB Variations
Color information
#250414 (or 0x250414) is known color: Blackberry. HEX triplet: 25, 04 and 14. RGB value is (37,4,20). Sum of RGB (Red+Green+Blue) = 37+4+20=61 (8% of max value = 765). Red value is 37 (14.84% from 255 or 60.66% from 61); Green value is 4 (1.95% from 255 or 6.56% from 61); Blue value is 20 (8.20% from 255 or 32.79% from 61); Max value from RGB is 37 - color contains mainly: red. Hex color #250414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250414 is #DAFBEB. Grayscale: #0F0F0F. Windows color (decimal): -14351340 or 1311781. OLE color: 1311781.
HSL color Cylindrical-coordinate representation of color #250414: hue angle of 330.91º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250414 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 4 | 20 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.85 |
| HSL | 330.91º | 0.8% | 0.08% | - |
| HSV(B) | 330.91º | 0.89% | 0.15% | - |
| XYZ | 0.93 | 0.53 | 0.72 | - |
| YUV | 15.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 4 | 20 | 0 | 0.89 | 0.46 | 0.85 | 330.91 | 0.8 | 0.08 |
| Hex | 25 | 4 | 14 | 0 | 59 | 2E | 55 | 14B | 50 | 8 |
| Octal | 45 | 4 | 24 | 0 | 131 | 56 | 125 | 513 | 120 | 10 |
| Binary | 100101 | 100 | 10100 | 0 | 1011001 | 101110 | 1010101 | 101001011 | 1010000 | 1000 |
Color Harmonies of #250414
Complementary color
Monochromatic Colors of #250414
Black with #250414
Text Example
Text Example
White with #250414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250414; }
p { color: rgb(37,4,20); }
H1.HeaderClassName
{
color: #250414;
}
.AnyTagClassName
{
color: #250414;
}
</style>
background-color css
<style>
a { background-color: #250414; }
a { background-color: rgb(37,4,20); }
div.DivClassName
{
background-color: #250414;
}
.BgClassName
{
background-color: #250414;
}
</style>
border-color css
<style>
span { border-color: #250414; }
span { border-color: rgb(37,4,20); }
td.TdClassName
{
border-color: #250414;
}
.TagClassName
{
border-color: #250414;
}
</style>