Shades of Blackberry #460530
Tints of Blackberry #460530
RGB
CMYK
RGB Variations
Color information
#460530 (or 0x460530) is known color: Blackberry. HEX triplet: 46, 05 and 30. RGB value is (70,5,48). Sum of RGB (Red+Green+Blue) = 70+5+48=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #460530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460530 is #B9FACF. Grayscale: #1D1D1D. Windows color (decimal): -12188368 or 3147078. OLE color: 3147078.
HSL color Cylindrical-coordinate representation of color #460530: hue angle of 320.31º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460530 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 5 | 48 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.73 |
| HSL | 320.31º | 0.87% | 0.15% | - |
| HSV(B) | 320.31º | 0.93% | 0.27% | - |
| XYZ | 3.11 | 1.62 | 2.95 | - |
| YUV | 29.34 | 138.53 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 48 | 0 | 0.93 | 0.31 | 0.73 | 320.31 | 0.87 | 0.15 |
| Hex | 46 | 5 | 30 | 0 | 5D | 1F | 49 | 140 | 57 | F |
| Octal | 106 | 5 | 60 | 0 | 135 | 37 | 111 | 500 | 127 | 17 |
| Binary | 1000110 | 101 | 110000 | 0 | 1011101 | 11111 | 1001001 | 101000000 | 1010111 | 1111 |
Color Harmonies of #460530
Complementary color
Monochromatic Colors of #460530
Black with #460530
Text Example
Text Example
White with #460530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460530; }
p { color: rgb(70,5,48); }
H1.HeaderClassName
{
color: #460530;
}
.AnyTagClassName
{
color: #460530;
}
</style>
background-color css
<style>
a { background-color: #460530; }
a { background-color: rgb(70,5,48); }
div.DivClassName
{
background-color: #460530;
}
.BgClassName
{
background-color: #460530;
}
</style>
border-color css
<style>
span { border-color: #460530; }
span { border-color: rgb(70,5,48); }
td.TdClassName
{
border-color: #460530;
}
.TagClassName
{
border-color: #460530;
}
</style>