Shades of Blackberry #461533
Tints of Blackberry #461533
RGB
CMYK
RGB Variations
Color information
#461533 (or 0x461533) is known color: Blackberry. HEX triplet: 46, 15 and 33. RGB value is (70,21,51). Sum of RGB (Red+Green+Blue) = 70+21+51=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #461533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461533 is #B9EACC. Grayscale: #272727. Windows color (decimal): -12184269 or 3347782. OLE color: 3347782.
HSL color Cylindrical-coordinate representation of color #461533: hue angle of 323.27º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461533 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 21 | 51 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.73 |
| HSL | 323.27º | 0.54% | 0.18% | - |
| HSV(B) | 323.27º | 0.7% | 0.27% | - |
| XYZ | 3.39 | 2.08 | 3.35 | - |
| YUV | 39.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 51 | 0 | 0.70 | 0.27 | 0.73 | 323.27 | 0.54 | 0.18 |
| Hex | 46 | 15 | 33 | 0 | 46 | 1B | 49 | 143 | 36 | 12 |
| Octal | 106 | 25 | 63 | 0 | 106 | 33 | 111 | 503 | 66 | 22 |
| Binary | 1000110 | 10101 | 110011 | 0 | 1000110 | 11011 | 1001001 | 101000011 | 110110 | 10010 |
Color Harmonies of #461533
Complementary color
Monochromatic Colors of #461533
Black with #461533
Text Example
Text Example
White with #461533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461533; }
p { color: rgb(70,21,51); }
H1.HeaderClassName
{
color: #461533;
}
.AnyTagClassName
{
color: #461533;
}
</style>
background-color css
<style>
a { background-color: #461533; }
a { background-color: rgb(70,21,51); }
div.DivClassName
{
background-color: #461533;
}
.BgClassName
{
background-color: #461533;
}
</style>
border-color css
<style>
span { border-color: #461533; }
span { border-color: rgb(70,21,51); }
td.TdClassName
{
border-color: #461533;
}
.TagClassName
{
border-color: #461533;
}
</style>