Shades of Blackberry #25021B
Tints of Blackberry #25021B
RGB
CMYK
RGB Variations
Color information
#25021B (or 0x25021B) is known color: Blackberry. HEX triplet: 25, 02 and 1B. RGB value is (37,2,27). Sum of RGB (Red+Green+Blue) = 37+2+27=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #25021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25021B is #DAFDE4. Grayscale: #0F0F0F. Windows color (decimal): -14351845 or 1770021. OLE color: 1770021.
HSL color Cylindrical-coordinate representation of color #25021B: hue angle of 317.14º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #25021B is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 2 | 27 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.85 |
| HSL | 317.14º | 0.9% | 0.08% | - |
| HSV(B) | 317.14º | 0.95% | 0.15% | - |
| XYZ | 0.98 | 0.52 | 1.08 | - |
| YUV | 15.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 27 | 0 | 0.95 | 0.27 | 0.85 | 317.14 | 0.9 | 0.08 |
| Hex | 25 | 2 | 1B | 0 | 5F | 1B | 55 | 13D | 5A | 8 |
| Octal | 45 | 2 | 33 | 0 | 137 | 33 | 125 | 475 | 132 | 10 |
| Binary | 100101 | 10 | 11011 | 0 | 1011111 | 11011 | 1010101 | 100111101 | 1011010 | 1000 |
Color Harmonies of #25021B
Complementary color
Monochromatic Colors of #25021B
Black with #25021B
Text Example
Text Example
White with #25021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25021B; }
p { color: rgb(37,2,27); }
H1.HeaderClassName
{
color: #25021B;
}
.AnyTagClassName
{
color: #25021B;
}
</style>
background-color css
<style>
a { background-color: #25021B; }
a { background-color: rgb(37,2,27); }
div.DivClassName
{
background-color: #25021B;
}
.BgClassName
{
background-color: #25021B;
}
</style>
border-color css
<style>
span { border-color: #25021B; }
span { border-color: rgb(37,2,27); }
td.TdClassName
{
border-color: #25021B;
}
.TagClassName
{
border-color: #25021B;
}
</style>