Shades of Blackberry #460B24
Tints of Blackberry #460B24
RGB
CMYK
RGB Variations
Color information
#460B24 (or 0x460B24) is known color: Blackberry. HEX triplet: 46, 0B and 24. RGB value is (70,11,36). Sum of RGB (Red+Green+Blue) = 70+11+36=117 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.83% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 36 (14.45% from 255 or 30.77% from 117); Max value from RGB is 70 - color contains mainly: red. Hex color #460B24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B24 is #B9F4DB. Grayscale: #1F1F1F. Windows color (decimal): -12186844 or 2362182. OLE color: 2362182.
HSL color Cylindrical-coordinate representation of color #460B24: hue angle of 334.58º 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 #460B24 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 11 | 36 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.73 |
| HSL | 334.58º | 0.73% | 0.16% | - |
| HSV(B) | 334.58º | 0.84% | 0.27% | - |
| XYZ | 2.96 | 1.67 | 1.83 | - |
| YUV | 31.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 36 | 0 | 0.84 | 0.49 | 0.73 | 334.58 | 0.73 | 0.16 |
| Hex | 46 | B | 24 | 0 | 54 | 31 | 49 | 14F | 49 | 10 |
| Octal | 106 | 13 | 44 | 0 | 124 | 61 | 111 | 517 | 111 | 20 |
| Binary | 1000110 | 1011 | 100100 | 0 | 1010100 | 110001 | 1001001 | 101001111 | 1001001 | 10000 |
Color Harmonies of #460B24
Complementary color
Monochromatic Colors of #460B24
Black with #460B24
Text Example
Text Example
White with #460B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B24; }
p { color: rgb(70,11,36); }
H1.HeaderClassName
{
color: #460B24;
}
.AnyTagClassName
{
color: #460B24;
}
</style>
background-color css
<style>
a { background-color: #460B24; }
a { background-color: rgb(70,11,36); }
div.DivClassName
{
background-color: #460B24;
}
.BgClassName
{
background-color: #460B24;
}
</style>
border-color css
<style>
span { border-color: #460B24; }
span { border-color: rgb(70,11,36); }
td.TdClassName
{
border-color: #460B24;
}
.TagClassName
{
border-color: #460B24;
}
</style>