Shades of Blackberry #460125
Tints of Blackberry #460125
RGB
CMYK
RGB Variations
Color information
#460125 (or 0x460125) is known color: Blackberry. HEX triplet: 46, 01 and 25. RGB value is (70,1,37). Sum of RGB (Red+Green+Blue) = 70+1+37=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #460125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460125 is #B9FEDA. Grayscale: #191919. Windows color (decimal): -12189403 or 2425158. OLE color: 2425158.
HSL color Cylindrical-coordinate representation of color #460125: hue angle of 328.7º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460125 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 1 | 37 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.73 |
| HSL | 328.7º | 0.97% | 0.14% | - |
| HSV(B) | 328.7º | 0.99% | 0.27% | - |
| XYZ | 2.87 | 1.46 | 1.88 | - |
| YUV | 25.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 37 | 0 | 0.99 | 0.47 | 0.73 | 328.7 | 0.97 | 0.14 |
| Hex | 46 | 1 | 25 | 0 | 63 | 2F | 49 | 149 | 61 | E |
| Octal | 106 | 1 | 45 | 0 | 143 | 57 | 111 | 511 | 141 | 16 |
| Binary | 1000110 | 1 | 100101 | 0 | 1100011 | 101111 | 1001001 | 101001001 | 1100001 | 1110 |
Color Harmonies of #460125
Complementary color
Monochromatic Colors of #460125
Black with #460125
Text Example
Text Example
White with #460125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460125; }
p { color: rgb(70,1,37); }
H1.HeaderClassName
{
color: #460125;
}
.AnyTagClassName
{
color: #460125;
}
</style>
background-color css
<style>
a { background-color: #460125; }
a { background-color: rgb(70,1,37); }
div.DivClassName
{
background-color: #460125;
}
.BgClassName
{
background-color: #460125;
}
</style>
border-color css
<style>
span { border-color: #460125; }
span { border-color: rgb(70,1,37); }
td.TdClassName
{
border-color: #460125;
}
.TagClassName
{
border-color: #460125;
}
</style>