Shades of Blackberry #460A25
Tints of Blackberry #460A25
RGB
CMYK
RGB Variations
Color information
#460A25 (or 0x460A25) is known color: Blackberry. HEX triplet: 46, 0A and 25. RGB value is (70,10,37). Sum of RGB (Red+Green+Blue) = 70+10+37=117 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.83% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 70 - color contains mainly: red. Hex color #460A25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460A25 is #B9F5DA. Grayscale: #1E1E1E. Windows color (decimal): -12187099 or 2427462. OLE color: 2427462.
HSL color Cylindrical-coordinate representation of color #460A25: hue angle of 333º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #460A25 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 10 | 37 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.73 |
| HSL | 333º | 0.75% | 0.16% | - |
| HSV(B) | 333º | 0.86% | 0.27% | - |
| XYZ | 2.97 | 1.65 | 1.91 | - |
| YUV | 31.02 | 131.38 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 37 | 0 | 0.86 | 0.47 | 0.73 | 333 | 0.75 | 0.16 |
| Hex | 46 | A | 25 | 0 | 56 | 2F | 49 | 14D | 4B | 10 |
| Octal | 106 | 12 | 45 | 0 | 126 | 57 | 111 | 515 | 113 | 20 |
| Binary | 1000110 | 1010 | 100101 | 0 | 1010110 | 101111 | 1001001 | 101001101 | 1001011 | 10000 |
Color Harmonies of #460A25
Complementary color
Monochromatic Colors of #460A25
Black with #460A25
Text Example
Text Example
White with #460A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460A25; }
p { color: rgb(70,10,37); }
H1.HeaderClassName
{
color: #460A25;
}
.AnyTagClassName
{
color: #460A25;
}
</style>
background-color css
<style>
a { background-color: #460A25; }
a { background-color: rgb(70,10,37); }
div.DivClassName
{
background-color: #460A25;
}
.BgClassName
{
background-color: #460A25;
}
</style>
border-color css
<style>
span { border-color: #460A25; }
span { border-color: rgb(70,10,37); }
td.TdClassName
{
border-color: #460A25;
}
.TagClassName
{
border-color: #460A25;
}
</style>