Shades of Blackberry #460F32
Tints of Blackberry #460F32
RGB
CMYK
RGB Variations
Color information
#460F32 (or 0x460F32) is known color: Blackberry. HEX triplet: 46, 0F and 32. RGB value is (70,15,50). Sum of RGB (Red+Green+Blue) = 70+15+50=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #460F32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460F32 is #B9F0CD. Grayscale: #232323. Windows color (decimal): -12185806 or 3280710. OLE color: 3280710.
HSL color Cylindrical-coordinate representation of color #460F32: hue angle of 321.82º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #460F32 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 15 | 50 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.73 |
| HSL | 321.82º | 0.65% | 0.17% | - |
| HSV(B) | 321.82º | 0.79% | 0.27% | - |
| XYZ | 3.27 | 1.87 | 3.21 | - |
| YUV | 35.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 50 | 0 | 0.79 | 0.29 | 0.73 | 321.82 | 0.65 | 0.17 |
| Hex | 46 | F | 32 | 0 | 4F | 1D | 49 | 142 | 41 | 11 |
| Octal | 106 | 17 | 62 | 0 | 117 | 35 | 111 | 502 | 101 | 21 |
| Binary | 1000110 | 1111 | 110010 | 0 | 1001111 | 11101 | 1001001 | 101000010 | 1000001 | 10001 |
Color Harmonies of #460F32
Complementary color
Monochromatic Colors of #460F32
Black with #460F32
Text Example
Text Example
White with #460F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F32; }
p { color: rgb(70,15,50); }
H1.HeaderClassName
{
color: #460F32;
}
.AnyTagClassName
{
color: #460F32;
}
</style>
background-color css
<style>
a { background-color: #460F32; }
a { background-color: rgb(70,15,50); }
div.DivClassName
{
background-color: #460F32;
}
.BgClassName
{
background-color: #460F32;
}
</style>
border-color css
<style>
span { border-color: #460F32; }
span { border-color: rgb(70,15,50); }
td.TdClassName
{
border-color: #460F32;
}
.TagClassName
{
border-color: #460F32;
}
</style>