Shades of Blackberry #461237
Tints of Blackberry #461237
RGB
CMYK
RGB Variations
Color information
#461237 (or 0x461237) is known color: Blackberry. HEX triplet: 46, 12 and 37. RGB value is (70,18,55). Sum of RGB (Red+Green+Blue) = 70+18+55=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #461237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461237 is #B9EDC8. Grayscale: #252525. Windows color (decimal): -12185033 or 3609158. OLE color: 3609158.
HSL color Cylindrical-coordinate representation of color #461237: hue angle of 317.31º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #461237 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 18 | 55 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.73 |
| HSL | 317.31º | 0.59% | 0.17% | - |
| HSV(B) | 317.31º | 0.74% | 0.27% | - |
| XYZ | 3.43 | 2.01 | 3.82 | - |
| YUV | 37.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 18 | 55 | 0 | 0.74 | 0.21 | 0.73 | 317.31 | 0.59 | 0.17 |
| Hex | 46 | 12 | 37 | 0 | 4A | 15 | 49 | 13D | 3B | 11 |
| Octal | 106 | 22 | 67 | 0 | 112 | 25 | 111 | 475 | 73 | 21 |
| Binary | 1000110 | 10010 | 110111 | 0 | 1001010 | 10101 | 1001001 | 100111101 | 111011 | 10001 |
Color Harmonies of #461237
Complementary color
Monochromatic Colors of #461237
Black with #461237
Text Example
Text Example
White with #461237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461237; }
p { color: rgb(70,18,55); }
H1.HeaderClassName
{
color: #461237;
}
.AnyTagClassName
{
color: #461237;
}
</style>
background-color css
<style>
a { background-color: #461237; }
a { background-color: rgb(70,18,55); }
div.DivClassName
{
background-color: #461237;
}
.BgClassName
{
background-color: #461237;
}
</style>
border-color css
<style>
span { border-color: #461237; }
span { border-color: rgb(70,18,55); }
td.TdClassName
{
border-color: #461237;
}
.TagClassName
{
border-color: #461237;
}
</style>