Shades of Blackberry #46193B
Tints of Blackberry #46193B
RGB
CMYK
RGB Variations
Color information
#46193B (or 0x46193B) is known color: Blackberry. HEX triplet: 46, 19 and 3B. RGB value is (70,25,59). Sum of RGB (Red+Green+Blue) = 70+25+59=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #46193B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46193B is #B9E6C4. Grayscale: #2A2A2A. Windows color (decimal): -12183237 or 3873094. OLE color: 3873094.
HSL color Cylindrical-coordinate representation of color #46193B: hue angle of 314.67º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46193B is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 25 | 59 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.73 |
| HSL | 314.67º | 0.47% | 0.19% | - |
| HSV(B) | 314.67º | 0.64% | 0.27% | - |
| XYZ | 3.66 | 2.31 | 4.39 | - |
| YUV | 42.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 59 | 0 | 0.64 | 0.16 | 0.73 | 314.67 | 0.47 | 0.19 |
| Hex | 46 | 19 | 3B | 0 | 40 | 10 | 49 | 13B | 2F | 13 |
| Octal | 106 | 31 | 73 | 0 | 100 | 20 | 111 | 473 | 57 | 23 |
| Binary | 1000110 | 11001 | 111011 | 0 | 1000000 | 10000 | 1001001 | 100111011 | 101111 | 10011 |
Color Harmonies of #46193B
Complementary color
Monochromatic Colors of #46193B
Black with #46193B
Text Example
Text Example
White with #46193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46193B; }
p { color: rgb(70,25,59); }
H1.HeaderClassName
{
color: #46193B;
}
.AnyTagClassName
{
color: #46193B;
}
</style>
background-color css
<style>
a { background-color: #46193B; }
a { background-color: rgb(70,25,59); }
div.DivClassName
{
background-color: #46193B;
}
.BgClassName
{
background-color: #46193B;
}
</style>
border-color css
<style>
span { border-color: #46193B; }
span { border-color: rgb(70,25,59); }
td.TdClassName
{
border-color: #46193B;
}
.TagClassName
{
border-color: #46193B;
}
</style>