Shades of Blackberry #25131D
Tints of Blackberry #25131D
RGB
CMYK
RGB Variations
Color information
#25131D (or 0x25131D) is known color: Blackberry. HEX triplet: 25, 13 and 1D. RGB value is (37,19,29). Sum of RGB (Red+Green+Blue) = 37+19+29=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #25131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25131D is #DAECE2. Grayscale: #191919. Windows color (decimal): -14347491 or 1905445. OLE color: 1905445.
HSL color Cylindrical-coordinate representation of color #25131D: hue angle of 326.67º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #25131D is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 19 | 29 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.85 |
| HSL | 326.67º | 0.32% | 0.11% | - |
| HSV(B) | 326.67º | 0.49% | 0.15% | - |
| XYZ | 1.22 | 0.95 | 1.28 | - |
| YUV | 25.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 29 | 0 | 0.49 | 0.22 | 0.85 | 326.67 | 0.32 | 0.11 |
| Hex | 25 | 13 | 1D | 0 | 31 | 16 | 55 | 147 | 20 | B |
| Octal | 45 | 23 | 35 | 0 | 61 | 26 | 125 | 507 | 40 | 13 |
| Binary | 100101 | 10011 | 11101 | 0 | 110001 | 10110 | 1010101 | 101000111 | 100000 | 1011 |
Color Harmonies of #25131D
Complementary color
Monochromatic Colors of #25131D
Black with #25131D
Text Example
Text Example
White with #25131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25131D; }
p { color: rgb(37,19,29); }
H1.HeaderClassName
{
color: #25131D;
}
.AnyTagClassName
{
color: #25131D;
}
</style>
background-color css
<style>
a { background-color: #25131D; }
a { background-color: rgb(37,19,29); }
div.DivClassName
{
background-color: #25131D;
}
.BgClassName
{
background-color: #25131D;
}
</style>
border-color css
<style>
span { border-color: #25131D; }
span { border-color: rgb(37,19,29); }
td.TdClassName
{
border-color: #25131D;
}
.TagClassName
{
border-color: #25131D;
}
</style>