Shades of Blackberry #450128
Tints of Blackberry #450128
RGB
CMYK
RGB Variations
Color information
#450128 (or 0x450128) is known color: Blackberry. HEX triplet: 45, 01 and 28. RGB value is (69,1,40). Sum of RGB (Red+Green+Blue) = 69+1+40=110 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.73% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 69 - color contains mainly: red. Hex color #450128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450128 is #BAFED7. Grayscale: #191919. Windows color (decimal): -12254936 or 2621765. OLE color: 2621765.
HSL color Cylindrical-coordinate representation of color #450128: hue angle of 325.59º 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 #450128 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.73 |
| HSL | 325.59º | 0.97% | 0.14% | - |
| HSV(B) | 325.59º | 0.99% | 0.27% | - |
| XYZ | 2.85 | 1.44 | 2.14 | - |
| YUV | 25.78 | 136.03 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 40 | 0 | 0.99 | 0.42 | 0.73 | 325.59 | 0.97 | 0.14 |
| Hex | 45 | 1 | 28 | 0 | 63 | 2A | 49 | 146 | 61 | E |
| Octal | 105 | 1 | 50 | 0 | 143 | 52 | 111 | 506 | 141 | 16 |
| Binary | 1000101 | 1 | 101000 | 0 | 1100011 | 101010 | 1001001 | 101000110 | 1100001 | 1110 |
Color Harmonies of #450128
Complementary color
Monochromatic Colors of #450128
Black with #450128
Text Example
Text Example
White with #450128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450128; }
p { color: rgb(69,1,40); }
H1.HeaderClassName
{
color: #450128;
}
.AnyTagClassName
{
color: #450128;
}
</style>
background-color css
<style>
a { background-color: #450128; }
a { background-color: rgb(69,1,40); }
div.DivClassName
{
background-color: #450128;
}
.BgClassName
{
background-color: #450128;
}
</style>
border-color css
<style>
span { border-color: #450128; }
span { border-color: rgb(69,1,40); }
td.TdClassName
{
border-color: #450128;
}
.TagClassName
{
border-color: #450128;
}
</style>