Shades of Blackberry #461139
Tints of Blackberry #461139
RGB
CMYK
RGB Variations
Color information
#461139 (or 0x461139) is known color: Blackberry. HEX triplet: 46, 11 and 39. RGB value is (70,17,57). Sum of RGB (Red+Green+Blue) = 70+17+57=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #461139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461139 is #B9EEC6. Grayscale: #252525. Windows color (decimal): -12185287 or 3739974. OLE color: 3739974.
HSL color Cylindrical-coordinate representation of color #461139: hue angle of 314.72º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461139 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 17 | 57 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.73 |
| HSL | 314.72º | 0.61% | 0.17% | - |
| HSV(B) | 314.72º | 0.76% | 0.27% | - |
| XYZ | 3.46 | 2 | 4.07 | - |
| YUV | 37.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 57 | 0 | 0.76 | 0.19 | 0.73 | 314.72 | 0.61 | 0.17 |
| Hex | 46 | 11 | 39 | 0 | 4C | 13 | 49 | 13B | 3D | 11 |
| Octal | 106 | 21 | 71 | 0 | 114 | 23 | 111 | 473 | 75 | 21 |
| Binary | 1000110 | 10001 | 111001 | 0 | 1001100 | 10011 | 1001001 | 100111011 | 111101 | 10001 |
Color Harmonies of #461139
Complementary color
Monochromatic Colors of #461139
Black with #461139
Text Example
Text Example
White with #461139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461139; }
p { color: rgb(70,17,57); }
H1.HeaderClassName
{
color: #461139;
}
.AnyTagClassName
{
color: #461139;
}
</style>
background-color css
<style>
a { background-color: #461139; }
a { background-color: rgb(70,17,57); }
div.DivClassName
{
background-color: #461139;
}
.BgClassName
{
background-color: #461139;
}
</style>
border-color css
<style>
span { border-color: #461139; }
span { border-color: rgb(70,17,57); }
td.TdClassName
{
border-color: #461139;
}
.TagClassName
{
border-color: #461139;
}
</style>