Shades of Blackberry #460232
Tints of Blackberry #460232
RGB
CMYK
RGB Variations
Color information
#460232 (or 0x460232) is known color: Blackberry. HEX triplet: 46, 02 and 32. RGB value is (70,2,50). Sum of RGB (Red+Green+Blue) = 70+2+50=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #460232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460232 is #B9FDCD. Grayscale: #1B1B1B. Windows color (decimal): -12189134 or 3277382. OLE color: 3277382.
HSL color Cylindrical-coordinate representation of color #460232: hue angle of 317.65º 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 #460232 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 2 | 50 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.73 |
| HSL | 317.65º | 0.94% | 0.14% | - |
| HSV(B) | 317.65º | 0.97% | 0.27% | - |
| XYZ | 3.12 | 1.58 | 3.16 | - |
| YUV | 27.8 | 140.53 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 50 | 0 | 0.97 | 0.29 | 0.73 | 317.65 | 0.94 | 0.14 |
| Hex | 46 | 2 | 32 | 0 | 61 | 1D | 49 | 13E | 5E | E |
| Octal | 106 | 2 | 62 | 0 | 141 | 35 | 111 | 476 | 136 | 16 |
| Binary | 1000110 | 10 | 110010 | 0 | 1100001 | 11101 | 1001001 | 100111110 | 1011110 | 1110 |
Color Harmonies of #460232
Complementary color
Monochromatic Colors of #460232
Black with #460232
Text Example
Text Example
White with #460232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460232; }
p { color: rgb(70,2,50); }
H1.HeaderClassName
{
color: #460232;
}
.AnyTagClassName
{
color: #460232;
}
</style>
background-color css
<style>
a { background-color: #460232; }
a { background-color: rgb(70,2,50); }
div.DivClassName
{
background-color: #460232;
}
.BgClassName
{
background-color: #460232;
}
</style>
border-color css
<style>
span { border-color: #460232; }
span { border-color: rgb(70,2,50); }
td.TdClassName
{
border-color: #460232;
}
.TagClassName
{
border-color: #460232;
}
</style>