Shades of Blackberry #46132F
Tints of Blackberry #46132F
RGB
CMYK
RGB Variations
Color information
#46132F (or 0x46132F) is known color: Blackberry. HEX triplet: 46, 13 and 2F. RGB value is (70,19,47). Sum of RGB (Red+Green+Blue) = 70+19+47=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #46132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46132F is #B9ECD0. Grayscale: #252525. Windows color (decimal): -12184785 or 3085126. OLE color: 3085126.
HSL color Cylindrical-coordinate representation of color #46132F: hue angle of 327.06º 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 #46132F is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 19 | 47 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.73 |
| HSL | 327.06º | 0.57% | 0.17% | - |
| HSV(B) | 327.06º | 0.73% | 0.27% | - |
| XYZ | 3.27 | 1.97 | 2.9 | - |
| YUV | 37.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 47 | 0 | 0.73 | 0.33 | 0.73 | 327.06 | 0.57 | 0.17 |
| Hex | 46 | 13 | 2F | 0 | 49 | 21 | 49 | 147 | 39 | 11 |
| Octal | 106 | 23 | 57 | 0 | 111 | 41 | 111 | 507 | 71 | 21 |
| Binary | 1000110 | 10011 | 101111 | 0 | 1001001 | 100001 | 1001001 | 101000111 | 111001 | 10001 |
Color Harmonies of #46132F
Complementary color
Monochromatic Colors of #46132F
Black with #46132F
Text Example
Text Example
White with #46132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46132F; }
p { color: rgb(70,19,47); }
H1.HeaderClassName
{
color: #46132F;
}
.AnyTagClassName
{
color: #46132F;
}
</style>
background-color css
<style>
a { background-color: #46132F; }
a { background-color: rgb(70,19,47); }
div.DivClassName
{
background-color: #46132F;
}
.BgClassName
{
background-color: #46132F;
}
</style>
border-color css
<style>
span { border-color: #46132F; }
span { border-color: rgb(70,19,47); }
td.TdClassName
{
border-color: #46132F;
}
.TagClassName
{
border-color: #46132F;
}
</style>