Shades of Blackberry #450120
Tints of Blackberry #450120
RGB
CMYK
RGB Variations
Color information
#450120 (or 0x450120) is known color: Blackberry. HEX triplet: 45, 01 and 20. RGB value is (69,1,32). Sum of RGB (Red+Green+Blue) = 69+1+32=102 (13% of max value = 765). Red value is 69 (27.34% from 255 or 67.65% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 69 - color contains mainly: red. Hex color #450120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450120 is #BAFEDF. Grayscale: #181818. Windows color (decimal): -12254944 or 2097477. OLE color: 2097477.
HSL color Cylindrical-coordinate representation of color #450120: hue angle of 332.65º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450120 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 1 | 32 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.73 |
| HSL | 332.65º | 0.97% | 0.14% | - |
| HSV(B) | 332.65º | 0.99% | 0.27% | - |
| XYZ | 2.73 | 1.39 | 1.49 | - |
| YUV | 24.87 | 132.03 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 32 | 0 | 0.99 | 0.54 | 0.73 | 332.65 | 0.97 | 0.14 |
| Hex | 45 | 1 | 20 | 0 | 63 | 36 | 49 | 14D | 61 | E |
| Octal | 105 | 1 | 40 | 0 | 143 | 66 | 111 | 515 | 141 | 16 |
| Binary | 1000101 | 1 | 100000 | 0 | 1100011 | 110110 | 1001001 | 101001101 | 1100001 | 1110 |
Color Harmonies of #450120
Complementary color
Monochromatic Colors of #450120
Black with #450120
Text Example
Text Example
White with #450120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450120; }
p { color: rgb(69,1,32); }
H1.HeaderClassName
{
color: #450120;
}
.AnyTagClassName
{
color: #450120;
}
</style>
background-color css
<style>
a { background-color: #450120; }
a { background-color: rgb(69,1,32); }
div.DivClassName
{
background-color: #450120;
}
.BgClassName
{
background-color: #450120;
}
</style>
border-color css
<style>
span { border-color: #450120; }
span { border-color: rgb(69,1,32); }
td.TdClassName
{
border-color: #450120;
}
.TagClassName
{
border-color: #450120;
}
</style>