Shades of Blackberry #460832
Tints of Blackberry #460832
RGB
CMYK
RGB Variations
Color information
#460832 (or 0x460832) is known color: Blackberry. HEX triplet: 46, 08 and 32. RGB value is (70,8,50). Sum of RGB (Red+Green+Blue) = 70+8+50=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 50 (19.92% from 255 or 39.06% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #460832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460832 is #B9F7CD. Grayscale: #1F1F1F. Windows color (decimal): -12187598 or 3278918. OLE color: 3278918.
HSL color Cylindrical-coordinate representation of color #460832: hue angle of 319.35º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460832 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 8 | 50 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.73 |
| HSL | 319.35º | 0.79% | 0.15% | - |
| HSV(B) | 319.35º | 0.89% | 0.27% | - |
| XYZ | 3.19 | 1.71 | 3.18 | - |
| YUV | 31.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 8 | 50 | 0 | 0.89 | 0.29 | 0.73 | 319.35 | 0.79 | 0.15 |
| Hex | 46 | 8 | 32 | 0 | 59 | 1D | 49 | 13F | 4F | F |
| Octal | 106 | 10 | 62 | 0 | 131 | 35 | 111 | 477 | 117 | 17 |
| Binary | 1000110 | 1000 | 110010 | 0 | 1011001 | 11101 | 1001001 | 100111111 | 1001111 | 1111 |
Color Harmonies of #460832
Complementary color
Monochromatic Colors of #460832
Black with #460832
Text Example
Text Example
White with #460832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460832; }
p { color: rgb(70,8,50); }
H1.HeaderClassName
{
color: #460832;
}
.AnyTagClassName
{
color: #460832;
}
</style>
background-color css
<style>
a { background-color: #460832; }
a { background-color: rgb(70,8,50); }
div.DivClassName
{
background-color: #460832;
}
.BgClassName
{
background-color: #460832;
}
</style>
border-color css
<style>
span { border-color: #460832; }
span { border-color: rgb(70,8,50); }
td.TdClassName
{
border-color: #460832;
}
.TagClassName
{
border-color: #460832;
}
</style>