Shades of Blackberry #25051C
Tints of Blackberry #25051C
RGB
CMYK
RGB Variations
Color information
#25051C (or 0x25051C) is known color: Blackberry. HEX triplet: 25, 05 and 1C. RGB value is (37,5,28). Sum of RGB (Red+Green+Blue) = 37+5+28=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #25051C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25051C is #DAFAE3. Grayscale: #111111. Windows color (decimal): -14351076 or 1836325. OLE color: 1836325.
HSL color Cylindrical-coordinate representation of color #25051C: hue angle of 316.88º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #25051C is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 5 | 28 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.85 |
| HSL | 316.88º | 0.76% | 0.08% | - |
| HSV(B) | 316.88º | 0.86% | 0.15% | - |
| XYZ | 1.03 | 0.59 | 1.16 | - |
| YUV | 17.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 28 | 0 | 0.86 | 0.24 | 0.85 | 316.88 | 0.76 | 0.08 |
| Hex | 25 | 5 | 1C | 0 | 56 | 18 | 55 | 13D | 4C | 8 |
| Octal | 45 | 5 | 34 | 0 | 126 | 30 | 125 | 475 | 114 | 10 |
| Binary | 100101 | 101 | 11100 | 0 | 1010110 | 11000 | 1010101 | 100111101 | 1001100 | 1000 |
Color Harmonies of #25051C
Complementary color
Monochromatic Colors of #25051C
Black with #25051C
Text Example
Text Example
White with #25051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25051C; }
p { color: rgb(37,5,28); }
H1.HeaderClassName
{
color: #25051C;
}
.AnyTagClassName
{
color: #25051C;
}
</style>
background-color css
<style>
a { background-color: #25051C; }
a { background-color: rgb(37,5,28); }
div.DivClassName
{
background-color: #25051C;
}
.BgClassName
{
background-color: #25051C;
}
</style>
border-color css
<style>
span { border-color: #25051C; }
span { border-color: rgb(37,5,28); }
td.TdClassName
{
border-color: #25051C;
}
.TagClassName
{
border-color: #25051C;
}
</style>