Shades of Blackberry #460932
Tints of Blackberry #460932
RGB
CMYK
RGB Variations
Color information
#460932 (or 0x460932) is known color: Blackberry. HEX triplet: 46, 09 and 32. RGB value is (70,9,50). Sum of RGB (Red+Green+Blue) = 70+9+50=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #460932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460932 is #B9F6CD. Grayscale: #1F1F1F. Windows color (decimal): -12187342 or 3279174. OLE color: 3279174.
HSL color Cylindrical-coordinate representation of color #460932: hue angle of 319.67º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #460932 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 9 | 50 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.73 |
| HSL | 319.67º | 0.77% | 0.15% | - |
| HSV(B) | 319.67º | 0.87% | 0.27% | - |
| XYZ | 3.2 | 1.73 | 3.18 | - |
| YUV | 31.91 | 138.21 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 50 | 0 | 0.87 | 0.29 | 0.73 | 319.67 | 0.77 | 0.15 |
| Hex | 46 | 9 | 32 | 0 | 57 | 1D | 49 | 140 | 4D | F |
| Octal | 106 | 11 | 62 | 0 | 127 | 35 | 111 | 500 | 115 | 17 |
| Binary | 1000110 | 1001 | 110010 | 0 | 1010111 | 11101 | 1001001 | 101000000 | 1001101 | 1111 |
Color Harmonies of #460932
Complementary color
Monochromatic Colors of #460932
Black with #460932
Text Example
Text Example
White with #460932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460932; }
p { color: rgb(70,9,50); }
H1.HeaderClassName
{
color: #460932;
}
.AnyTagClassName
{
color: #460932;
}
</style>
background-color css
<style>
a { background-color: #460932; }
a { background-color: rgb(70,9,50); }
div.DivClassName
{
background-color: #460932;
}
.BgClassName
{
background-color: #460932;
}
</style>
border-color css
<style>
span { border-color: #460932; }
span { border-color: rgb(70,9,50); }
td.TdClassName
{
border-color: #460932;
}
.TagClassName
{
border-color: #460932;
}
</style>