Shades of Blackberry #460F30
Tints of Blackberry #460F30
RGB
CMYK
RGB Variations
Color information
#460F30 (or 0x460F30) is known color: Blackberry. HEX triplet: 46, 0F and 30. RGB value is (70,15,48). Sum of RGB (Red+Green+Blue) = 70+15+48=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #460F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460F30 is #B9F0CF. Grayscale: #232323. Windows color (decimal): -12185808 or 3149638. OLE color: 3149638.
HSL color Cylindrical-coordinate representation of color #460F30: hue angle of 324º 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 #460F30 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 15 | 48 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.73 |
| HSL | 324º | 0.65% | 0.17% | - |
| HSV(B) | 324º | 0.79% | 0.27% | - |
| XYZ | 3.23 | 1.86 | 2.98 | - |
| YUV | 35.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 48 | 0 | 0.79 | 0.31 | 0.73 | 324 | 0.65 | 0.17 |
| Hex | 46 | F | 30 | 0 | 4F | 1F | 49 | 144 | 41 | 11 |
| Octal | 106 | 17 | 60 | 0 | 117 | 37 | 111 | 504 | 101 | 21 |
| Binary | 1000110 | 1111 | 110000 | 0 | 1001111 | 11111 | 1001001 | 101000100 | 1000001 | 10001 |
Color Harmonies of #460F30
Complementary color
Monochromatic Colors of #460F30
Black with #460F30
Text Example
Text Example
White with #460F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F30; }
p { color: rgb(70,15,48); }
H1.HeaderClassName
{
color: #460F30;
}
.AnyTagClassName
{
color: #460F30;
}
</style>
background-color css
<style>
a { background-color: #460F30; }
a { background-color: rgb(70,15,48); }
div.DivClassName
{
background-color: #460F30;
}
.BgClassName
{
background-color: #460F30;
}
</style>
border-color css
<style>
span { border-color: #460F30; }
span { border-color: rgb(70,15,48); }
td.TdClassName
{
border-color: #460F30;
}
.TagClassName
{
border-color: #460F30;
}
</style>