Shades of Blackberry #460F2B
Tints of Blackberry #460F2B
RGB
CMYK
RGB Variations
Color information
#460F2B (or 0x460F2B) is known color: Blackberry. HEX triplet: 46, 0F and 2B. RGB value is (70,15,43). Sum of RGB (Red+Green+Blue) = 70+15+43=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #460F2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460F2B is #B9F0D4. Grayscale: #222222. Windows color (decimal): -12185813 or 2821958. OLE color: 2821958.
HSL color Cylindrical-coordinate representation of color #460F2B: hue angle of 329.45º 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 #460F2B is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 15 | 43 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.73 |
| HSL | 329.45º | 0.65% | 0.17% | - |
| HSV(B) | 329.45º | 0.79% | 0.27% | - |
| XYZ | 3.13 | 1.82 | 2.47 | - |
| YUV | 34.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 43 | 0 | 0.79 | 0.39 | 0.73 | 329.45 | 0.65 | 0.17 |
| Hex | 46 | F | 2B | 0 | 4F | 27 | 49 | 149 | 41 | 11 |
| Octal | 106 | 17 | 53 | 0 | 117 | 47 | 111 | 511 | 101 | 21 |
| Binary | 1000110 | 1111 | 101011 | 0 | 1001111 | 100111 | 1001001 | 101001001 | 1000001 | 10001 |
Color Harmonies of #460F2B
Complementary color
Monochromatic Colors of #460F2B
Black with #460F2B
Text Example
Text Example
White with #460F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F2B; }
p { color: rgb(70,15,43); }
H1.HeaderClassName
{
color: #460F2B;
}
.AnyTagClassName
{
color: #460F2B;
}
</style>
background-color css
<style>
a { background-color: #460F2B; }
a { background-color: rgb(70,15,43); }
div.DivClassName
{
background-color: #460F2B;
}
.BgClassName
{
background-color: #460F2B;
}
</style>
border-color css
<style>
span { border-color: #460F2B; }
span { border-color: rgb(70,15,43); }
td.TdClassName
{
border-color: #460F2B;
}
.TagClassName
{
border-color: #460F2B;
}
</style>