Shades of Blackberry #25101B
Tints of Blackberry #25101B
RGB
CMYK
RGB Variations
Color information
#25101B (or 0x25101B) is known color: Blackberry. HEX triplet: 25, 10 and 1B. RGB value is (37,16,27). Sum of RGB (Red+Green+Blue) = 37+16+27=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 37 - color contains mainly: red. Hex color #25101B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25101B is #DAEFE4. Grayscale: #171717. Windows color (decimal): -14348261 or 1773605. OLE color: 1773605.
HSL color Cylindrical-coordinate representation of color #25101B: hue angle of 328.57º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #25101B is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 16 | 27 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.85 |
| HSL | 328.57º | 0.4% | 0.1% | - |
| HSV(B) | 328.57º | 0.57% | 0.15% | - |
| XYZ | 1.15 | 0.84 | 1.14 | - |
| YUV | 23.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 16 | 27 | 0 | 0.57 | 0.27 | 0.85 | 328.57 | 0.4 | 0.1 |
| Hex | 25 | 10 | 1B | 0 | 39 | 1B | 55 | 149 | 28 | A |
| Octal | 45 | 20 | 33 | 0 | 71 | 33 | 125 | 511 | 50 | 12 |
| Binary | 100101 | 10000 | 11011 | 0 | 111001 | 11011 | 1010101 | 101001001 | 101000 | 1010 |
Color Harmonies of #25101B
Complementary color
Monochromatic Colors of #25101B
Black with #25101B
Text Example
Text Example
White with #25101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25101B; }
p { color: rgb(37,16,27); }
H1.HeaderClassName
{
color: #25101B;
}
.AnyTagClassName
{
color: #25101B;
}
</style>
background-color css
<style>
a { background-color: #25101B; }
a { background-color: rgb(37,16,27); }
div.DivClassName
{
background-color: #25101B;
}
.BgClassName
{
background-color: #25101B;
}
</style>
border-color css
<style>
span { border-color: #25101B; }
span { border-color: rgb(37,16,27); }
td.TdClassName
{
border-color: #25101B;
}
.TagClassName
{
border-color: #25101B;
}
</style>