Shades of Blackberry #46062A
Tints of Blackberry #46062A
RGB
CMYK
RGB Variations
Color information
#46062A (or 0x46062A) is known color: Blackberry. HEX triplet: 46, 06 and 2A. RGB value is (70,6,42). Sum of RGB (Red+Green+Blue) = 70+6+42=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #46062A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46062A is #B9F9D5. Grayscale: #1D1D1D. Windows color (decimal): -12188118 or 2754118. OLE color: 2754118.
HSL color Cylindrical-coordinate representation of color #46062A: hue angle of 326.25º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46062A is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 6 | 42 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.73 |
| HSL | 326.25º | 0.84% | 0.15% | - |
| HSV(B) | 326.25º | 0.91% | 0.27% | - |
| XYZ | 3.01 | 1.6 | 2.34 | - |
| YUV | 29.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 42 | 0 | 0.91 | 0.40 | 0.73 | 326.25 | 0.84 | 0.15 |
| Hex | 46 | 6 | 2A | 0 | 5B | 28 | 49 | 146 | 54 | F |
| Octal | 106 | 6 | 52 | 0 | 133 | 50 | 111 | 506 | 124 | 17 |
| Binary | 1000110 | 110 | 101010 | 0 | 1011011 | 101000 | 1001001 | 101000110 | 1010100 | 1111 |
Color Harmonies of #46062A
Complementary color
Monochromatic Colors of #46062A
Black with #46062A
Text Example
Text Example
White with #46062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46062A; }
p { color: rgb(70,6,42); }
H1.HeaderClassName
{
color: #46062A;
}
.AnyTagClassName
{
color: #46062A;
}
</style>
background-color css
<style>
a { background-color: #46062A; }
a { background-color: rgb(70,6,42); }
div.DivClassName
{
background-color: #46062A;
}
.BgClassName
{
background-color: #46062A;
}
</style>
border-color css
<style>
span { border-color: #46062A; }
span { border-color: rgb(70,6,42); }
td.TdClassName
{
border-color: #46062A;
}
.TagClassName
{
border-color: #46062A;
}
</style>