Shades of Blackberry #450127
Tints of Blackberry #450127
RGB
CMYK
RGB Variations
Color information
#450127 (or 0x450127) is known color: Blackberry. HEX triplet: 45, 01 and 27. RGB value is (69,1,39). Sum of RGB (Red+Green+Blue) = 69+1+39=109 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.30% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 39 (15.62% from 255 or 35.78% from 109); Max value from RGB is 69 - color contains mainly: red. Hex color #450127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450127 is #BAFED8. Grayscale: #191919. Windows color (decimal): -12254937 or 2556229. OLE color: 2556229.
HSL color Cylindrical-coordinate representation of color #450127: hue angle of 326.47º 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 #450127 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.73 |
| HSL | 326.47º | 0.97% | 0.14% | - |
| HSV(B) | 326.47º | 0.99% | 0.27% | - |
| XYZ | 2.83 | 1.43 | 2.05 | - |
| YUV | 25.66 | 135.53 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 39 | 0 | 0.99 | 0.43 | 0.73 | 326.47 | 0.97 | 0.14 |
| Hex | 45 | 1 | 27 | 0 | 63 | 2B | 49 | 146 | 61 | E |
| Octal | 105 | 1 | 47 | 0 | 143 | 53 | 111 | 506 | 141 | 16 |
| Binary | 1000101 | 1 | 100111 | 0 | 1100011 | 101011 | 1001001 | 101000110 | 1100001 | 1110 |
Color Harmonies of #450127
Complementary color
Monochromatic Colors of #450127
Black with #450127
Text Example
Text Example
White with #450127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450127; }
p { color: rgb(69,1,39); }
H1.HeaderClassName
{
color: #450127;
}
.AnyTagClassName
{
color: #450127;
}
</style>
background-color css
<style>
a { background-color: #450127; }
a { background-color: rgb(69,1,39); }
div.DivClassName
{
background-color: #450127;
}
.BgClassName
{
background-color: #450127;
}
</style>
border-color css
<style>
span { border-color: #450127; }
span { border-color: rgb(69,1,39); }
td.TdClassName
{
border-color: #450127;
}
.TagClassName
{
border-color: #450127;
}
</style>