Shades of Blackberry #460D2C
Tints of Blackberry #460D2C
RGB
CMYK
RGB Variations
Color information
#460D2C (or 0x460D2C) is known color: Blackberry. HEX triplet: 46, 0D and 2C. RGB value is (70,13,44). Sum of RGB (Red+Green+Blue) = 70+13+44=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #460D2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460D2C is #B9F2D3. Grayscale: #212121. Windows color (decimal): -12186324 or 2886982. OLE color: 2886982.
HSL color Cylindrical-coordinate representation of color #460D2C: hue angle of 327.37º 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 #460D2C is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 13 | 44 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.73 |
| HSL | 327.37º | 0.69% | 0.16% | - |
| HSV(B) | 327.37º | 0.81% | 0.27% | - |
| XYZ | 3.12 | 1.77 | 2.56 | - |
| YUV | 33.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 44 | 0 | 0.81 | 0.37 | 0.73 | 327.37 | 0.69 | 0.16 |
| Hex | 46 | D | 2C | 0 | 51 | 25 | 49 | 147 | 45 | 10 |
| Octal | 106 | 15 | 54 | 0 | 121 | 45 | 111 | 507 | 105 | 20 |
| Binary | 1000110 | 1101 | 101100 | 0 | 1010001 | 100101 | 1001001 | 101000111 | 1000101 | 10000 |
Color Harmonies of #460D2C
Complementary color
Monochromatic Colors of #460D2C
Black with #460D2C
Text Example
Text Example
White with #460D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460D2C; }
p { color: rgb(70,13,44); }
H1.HeaderClassName
{
color: #460D2C;
}
.AnyTagClassName
{
color: #460D2C;
}
</style>
background-color css
<style>
a { background-color: #460D2C; }
a { background-color: rgb(70,13,44); }
div.DivClassName
{
background-color: #460D2C;
}
.BgClassName
{
background-color: #460D2C;
}
</style>
border-color css
<style>
span { border-color: #460D2C; }
span { border-color: rgb(70,13,44); }
td.TdClassName
{
border-color: #460D2C;
}
.TagClassName
{
border-color: #460D2C;
}
</style>