Shades of Blackberry #460D2D
Tints of Blackberry #460D2D
RGB
CMYK
RGB Variations
Color information
#460D2D (or 0x460D2D) is known color: Blackberry. HEX triplet: 46, 0D and 2D. RGB value is (70,13,45). Sum of RGB (Red+Green+Blue) = 70+13+45=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 13 (5.47% from 255 or 10.16% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #460D2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460D2D is #B9F2D2. Grayscale: #212121. Windows color (decimal): -12186323 or 2952518. OLE color: 2952518.
HSL color Cylindrical-coordinate representation of color #460D2D: hue angle of 326.32º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #460D2D is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 13 | 45 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.73 |
| HSL | 326.32º | 0.69% | 0.16% | - |
| HSV(B) | 326.32º | 0.81% | 0.27% | - |
| XYZ | 3.14 | 1.78 | 2.66 | - |
| YUV | 33.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 45 | 0 | 0.81 | 0.36 | 0.73 | 326.32 | 0.69 | 0.16 |
| Hex | 46 | D | 2D | 0 | 51 | 24 | 49 | 146 | 45 | 10 |
| Octal | 106 | 15 | 55 | 0 | 121 | 44 | 111 | 506 | 105 | 20 |
| Binary | 1000110 | 1101 | 101101 | 0 | 1010001 | 100100 | 1001001 | 101000110 | 1000101 | 10000 |
Color Harmonies of #460D2D
Complementary color
Monochromatic Colors of #460D2D
Black with #460D2D
Text Example
Text Example
White with #460D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460D2D; }
p { color: rgb(70,13,45); }
H1.HeaderClassName
{
color: #460D2D;
}
.AnyTagClassName
{
color: #460D2D;
}
</style>
background-color css
<style>
a { background-color: #460D2D; }
a { background-color: rgb(70,13,45); }
div.DivClassName
{
background-color: #460D2D;
}
.BgClassName
{
background-color: #460D2D;
}
</style>
border-color css
<style>
span { border-color: #460D2D; }
span { border-color: rgb(70,13,45); }
td.TdClassName
{
border-color: #460D2D;
}
.TagClassName
{
border-color: #460D2D;
}
</style>