Shades of Blackberry #25141D
Tints of Blackberry #25141D
RGB
CMYK
RGB Variations
Color information
#25141D (or 0x25141D) is known color: Blackberry. HEX triplet: 25, 14 and 1D. RGB value is (37,20,29). Sum of RGB (Red+Green+Blue) = 37+20+29=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 20 (8.20% from 255 or 23.26% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 37 - color contains mainly: red. Hex color #25141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25141D is #DAEBE2. Grayscale: #1A1A1A. Windows color (decimal): -14347235 or 1905701. OLE color: 1905701.
HSL color Cylindrical-coordinate representation of color #25141D: hue angle of 328.24º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #25141D is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 20 | 29 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.85 |
| HSL | 328.24º | 0.3% | 0.11% | - |
| HSV(B) | 328.24º | 0.46% | 0.15% | - |
| XYZ | 1.23 | 0.98 | 1.29 | - |
| YUV | 26.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 20 | 29 | 0 | 0.46 | 0.22 | 0.85 | 328.24 | 0.3 | 0.11 |
| Hex | 25 | 14 | 1D | 0 | 2E | 16 | 55 | 148 | 1E | B |
| Octal | 45 | 24 | 35 | 0 | 56 | 26 | 125 | 510 | 36 | 13 |
| Binary | 100101 | 10100 | 11101 | 0 | 101110 | 10110 | 1010101 | 101001000 | 11110 | 1011 |
Color Harmonies of #25141D
Complementary color
Monochromatic Colors of #25141D
Black with #25141D
Text Example
Text Example
White with #25141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25141D; }
p { color: rgb(37,20,29); }
H1.HeaderClassName
{
color: #25141D;
}
.AnyTagClassName
{
color: #25141D;
}
</style>
background-color css
<style>
a { background-color: #25141D; }
a { background-color: rgb(37,20,29); }
div.DivClassName
{
background-color: #25141D;
}
.BgClassName
{
background-color: #25141D;
}
</style>
border-color css
<style>
span { border-color: #25141D; }
span { border-color: rgb(37,20,29); }
td.TdClassName
{
border-color: #25141D;
}
.TagClassName
{
border-color: #25141D;
}
</style>