Shades of Blackberry #46192F
Tints of Blackberry #46192F
RGB
CMYK
RGB Variations
Color information
#46192F (or 0x46192F) is known color: Blackberry. HEX triplet: 46, 19 and 2F. RGB value is (70,25,47). Sum of RGB (Red+Green+Blue) = 70+25+47=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #46192F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46192F is #B9E6D0. Grayscale: #282828. Windows color (decimal): -12183249 or 3086662. OLE color: 3086662.
HSL color Cylindrical-coordinate representation of color #46192F: hue angle of 330.67º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46192F is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 25 | 47 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.73 |
| HSL | 330.67º | 0.47% | 0.19% | - |
| HSV(B) | 330.67º | 0.64% | 0.27% | - |
| XYZ | 3.39 | 2.2 | 2.94 | - |
| YUV | 40.96 | 131.41 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 47 | 0 | 0.64 | 0.33 | 0.73 | 330.67 | 0.47 | 0.19 |
| Hex | 46 | 19 | 2F | 0 | 40 | 21 | 49 | 14B | 2F | 13 |
| Octal | 106 | 31 | 57 | 0 | 100 | 41 | 111 | 513 | 57 | 23 |
| Binary | 1000110 | 11001 | 101111 | 0 | 1000000 | 100001 | 1001001 | 101001011 | 101111 | 10011 |
Color Harmonies of #46192F
Complementary color
Monochromatic Colors of #46192F
Black with #46192F
Text Example
Text Example
White with #46192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46192F; }
p { color: rgb(70,25,47); }
H1.HeaderClassName
{
color: #46192F;
}
.AnyTagClassName
{
color: #46192F;
}
</style>
background-color css
<style>
a { background-color: #46192F; }
a { background-color: rgb(70,25,47); }
div.DivClassName
{
background-color: #46192F;
}
.BgClassName
{
background-color: #46192F;
}
</style>
border-color css
<style>
span { border-color: #46192F; }
span { border-color: rgb(70,25,47); }
td.TdClassName
{
border-color: #46192F;
}
.TagClassName
{
border-color: #46192F;
}
</style>