Shades of Blackberry #461232
Tints of Blackberry #461232
RGB
CMYK
RGB Variations
Color information
#461232 (or 0x461232) is known color: Blackberry. HEX triplet: 46, 12 and 32. RGB value is (70,18,50). Sum of RGB (Red+Green+Blue) = 70+18+50=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #461232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461232 is #B9EDCD. Grayscale: #252525. Windows color (decimal): -12185038 or 3281478. OLE color: 3281478.
HSL color Cylindrical-coordinate representation of color #461232: hue angle of 323.08º 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 #461232 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 18 | 50 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.73 |
| HSL | 323.08º | 0.59% | 0.17% | - |
| HSV(B) | 323.08º | 0.74% | 0.27% | - |
| XYZ | 3.32 | 1.96 | 3.22 | - |
| YUV | 37.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 18 | 50 | 0 | 0.74 | 0.29 | 0.73 | 323.08 | 0.59 | 0.17 |
| Hex | 46 | 12 | 32 | 0 | 4A | 1D | 49 | 143 | 3B | 11 |
| Octal | 106 | 22 | 62 | 0 | 112 | 35 | 111 | 503 | 73 | 21 |
| Binary | 1000110 | 10010 | 110010 | 0 | 1001010 | 11101 | 1001001 | 101000011 | 111011 | 10001 |
Color Harmonies of #461232
Complementary color
Monochromatic Colors of #461232
Black with #461232
Text Example
Text Example
White with #461232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461232; }
p { color: rgb(70,18,50); }
H1.HeaderClassName
{
color: #461232;
}
.AnyTagClassName
{
color: #461232;
}
</style>
background-color css
<style>
a { background-color: #461232; }
a { background-color: rgb(70,18,50); }
div.DivClassName
{
background-color: #461232;
}
.BgClassName
{
background-color: #461232;
}
</style>
border-color css
<style>
span { border-color: #461232; }
span { border-color: rgb(70,18,50); }
td.TdClassName
{
border-color: #461232;
}
.TagClassName
{
border-color: #461232;
}
</style>