Shades of Blackberry #460B25
Tints of Blackberry #460B25
RGB
CMYK
RGB Variations
Color information
#460B25 (or 0x460B25) is known color: Blackberry. HEX triplet: 46, 0B and 25. RGB value is (70,11,37). Sum of RGB (Red+Green+Blue) = 70+11+37=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 11 (4.69% from 255 or 9.32% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #460B25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B25 is #B9F4DA. Grayscale: #1F1F1F. Windows color (decimal): -12186843 or 2427718. OLE color: 2427718.
HSL color Cylindrical-coordinate representation of color #460B25: hue angle of 333.56º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #460B25 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 11 | 37 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.73 |
| HSL | 333.56º | 0.73% | 0.16% | - |
| HSV(B) | 333.56º | 0.84% | 0.27% | - |
| XYZ | 2.98 | 1.68 | 1.92 | - |
| YUV | 31.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 37 | 0 | 0.84 | 0.47 | 0.73 | 333.56 | 0.73 | 0.16 |
| Hex | 46 | B | 25 | 0 | 54 | 2F | 49 | 14E | 49 | 10 |
| Octal | 106 | 13 | 45 | 0 | 124 | 57 | 111 | 516 | 111 | 20 |
| Binary | 1000110 | 1011 | 100101 | 0 | 1010100 | 101111 | 1001001 | 101001110 | 1001001 | 10000 |
Color Harmonies of #460B25
Complementary color
Monochromatic Colors of #460B25
Black with #460B25
Text Example
Text Example
White with #460B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B25; }
p { color: rgb(70,11,37); }
H1.HeaderClassName
{
color: #460B25;
}
.AnyTagClassName
{
color: #460B25;
}
</style>
background-color css
<style>
a { background-color: #460B25; }
a { background-color: rgb(70,11,37); }
div.DivClassName
{
background-color: #460B25;
}
.BgClassName
{
background-color: #460B25;
}
</style>
border-color css
<style>
span { border-color: #460B25; }
span { border-color: rgb(70,11,37); }
td.TdClassName
{
border-color: #460B25;
}
.TagClassName
{
border-color: #460B25;
}
</style>