Shades of Blackberry #460032
Tints of Blackberry #460032
RGB
CMYK
RGB Variations
Color information
#460032 (or 0x460032) is known color: Blackberry. HEX triplet: 46, 00 and 32. RGB value is (70,0,50). Sum of RGB (Red+Green+Blue) = 70+0+50=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #460032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460032 is #B9FFCD. Grayscale: #1A1A1A. Windows color (decimal): -12189646 or 3276870. OLE color: 3276870.
HSL color Cylindrical-coordinate representation of color #460032: hue angle of 317.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460032 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.29 | 0.73 |
| HSL | 317.14º | 1% | 0.14% | - |
| HSV(B) | 317.14º | 1% | 0.27% | - |
| XYZ | 3.1 | 1.53 | 3.15 | - |
| YUV | 26.63 | 141.19 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 50 | 0 | 1 | 0.29 | 0.73 | 317.14 | 1 | 0.14 |
| Hex | 46 | 0 | 32 | 0 | 64 | 1D | 49 | 13D | 64 | E |
| Octal | 106 | 0 | 62 | 0 | 144 | 35 | 111 | 475 | 144 | 16 |
| Binary | 1000110 | 0 | 110010 | 0 | 1100100 | 11101 | 1001001 | 100111101 | 1100100 | 1110 |
Color Harmonies of #460032
Complementary color
Monochromatic Colors of #460032
Black with #460032
Text Example
Text Example
White with #460032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460032; }
p { color: rgb(70,0,50); }
H1.HeaderClassName
{
color: #460032;
}
.AnyTagClassName
{
color: #460032;
}
</style>
background-color css
<style>
a { background-color: #460032; }
a { background-color: rgb(70,0,50); }
div.DivClassName
{
background-color: #460032;
}
.BgClassName
{
background-color: #460032;
}
</style>
border-color css
<style>
span { border-color: #460032; }
span { border-color: rgb(70,0,50); }
td.TdClassName
{
border-color: #460032;
}
.TagClassName
{
border-color: #460032;
}
</style>