Shades of Blackberry #460F28
Tints of Blackberry #460F28
RGB
CMYK
RGB Variations
Color information
#460F28 (or 0x460F28) is known color: Blackberry. HEX triplet: 46, 0F and 28. RGB value is (70,15,40). Sum of RGB (Red+Green+Blue) = 70+15+40=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 15 (6.25% from 255 or 12% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #460F28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460F28 is #B9F0D7. Grayscale: #222222. Windows color (decimal): -12185816 or 2625350. OLE color: 2625350.
HSL color Cylindrical-coordinate representation of color #460F28: hue angle of 332.73º 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 #460F28 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 15 | 40 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.73 |
| HSL | 332.73º | 0.65% | 0.17% | - |
| HSV(B) | 332.73º | 0.79% | 0.27% | - |
| XYZ | 3.08 | 1.8 | 2.19 | - |
| YUV | 34.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 40 | 0 | 0.79 | 0.43 | 0.73 | 332.73 | 0.65 | 0.17 |
| Hex | 46 | F | 28 | 0 | 4F | 2B | 49 | 14D | 41 | 11 |
| Octal | 106 | 17 | 50 | 0 | 117 | 53 | 111 | 515 | 101 | 21 |
| Binary | 1000110 | 1111 | 101000 | 0 | 1001111 | 101011 | 1001001 | 101001101 | 1000001 | 10001 |
Color Harmonies of #460F28
Complementary color
Monochromatic Colors of #460F28
Black with #460F28
Text Example
Text Example
White with #460F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F28; }
p { color: rgb(70,15,40); }
H1.HeaderClassName
{
color: #460F28;
}
.AnyTagClassName
{
color: #460F28;
}
</style>
background-color css
<style>
a { background-color: #460F28; }
a { background-color: rgb(70,15,40); }
div.DivClassName
{
background-color: #460F28;
}
.BgClassName
{
background-color: #460F28;
}
</style>
border-color css
<style>
span { border-color: #460F28; }
span { border-color: rgb(70,15,40); }
td.TdClassName
{
border-color: #460F28;
}
.TagClassName
{
border-color: #460F28;
}
</style>