Shades of Blackberry #460236
Tints of Blackberry #460236
RGB
CMYK
RGB Variations
Color information
#460236 (or 0x460236) is known color: Blackberry. HEX triplet: 46, 02 and 36. RGB value is (70,2,54). Sum of RGB (Red+Green+Blue) = 70+2+54=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #460236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460236 is #B9FDC9. Grayscale: #1C1C1C. Windows color (decimal): -12189130 or 3539526. OLE color: 3539526.
HSL color Cylindrical-coordinate representation of color #460236: hue angle of 314.12º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460236 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 2 | 54 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.73 |
| HSL | 314.12º | 0.94% | 0.14% | - |
| HSV(B) | 314.12º | 0.97% | 0.27% | - |
| XYZ | 3.21 | 1.61 | 3.63 | - |
| YUV | 28.26 | 142.53 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 54 | 0 | 0.97 | 0.23 | 0.73 | 314.12 | 0.94 | 0.14 |
| Hex | 46 | 2 | 36 | 0 | 61 | 17 | 49 | 13A | 5E | E |
| Octal | 106 | 2 | 66 | 0 | 141 | 27 | 111 | 472 | 136 | 16 |
| Binary | 1000110 | 10 | 110110 | 0 | 1100001 | 10111 | 1001001 | 100111010 | 1011110 | 1110 |
Color Harmonies of #460236
Complementary color
Monochromatic Colors of #460236
Black with #460236
Text Example
Text Example
White with #460236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460236; }
p { color: rgb(70,2,54); }
H1.HeaderClassName
{
color: #460236;
}
.AnyTagClassName
{
color: #460236;
}
</style>
background-color css
<style>
a { background-color: #460236; }
a { background-color: rgb(70,2,54); }
div.DivClassName
{
background-color: #460236;
}
.BgClassName
{
background-color: #460236;
}
</style>
border-color css
<style>
span { border-color: #460236; }
span { border-color: rgb(70,2,54); }
td.TdClassName
{
border-color: #460236;
}
.TagClassName
{
border-color: #460236;
}
</style>