Shades of Blackberry #460B34
Tints of Blackberry #460B34
RGB
CMYK
RGB Variations
Color information
#460B34 (or 0x460B34) is known color: Blackberry. HEX triplet: 46, 0B and 34. RGB value is (70,11,52). Sum of RGB (Red+Green+Blue) = 70+11+52=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 11 (4.69% from 255 or 8.27% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #460B34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B34 is #B9F4CB. Grayscale: #212121. Windows color (decimal): -12186828 or 3410758. OLE color: 3410758.
HSL color Cylindrical-coordinate representation of color #460B34: hue angle of 318.31º 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 #460B34 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 11 | 52 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.73 |
| HSL | 318.31º | 0.73% | 0.16% | - |
| HSV(B) | 318.31º | 0.84% | 0.27% | - |
| XYZ | 3.27 | 1.79 | 3.42 | - |
| YUV | 33.32 | 138.55 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 52 | 0 | 0.84 | 0.26 | 0.73 | 318.31 | 0.73 | 0.16 |
| Hex | 46 | B | 34 | 0 | 54 | 1A | 49 | 13E | 49 | 10 |
| Octal | 106 | 13 | 64 | 0 | 124 | 32 | 111 | 476 | 111 | 20 |
| Binary | 1000110 | 1011 | 110100 | 0 | 1010100 | 11010 | 1001001 | 100111110 | 1001001 | 10000 |
Color Harmonies of #460B34
Complementary color
Monochromatic Colors of #460B34
Black with #460B34
Text Example
Text Example
White with #460B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B34; }
p { color: rgb(70,11,52); }
H1.HeaderClassName
{
color: #460B34;
}
.AnyTagClassName
{
color: #460B34;
}
</style>
background-color css
<style>
a { background-color: #460B34; }
a { background-color: rgb(70,11,52); }
div.DivClassName
{
background-color: #460B34;
}
.BgClassName
{
background-color: #460B34;
}
</style>
border-color css
<style>
span { border-color: #460B34; }
span { border-color: rgb(70,11,52); }
td.TdClassName
{
border-color: #460B34;
}
.TagClassName
{
border-color: #460B34;
}
</style>