Shades of Blackberry #25091B
Tints of Blackberry #25091B
RGB
CMYK
RGB Variations
Color information
#25091B (or 0x25091B) is known color: Blackberry. HEX triplet: 25, 09 and 1B. RGB value is (37,9,27). Sum of RGB (Red+Green+Blue) = 37+9+27=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 9 (3.91% from 255 or 12.33% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #25091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25091B is #DAF6E4. Grayscale: #131313. Windows color (decimal): -14350053 or 1771813. OLE color: 1771813.
HSL color Cylindrical-coordinate representation of color #25091B: hue angle of 321.43º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25091B is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 9 | 27 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.85 |
| HSL | 321.43º | 0.61% | 0.09% | - |
| HSV(B) | 321.43º | 0.76% | 0.15% | - |
| XYZ | 1.06 | 0.67 | 1.11 | - |
| YUV | 19.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 9 | 27 | 0 | 0.76 | 0.27 | 0.85 | 321.43 | 0.61 | 0.09 |
| Hex | 25 | 9 | 1B | 0 | 4C | 1B | 55 | 141 | 3D | 9 |
| Octal | 45 | 11 | 33 | 0 | 114 | 33 | 125 | 501 | 75 | 11 |
| Binary | 100101 | 1001 | 11011 | 0 | 1001100 | 11011 | 1010101 | 101000001 | 111101 | 1001 |
Color Harmonies of #25091B
Complementary color
Monochromatic Colors of #25091B
Black with #25091B
Text Example
Text Example
White with #25091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25091B; }
p { color: rgb(37,9,27); }
H1.HeaderClassName
{
color: #25091B;
}
.AnyTagClassName
{
color: #25091B;
}
</style>
background-color css
<style>
a { background-color: #25091B; }
a { background-color: rgb(37,9,27); }
div.DivClassName
{
background-color: #25091B;
}
.BgClassName
{
background-color: #25091B;
}
</style>
border-color css
<style>
span { border-color: #25091B; }
span { border-color: rgb(37,9,27); }
td.TdClassName
{
border-color: #25091B;
}
.TagClassName
{
border-color: #25091B;
}
</style>