Shades of Blackberry #460121
Tints of Blackberry #460121
RGB
CMYK
RGB Variations
Color information
#460121 (or 0x460121) is known color: Blackberry. HEX triplet: 46, 01 and 21. RGB value is (70,1,33). Sum of RGB (Red+Green+Blue) = 70+1+33=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #460121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460121 is #B9FEDE. Grayscale: #191919. Windows color (decimal): -12189407 or 2163014. OLE color: 2163014.
HSL color Cylindrical-coordinate representation of color #460121: hue angle of 332.17º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460121 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 1 | 33 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.73 |
| HSL | 332.17º | 0.97% | 0.14% | - |
| HSV(B) | 332.17º | 0.99% | 0.27% | - |
| XYZ | 2.81 | 1.43 | 1.57 | - |
| YUV | 25.28 | 132.36 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 33 | 0 | 0.99 | 0.53 | 0.73 | 332.17 | 0.97 | 0.14 |
| Hex | 46 | 1 | 21 | 0 | 63 | 35 | 49 | 14C | 61 | E |
| Octal | 106 | 1 | 41 | 0 | 143 | 65 | 111 | 514 | 141 | 16 |
| Binary | 1000110 | 1 | 100001 | 0 | 1100011 | 110101 | 1001001 | 101001100 | 1100001 | 1110 |
Color Harmonies of #460121
Complementary color
Monochromatic Colors of #460121
Black with #460121
Text Example
Text Example
White with #460121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460121; }
p { color: rgb(70,1,33); }
H1.HeaderClassName
{
color: #460121;
}
.AnyTagClassName
{
color: #460121;
}
</style>
background-color css
<style>
a { background-color: #460121; }
a { background-color: rgb(70,1,33); }
div.DivClassName
{
background-color: #460121;
}
.BgClassName
{
background-color: #460121;
}
</style>
border-color css
<style>
span { border-color: #460121; }
span { border-color: rgb(70,1,33); }
td.TdClassName
{
border-color: #460121;
}
.TagClassName
{
border-color: #460121;
}
</style>