Shades of Blackberry #460925
Tints of Blackberry #460925
RGB
CMYK
RGB Variations
Color information
#460925 (or 0x460925) is known color: Blackberry. HEX triplet: 46, 09 and 25. RGB value is (70,9,37). Sum of RGB (Red+Green+Blue) = 70+9+37=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #460925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460925 is #B9F6DA. Grayscale: #1E1E1E. Windows color (decimal): -12187355 or 2427206. OLE color: 2427206.
HSL color Cylindrical-coordinate representation of color #460925: hue angle of 332.46º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #460925 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 9 | 37 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.73 |
| HSL | 332.46º | 0.77% | 0.15% | - |
| HSV(B) | 332.46º | 0.87% | 0.27% | - |
| XYZ | 2.96 | 1.63 | 1.91 | - |
| YUV | 30.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 37 | 0 | 0.87 | 0.47 | 0.73 | 332.46 | 0.77 | 0.15 |
| Hex | 46 | 9 | 25 | 0 | 57 | 2F | 49 | 14C | 4D | F |
| Octal | 106 | 11 | 45 | 0 | 127 | 57 | 111 | 514 | 115 | 17 |
| Binary | 1000110 | 1001 | 100101 | 0 | 1010111 | 101111 | 1001001 | 101001100 | 1001101 | 1111 |
Color Harmonies of #460925
Complementary color
Monochromatic Colors of #460925
Black with #460925
Text Example
Text Example
White with #460925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460925; }
p { color: rgb(70,9,37); }
H1.HeaderClassName
{
color: #460925;
}
.AnyTagClassName
{
color: #460925;
}
</style>
background-color css
<style>
a { background-color: #460925; }
a { background-color: rgb(70,9,37); }
div.DivClassName
{
background-color: #460925;
}
.BgClassName
{
background-color: #460925;
}
</style>
border-color css
<style>
span { border-color: #460925; }
span { border-color: rgb(70,9,37); }
td.TdClassName
{
border-color: #460925;
}
.TagClassName
{
border-color: #460925;
}
</style>