Shades of Blackberry #46023A
Tints of Blackberry #46023A
RGB
CMYK
RGB Variations
Color information
#46023A (or 0x46023A) is known color: Blackberry. HEX triplet: 46, 02 and 3A. RGB value is (70,2,58). Sum of RGB (Red+Green+Blue) = 70+2+58=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #46023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46023A is #B9FDC5. Grayscale: #1C1C1C. Windows color (decimal): -12189126 or 3801670. OLE color: 3801670.
HSL color Cylindrical-coordinate representation of color #46023A: hue angle of 310.59º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46023A is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 2 | 58 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.73 |
| HSL | 310.59º | 0.94% | 0.14% | - |
| HSV(B) | 310.59º | 0.97% | 0.27% | - |
| XYZ | 3.31 | 1.65 | 4.15 | - |
| YUV | 28.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 58 | 0 | 0.97 | 0.17 | 0.73 | 310.59 | 0.94 | 0.14 |
| Hex | 46 | 2 | 3A | 0 | 61 | 11 | 49 | 137 | 5E | E |
| Octal | 106 | 2 | 72 | 0 | 141 | 21 | 111 | 467 | 136 | 16 |
| Binary | 1000110 | 10 | 111010 | 0 | 1100001 | 10001 | 1001001 | 100110111 | 1011110 | 1110 |
Color Harmonies of #46023A
Complementary color
Monochromatic Colors of #46023A
Black with #46023A
Text Example
Text Example
White with #46023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46023A; }
p { color: rgb(70,2,58); }
H1.HeaderClassName
{
color: #46023A;
}
.AnyTagClassName
{
color: #46023A;
}
</style>
background-color css
<style>
a { background-color: #46023A; }
a { background-color: rgb(70,2,58); }
div.DivClassName
{
background-color: #46023A;
}
.BgClassName
{
background-color: #46023A;
}
</style>
border-color css
<style>
span { border-color: #46023A; }
span { border-color: rgb(70,2,58); }
td.TdClassName
{
border-color: #46023A;
}
.TagClassName
{
border-color: #46023A;
}
</style>