Shades of Blackberry #460A30
Tints of Blackberry #460A30
RGB
CMYK
RGB Variations
Color information
#460A30 (or 0x460A30) is known color: Blackberry. HEX triplet: 46, 0A and 30. RGB value is (70,10,48). Sum of RGB (Red+Green+Blue) = 70+10+48=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 10 (4.30% from 255 or 7.81% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #460A30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460A30 is #B9F5CF. Grayscale: #202020. Windows color (decimal): -12187088 or 3148358. OLE color: 3148358.
HSL color Cylindrical-coordinate representation of color #460A30: hue angle of 322º 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 #460A30 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 10 | 48 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.73 |
| HSL | 322º | 0.75% | 0.16% | - |
| HSV(B) | 322º | 0.86% | 0.27% | - |
| XYZ | 3.17 | 1.73 | 2.96 | - |
| YUV | 32.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 48 | 0 | 0.86 | 0.31 | 0.73 | 322 | 0.75 | 0.16 |
| Hex | 46 | A | 30 | 0 | 56 | 1F | 49 | 142 | 4B | 10 |
| Octal | 106 | 12 | 60 | 0 | 126 | 37 | 111 | 502 | 113 | 20 |
| Binary | 1000110 | 1010 | 110000 | 0 | 1010110 | 11111 | 1001001 | 101000010 | 1001011 | 10000 |
Color Harmonies of #460A30
Complementary color
Monochromatic Colors of #460A30
Black with #460A30
Text Example
Text Example
White with #460A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460A30; }
p { color: rgb(70,10,48); }
H1.HeaderClassName
{
color: #460A30;
}
.AnyTagClassName
{
color: #460A30;
}
</style>
background-color css
<style>
a { background-color: #460A30; }
a { background-color: rgb(70,10,48); }
div.DivClassName
{
background-color: #460A30;
}
.BgClassName
{
background-color: #460A30;
}
</style>
border-color css
<style>
span { border-color: #460A30; }
span { border-color: rgb(70,10,48); }
td.TdClassName
{
border-color: #460A30;
}
.TagClassName
{
border-color: #460A30;
}
</style>