Shades of Blackberry #460B21
Tints of Blackberry #460B21
RGB
CMYK
RGB Variations
Color information
#460B21 (or 0x460B21) is known color: Blackberry. HEX triplet: 46, 0B and 21. RGB value is (70,11,33). Sum of RGB (Red+Green+Blue) = 70+11+33=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #460B21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B21 is #B9F4DE. Grayscale: #1F1F1F. Windows color (decimal): -12186847 or 2165574. OLE color: 2165574.
HSL color Cylindrical-coordinate representation of color #460B21: hue angle of 337.63º 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 #460B21 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 11 | 33 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.73 |
| HSL | 337.63º | 0.73% | 0.16% | - |
| HSV(B) | 337.63º | 0.84% | 0.27% | - |
| XYZ | 2.92 | 1.65 | 1.6 | - |
| YUV | 31.15 | 129.05 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 33 | 0 | 0.84 | 0.53 | 0.73 | 337.63 | 0.73 | 0.16 |
| Hex | 46 | B | 21 | 0 | 54 | 35 | 49 | 152 | 49 | 10 |
| Octal | 106 | 13 | 41 | 0 | 124 | 65 | 111 | 522 | 111 | 20 |
| Binary | 1000110 | 1011 | 100001 | 0 | 1010100 | 110101 | 1001001 | 101010010 | 1001001 | 10000 |
Color Harmonies of #460B21
Complementary color
Monochromatic Colors of #460B21
Black with #460B21
Text Example
Text Example
White with #460B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B21; }
p { color: rgb(70,11,33); }
H1.HeaderClassName
{
color: #460B21;
}
.AnyTagClassName
{
color: #460B21;
}
</style>
background-color css
<style>
a { background-color: #460B21; }
a { background-color: rgb(70,11,33); }
div.DivClassName
{
background-color: #460B21;
}
.BgClassName
{
background-color: #460B21;
}
</style>
border-color css
<style>
span { border-color: #460B21; }
span { border-color: rgb(70,11,33); }
td.TdClassName
{
border-color: #460B21;
}
.TagClassName
{
border-color: #460B21;
}
</style>