Shades of Blackberry #461839
Tints of Blackberry #461839
RGB
CMYK
RGB Variations
Color information
#461839 (or 0x461839) is known color: Blackberry. HEX triplet: 46, 18 and 39. RGB value is (70,24,57). Sum of RGB (Red+Green+Blue) = 70+24+57=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 57 (22.66% from 255 or 37.75% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #461839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461839 is #B9E7C6. Grayscale: #292929. Windows color (decimal): -12183495 or 3741766. OLE color: 3741766.
HSL color Cylindrical-coordinate representation of color #461839: hue angle of 316.96º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #461839 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 24 | 57 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.73 |
| HSL | 316.96º | 0.49% | 0.18% | - |
| HSV(B) | 316.96º | 0.66% | 0.27% | - |
| XYZ | 3.59 | 2.25 | 4.12 | - |
| YUV | 41.52 | 136.74 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 57 | 0 | 0.66 | 0.19 | 0.73 | 316.96 | 0.49 | 0.18 |
| Hex | 46 | 18 | 39 | 0 | 42 | 13 | 49 | 13D | 31 | 12 |
| Octal | 106 | 30 | 71 | 0 | 102 | 23 | 111 | 475 | 61 | 22 |
| Binary | 1000110 | 11000 | 111001 | 0 | 1000010 | 10011 | 1001001 | 100111101 | 110001 | 10010 |
Color Harmonies of #461839
Complementary color
Monochromatic Colors of #461839
Black with #461839
Text Example
Text Example
White with #461839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461839; }
p { color: rgb(70,24,57); }
H1.HeaderClassName
{
color: #461839;
}
.AnyTagClassName
{
color: #461839;
}
</style>
background-color css
<style>
a { background-color: #461839; }
a { background-color: rgb(70,24,57); }
div.DivClassName
{
background-color: #461839;
}
.BgClassName
{
background-color: #461839;
}
</style>
border-color css
<style>
span { border-color: #461839; }
span { border-color: rgb(70,24,57); }
td.TdClassName
{
border-color: #461839;
}
.TagClassName
{
border-color: #461839;
}
</style>