Shades of Blackberry #450133
Tints of Blackberry #450133
RGB
CMYK
RGB Variations
Color information
#450133 (or 0x450133) is known color: Blackberry. HEX triplet: 45, 01 and 33. RGB value is (69,1,51). Sum of RGB (Red+Green+Blue) = 69+1+51=121 (16% of max value = 765). Red value is 69 (27.34% from 255 or 57.02% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 51 (20.31% from 255 or 42.15% from 121); Max value from RGB is 69 - color contains mainly: red. Hex color #450133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450133 is #BAFECC. Grayscale: #1A1A1A. Windows color (decimal): -12254925 or 3342661. OLE color: 3342661.
HSL color Cylindrical-coordinate representation of color #450133: hue angle of 315.88º 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 #450133 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 1 | 51 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.73 |
| HSL | 315.88º | 0.97% | 0.14% | - |
| HSV(B) | 315.88º | 0.99% | 0.27% | - |
| XYZ | 3.06 | 1.53 | 3.27 | - |
| YUV | 27.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 51 | 0 | 0.99 | 0.26 | 0.73 | 315.88 | 0.97 | 0.14 |
| Hex | 45 | 1 | 33 | 0 | 63 | 1A | 49 | 13C | 61 | E |
| Octal | 105 | 1 | 63 | 0 | 143 | 32 | 111 | 474 | 141 | 16 |
| Binary | 1000101 | 1 | 110011 | 0 | 1100011 | 11010 | 1001001 | 100111100 | 1100001 | 1110 |
Color Harmonies of #450133
Complementary color
Monochromatic Colors of #450133
Black with #450133
Text Example
Text Example
White with #450133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450133; }
p { color: rgb(69,1,51); }
H1.HeaderClassName
{
color: #450133;
}
.AnyTagClassName
{
color: #450133;
}
</style>
background-color css
<style>
a { background-color: #450133; }
a { background-color: rgb(69,1,51); }
div.DivClassName
{
background-color: #450133;
}
.BgClassName
{
background-color: #450133;
}
</style>
border-color css
<style>
span { border-color: #450133; }
span { border-color: rgb(69,1,51); }
td.TdClassName
{
border-color: #450133;
}
.TagClassName
{
border-color: #450133;
}
</style>