Shades of Blackberry #460134
Tints of Blackberry #460134
RGB
CMYK
RGB Variations
Color information
#460134 (or 0x460134) is known color: Blackberry. HEX triplet: 46, 01 and 34. RGB value is (70,1,52). Sum of RGB (Red+Green+Blue) = 70+1+52=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #460134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460134 is #B9FECB. Grayscale: #1B1B1B. Windows color (decimal): -12189388 or 3408198. OLE color: 3408198.
HSL color Cylindrical-coordinate representation of color #460134: hue angle of 315.65º 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 #460134 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 1 | 52 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.73 |
| HSL | 315.65º | 0.97% | 0.14% | - |
| HSV(B) | 315.65º | 0.99% | 0.27% | - |
| XYZ | 3.16 | 1.57 | 3.39 | - |
| YUV | 27.45 | 141.86 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 52 | 0 | 0.99 | 0.26 | 0.73 | 315.65 | 0.97 | 0.14 |
| Hex | 46 | 1 | 34 | 0 | 63 | 1A | 49 | 13C | 61 | E |
| Octal | 106 | 1 | 64 | 0 | 143 | 32 | 111 | 474 | 141 | 16 |
| Binary | 1000110 | 1 | 110100 | 0 | 1100011 | 11010 | 1001001 | 100111100 | 1100001 | 1110 |
Color Harmonies of #460134
Complementary color
Monochromatic Colors of #460134
Black with #460134
Text Example
Text Example
White with #460134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460134; }
p { color: rgb(70,1,52); }
H1.HeaderClassName
{
color: #460134;
}
.AnyTagClassName
{
color: #460134;
}
</style>
background-color css
<style>
a { background-color: #460134; }
a { background-color: rgb(70,1,52); }
div.DivClassName
{
background-color: #460134;
}
.BgClassName
{
background-color: #460134;
}
</style>
border-color css
<style>
span { border-color: #460134; }
span { border-color: rgb(70,1,52); }
td.TdClassName
{
border-color: #460134;
}
.TagClassName
{
border-color: #460134;
}
</style>