Shades of Blackberry #46072A
Tints of Blackberry #46072A
RGB
CMYK
RGB Variations
Color information
#46072A (or 0x46072A) is known color: Blackberry. HEX triplet: 46, 07 and 2A. RGB value is (70,7,42). Sum of RGB (Red+Green+Blue) = 70+7+42=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #46072A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46072A is #B9F8D5. Grayscale: #1D1D1D. Windows color (decimal): -12187862 or 2754374. OLE color: 2754374.
HSL color Cylindrical-coordinate representation of color #46072A: hue angle of 326.67º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46072A is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 7 | 42 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.73 |
| HSL | 326.67º | 0.82% | 0.15% | - |
| HSV(B) | 326.67º | 0.9% | 0.27% | - |
| XYZ | 3.02 | 1.62 | 2.34 | - |
| YUV | 29.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 42 | 0 | 0.90 | 0.40 | 0.73 | 326.67 | 0.82 | 0.15 |
| Hex | 46 | 7 | 2A | 0 | 5A | 28 | 49 | 147 | 52 | F |
| Octal | 106 | 7 | 52 | 0 | 132 | 50 | 111 | 507 | 122 | 17 |
| Binary | 1000110 | 111 | 101010 | 0 | 1011010 | 101000 | 1001001 | 101000111 | 1010010 | 1111 |
Color Harmonies of #46072A
Complementary color
Monochromatic Colors of #46072A
Black with #46072A
Text Example
Text Example
White with #46072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46072A; }
p { color: rgb(70,7,42); }
H1.HeaderClassName
{
color: #46072A;
}
.AnyTagClassName
{
color: #46072A;
}
</style>
background-color css
<style>
a { background-color: #46072A; }
a { background-color: rgb(70,7,42); }
div.DivClassName
{
background-color: #46072A;
}
.BgClassName
{
background-color: #46072A;
}
</style>
border-color css
<style>
span { border-color: #46072A; }
span { border-color: rgb(70,7,42); }
td.TdClassName
{
border-color: #46072A;
}
.TagClassName
{
border-color: #46072A;
}
</style>