Shades of Blackberry #460A26
Tints of Blackberry #460A26
RGB
CMYK
RGB Variations
Color information
#460A26 (or 0x460A26) is known color: Blackberry. HEX triplet: 46, 0A and 26. RGB value is (70,10,38). Sum of RGB (Red+Green+Blue) = 70+10+38=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 10 (4.30% from 255 or 8.47% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #460A26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460A26 is #B9F5D9. Grayscale: #1F1F1F. Windows color (decimal): -12187098 or 2492998. OLE color: 2492998.
HSL color Cylindrical-coordinate representation of color #460A26: hue angle of 332º 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 #460A26 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 10 | 38 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.73 |
| HSL | 332º | 0.75% | 0.16% | - |
| HSV(B) | 332º | 0.86% | 0.27% | - |
| XYZ | 2.98 | 1.66 | 2 | - |
| YUV | 31.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 38 | 0 | 0.86 | 0.46 | 0.73 | 332 | 0.75 | 0.16 |
| Hex | 46 | A | 26 | 0 | 56 | 2E | 49 | 14C | 4B | 10 |
| Octal | 106 | 12 | 46 | 0 | 126 | 56 | 111 | 514 | 113 | 20 |
| Binary | 1000110 | 1010 | 100110 | 0 | 1010110 | 101110 | 1001001 | 101001100 | 1001011 | 10000 |
Color Harmonies of #460A26
Complementary color
Monochromatic Colors of #460A26
Black with #460A26
Text Example
Text Example
White with #460A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460A26; }
p { color: rgb(70,10,38); }
H1.HeaderClassName
{
color: #460A26;
}
.AnyTagClassName
{
color: #460A26;
}
</style>
background-color css
<style>
a { background-color: #460A26; }
a { background-color: rgb(70,10,38); }
div.DivClassName
{
background-color: #460A26;
}
.BgClassName
{
background-color: #460A26;
}
</style>
border-color css
<style>
span { border-color: #460A26; }
span { border-color: rgb(70,10,38); }
td.TdClassName
{
border-color: #460A26;
}
.TagClassName
{
border-color: #460A26;
}
</style>