Shades of Blackberry #460C2C
Tints of Blackberry #460C2C
RGB
CMYK
RGB Variations
Color information
#460C2C (or 0x460C2C) is known color: Blackberry. HEX triplet: 46, 0C and 2C. RGB value is (70,12,44). Sum of RGB (Red+Green+Blue) = 70+12+44=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #460C2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460C2C is #B9F3D3. Grayscale: #202020. Windows color (decimal): -12186580 or 2886726. OLE color: 2886726.
HSL color Cylindrical-coordinate representation of color #460C2C: hue angle of 326.9º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #460C2C is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 12 | 44 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.73 |
| HSL | 326.9º | 0.71% | 0.16% | - |
| HSV(B) | 326.9º | 0.83% | 0.27% | - |
| XYZ | 3.11 | 1.75 | 2.56 | - |
| YUV | 32.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 44 | 0 | 0.83 | 0.37 | 0.73 | 326.9 | 0.71 | 0.16 |
| Hex | 46 | C | 2C | 0 | 53 | 25 | 49 | 147 | 47 | 10 |
| Octal | 106 | 14 | 54 | 0 | 123 | 45 | 111 | 507 | 107 | 20 |
| Binary | 1000110 | 1100 | 101100 | 0 | 1010011 | 100101 | 1001001 | 101000111 | 1000111 | 10000 |
Color Harmonies of #460C2C
Complementary color
Monochromatic Colors of #460C2C
Black with #460C2C
Text Example
Text Example
White with #460C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460C2C; }
p { color: rgb(70,12,44); }
H1.HeaderClassName
{
color: #460C2C;
}
.AnyTagClassName
{
color: #460C2C;
}
</style>
background-color css
<style>
a { background-color: #460C2C; }
a { background-color: rgb(70,12,44); }
div.DivClassName
{
background-color: #460C2C;
}
.BgClassName
{
background-color: #460C2C;
}
</style>
border-color css
<style>
span { border-color: #460C2C; }
span { border-color: rgb(70,12,44); }
td.TdClassName
{
border-color: #460C2C;
}
.TagClassName
{
border-color: #460C2C;
}
</style>