Shades of Blackberry #460431
Tints of Blackberry #460431
RGB
CMYK
RGB Variations
Color information
#460431 (or 0x460431) is known color: Blackberry. HEX triplet: 46, 04 and 31. RGB value is (70,4,49). Sum of RGB (Red+Green+Blue) = 70+4+49=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #460431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460431 is #B9FBCE. Grayscale: #1C1C1C. Windows color (decimal): -12188623 or 3212358. OLE color: 3212358.
HSL color Cylindrical-coordinate representation of color #460431: hue angle of 319.09º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460431 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 4 | 49 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.73 |
| HSL | 319.09º | 0.89% | 0.15% | - |
| HSV(B) | 319.09º | 0.94% | 0.27% | - |
| XYZ | 3.12 | 1.61 | 3.05 | - |
| YUV | 28.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 4 | 49 | 0 | 0.94 | 0.30 | 0.73 | 319.09 | 0.89 | 0.15 |
| Hex | 46 | 4 | 31 | 0 | 5E | 1E | 49 | 13F | 59 | F |
| Octal | 106 | 4 | 61 | 0 | 136 | 36 | 111 | 477 | 131 | 17 |
| Binary | 1000110 | 100 | 110001 | 0 | 1011110 | 11110 | 1001001 | 100111111 | 1011001 | 1111 |
Color Harmonies of #460431
Complementary color
Monochromatic Colors of #460431
Black with #460431
Text Example
Text Example
White with #460431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460431; }
p { color: rgb(70,4,49); }
H1.HeaderClassName
{
color: #460431;
}
.AnyTagClassName
{
color: #460431;
}
</style>
background-color css
<style>
a { background-color: #460431; }
a { background-color: rgb(70,4,49); }
div.DivClassName
{
background-color: #460431;
}
.BgClassName
{
background-color: #460431;
}
</style>
border-color css
<style>
span { border-color: #460431; }
span { border-color: rgb(70,4,49); }
td.TdClassName
{
border-color: #460431;
}
.TagClassName
{
border-color: #460431;
}
</style>