Shades of Blackberry #46013D
Tints of Blackberry #46013D
RGB
CMYK
RGB Variations
Color information
#46013D (or 0x46013D) is known color: Blackberry. HEX triplet: 46, 01 and 3D. RGB value is (70,1,61). Sum of RGB (Red+Green+Blue) = 70+1+61=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #46013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46013D is #B9FEC2. Grayscale: #1C1C1C. Windows color (decimal): -12189379 or 3998022. OLE color: 3998022.
HSL color Cylindrical-coordinate representation of color #46013D: hue angle of 307.83º 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 #46013D is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.73 |
| HSL | 307.83º | 0.97% | 0.14% | - |
| HSV(B) | 307.83º | 0.99% | 0.27% | - |
| XYZ | 3.38 | 1.66 | 4.56 | - |
| YUV | 28.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 61 | 0 | 0.99 | 0.13 | 0.73 | 307.83 | 0.97 | 0.14 |
| Hex | 46 | 1 | 3D | 0 | 63 | D | 49 | 134 | 61 | E |
| Octal | 106 | 1 | 75 | 0 | 143 | 15 | 111 | 464 | 141 | 16 |
| Binary | 1000110 | 1 | 111101 | 0 | 1100011 | 1101 | 1001001 | 100110100 | 1100001 | 1110 |
Color Harmonies of #46013D
Complementary color
Monochromatic Colors of #46013D
Black with #46013D
Text Example
Text Example
White with #46013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46013D; }
p { color: rgb(70,1,61); }
H1.HeaderClassName
{
color: #46013D;
}
.AnyTagClassName
{
color: #46013D;
}
</style>
background-color css
<style>
a { background-color: #46013D; }
a { background-color: rgb(70,1,61); }
div.DivClassName
{
background-color: #46013D;
}
.BgClassName
{
background-color: #46013D;
}
</style>
border-color css
<style>
span { border-color: #46013D; }
span { border-color: rgb(70,1,61); }
td.TdClassName
{
border-color: #46013D;
}
.TagClassName
{
border-color: #46013D;
}
</style>