Shades of Blackberry #461935
Tints of Blackberry #461935
RGB
CMYK
RGB Variations
Color information
#461935 (or 0x461935) is known color: Blackberry. HEX triplet: 46, 19 and 35. RGB value is (70,25,53). Sum of RGB (Red+Green+Blue) = 70+25+53=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #461935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461935 is #B9E6CA. Grayscale: #292929. Windows color (decimal): -12183243 or 3479878. OLE color: 3479878.
HSL color Cylindrical-coordinate representation of color #461935: hue angle of 322.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 #461935 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 25 | 53 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.73 |
| HSL | 322.67º | 0.47% | 0.19% | - |
| HSV(B) | 322.67º | 0.64% | 0.27% | - |
| XYZ | 3.52 | 2.25 | 3.62 | - |
| YUV | 41.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 53 | 0 | 0.64 | 0.24 | 0.73 | 322.67 | 0.47 | 0.19 |
| Hex | 46 | 19 | 35 | 0 | 40 | 18 | 49 | 143 | 2F | 13 |
| Octal | 106 | 31 | 65 | 0 | 100 | 30 | 111 | 503 | 57 | 23 |
| Binary | 1000110 | 11001 | 110101 | 0 | 1000000 | 11000 | 1001001 | 101000011 | 101111 | 10011 |
Color Harmonies of #461935
Complementary color
Monochromatic Colors of #461935
Black with #461935
Text Example
Text Example
White with #461935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461935; }
p { color: rgb(70,25,53); }
H1.HeaderClassName
{
color: #461935;
}
.AnyTagClassName
{
color: #461935;
}
</style>
background-color css
<style>
a { background-color: #461935; }
a { background-color: rgb(70,25,53); }
div.DivClassName
{
background-color: #461935;
}
.BgClassName
{
background-color: #461935;
}
</style>
border-color css
<style>
span { border-color: #461935; }
span { border-color: rgb(70,25,53); }
td.TdClassName
{
border-color: #461935;
}
.TagClassName
{
border-color: #461935;
}
</style>