Shades of Blackberry #460A2D
Tints of Blackberry #460A2D
RGB
CMYK
RGB Variations
Color information
#460A2D (or 0x460A2D) is known color: Blackberry. HEX triplet: 46, 0A and 2D. RGB value is (70,10,45). Sum of RGB (Red+Green+Blue) = 70+10+45=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #460A2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460A2D is #B9F5D2. Grayscale: #1F1F1F. Windows color (decimal): -12187091 or 2951750. OLE color: 2951750.
HSL color Cylindrical-coordinate representation of color #460A2D: hue angle of 325º 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 #460A2D is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 10 | 45 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.73 |
| HSL | 325º | 0.75% | 0.16% | - |
| HSV(B) | 325º | 0.86% | 0.27% | - |
| XYZ | 3.11 | 1.71 | 2.65 | - |
| YUV | 31.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 45 | 0 | 0.86 | 0.36 | 0.73 | 325 | 0.75 | 0.16 |
| Hex | 46 | A | 2D | 0 | 56 | 24 | 49 | 145 | 4B | 10 |
| Octal | 106 | 12 | 55 | 0 | 126 | 44 | 111 | 505 | 113 | 20 |
| Binary | 1000110 | 1010 | 101101 | 0 | 1010110 | 100100 | 1001001 | 101000101 | 1001011 | 10000 |
Color Harmonies of #460A2D
Complementary color
Monochromatic Colors of #460A2D
Black with #460A2D
Text Example
Text Example
White with #460A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460A2D; }
p { color: rgb(70,10,45); }
H1.HeaderClassName
{
color: #460A2D;
}
.AnyTagClassName
{
color: #460A2D;
}
</style>
background-color css
<style>
a { background-color: #460A2D; }
a { background-color: rgb(70,10,45); }
div.DivClassName
{
background-color: #460A2D;
}
.BgClassName
{
background-color: #460A2D;
}
</style>
border-color css
<style>
span { border-color: #460A2D; }
span { border-color: rgb(70,10,45); }
td.TdClassName
{
border-color: #460A2D;
}
.TagClassName
{
border-color: #460A2D;
}
</style>