Shades of Blackberry #46133A
Tints of Blackberry #46133A
RGB
CMYK
RGB Variations
Color information
#46133A (or 0x46133A) is known color: Blackberry. HEX triplet: 46, 13 and 3A. RGB value is (70,19,58). Sum of RGB (Red+Green+Blue) = 70+19+58=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #46133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46133A is #B9ECC5. Grayscale: #262626. Windows color (decimal): -12184774 or 3806022. OLE color: 3806022.
HSL color Cylindrical-coordinate representation of color #46133A: hue angle of 314.12º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46133A is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 19 | 58 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.73 |
| HSL | 314.12º | 0.57% | 0.17% | - |
| HSV(B) | 314.12º | 0.73% | 0.27% | - |
| XYZ | 3.52 | 2.07 | 4.22 | - |
| YUV | 38.7 | 138.9 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 58 | 0 | 0.73 | 0.17 | 0.73 | 314.12 | 0.57 | 0.17 |
| Hex | 46 | 13 | 3A | 0 | 49 | 11 | 49 | 13A | 39 | 11 |
| Octal | 106 | 23 | 72 | 0 | 111 | 21 | 111 | 472 | 71 | 21 |
| Binary | 1000110 | 10011 | 111010 | 0 | 1001001 | 10001 | 1001001 | 100111010 | 111001 | 10001 |
Color Harmonies of #46133A
Complementary color
Monochromatic Colors of #46133A
Black with #46133A
Text Example
Text Example
White with #46133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46133A; }
p { color: rgb(70,19,58); }
H1.HeaderClassName
{
color: #46133A;
}
.AnyTagClassName
{
color: #46133A;
}
</style>
background-color css
<style>
a { background-color: #46133A; }
a { background-color: rgb(70,19,58); }
div.DivClassName
{
background-color: #46133A;
}
.BgClassName
{
background-color: #46133A;
}
</style>
border-color css
<style>
span { border-color: #46133A; }
span { border-color: rgb(70,19,58); }
td.TdClassName
{
border-color: #46133A;
}
.TagClassName
{
border-color: #46133A;
}
</style>