Shades of Blackberry #460F29
Tints of Blackberry #460F29
RGB
CMYK
RGB Variations
Color information
#460F29 (or 0x460F29) is known color: Blackberry. HEX triplet: 46, 0F and 29. RGB value is (70,15,41). Sum of RGB (Red+Green+Blue) = 70+15+41=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #460F29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460F29 is #B9F0D6. Grayscale: #222222. Windows color (decimal): -12185815 or 2690886. OLE color: 2690886.
HSL color Cylindrical-coordinate representation of color #460F29: hue angle of 331.64º 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 #460F29 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 15 | 41 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.73 |
| HSL | 331.64º | 0.65% | 0.17% | - |
| HSV(B) | 331.64º | 0.79% | 0.27% | - |
| XYZ | 3.1 | 1.8 | 2.28 | - |
| YUV | 34.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 41 | 0 | 0.79 | 0.41 | 0.73 | 331.64 | 0.65 | 0.17 |
| Hex | 46 | F | 29 | 0 | 4F | 29 | 49 | 14C | 41 | 11 |
| Octal | 106 | 17 | 51 | 0 | 117 | 51 | 111 | 514 | 101 | 21 |
| Binary | 1000110 | 1111 | 101001 | 0 | 1001111 | 101001 | 1001001 | 101001100 | 1000001 | 10001 |
Color Harmonies of #460F29
Complementary color
Monochromatic Colors of #460F29
Black with #460F29
Text Example
Text Example
White with #460F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F29; }
p { color: rgb(70,15,41); }
H1.HeaderClassName
{
color: #460F29;
}
.AnyTagClassName
{
color: #460F29;
}
</style>
background-color css
<style>
a { background-color: #460F29; }
a { background-color: rgb(70,15,41); }
div.DivClassName
{
background-color: #460F29;
}
.BgClassName
{
background-color: #460F29;
}
</style>
border-color css
<style>
span { border-color: #460F29; }
span { border-color: rgb(70,15,41); }
td.TdClassName
{
border-color: #460F29;
}
.TagClassName
{
border-color: #460F29;
}
</style>