Shades of Blackberry #46052F
Tints of Blackberry #46052F
RGB
CMYK
RGB Variations
Color information
#46052F (or 0x46052F) is known color: Blackberry. HEX triplet: 46, 05 and 2F. RGB value is (70,5,47). Sum of RGB (Red+Green+Blue) = 70+5+47=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #46052F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46052F is #B9FAD0. Grayscale: #1D1D1D. Windows color (decimal): -12188369 or 3081542. OLE color: 3081542.
HSL color Cylindrical-coordinate representation of color #46052F: hue angle of 321.23º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46052F is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 5 | 47 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.73 |
| HSL | 321.23º | 0.87% | 0.15% | - |
| HSV(B) | 321.23º | 0.93% | 0.27% | - |
| XYZ | 3.09 | 1.62 | 2.84 | - |
| YUV | 29.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 47 | 0 | 0.93 | 0.33 | 0.73 | 321.23 | 0.87 | 0.15 |
| Hex | 46 | 5 | 2F | 0 | 5D | 21 | 49 | 141 | 57 | F |
| Octal | 106 | 5 | 57 | 0 | 135 | 41 | 111 | 501 | 127 | 17 |
| Binary | 1000110 | 101 | 101111 | 0 | 1011101 | 100001 | 1001001 | 101000001 | 1010111 | 1111 |
Color Harmonies of #46052F
Complementary color
Monochromatic Colors of #46052F
Black with #46052F
Text Example
Text Example
White with #46052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46052F; }
p { color: rgb(70,5,47); }
H1.HeaderClassName
{
color: #46052F;
}
.AnyTagClassName
{
color: #46052F;
}
</style>
background-color css
<style>
a { background-color: #46052F; }
a { background-color: rgb(70,5,47); }
div.DivClassName
{
background-color: #46052F;
}
.BgClassName
{
background-color: #46052F;
}
</style>
border-color css
<style>
span { border-color: #46052F; }
span { border-color: rgb(70,5,47); }
td.TdClassName
{
border-color: #46052F;
}
.TagClassName
{
border-color: #46052F;
}
</style>