Shades of Blackberry #450528
Tints of Blackberry #450528
RGB
CMYK
RGB Variations
Color information
#450528 (or 0x450528) is known color: Blackberry. HEX triplet: 45, 05 and 28. RGB value is (69,5,40). Sum of RGB (Red+Green+Blue) = 69+5+40=114 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60.53% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 69 - color contains mainly: red. Hex color #450528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450528 is #BAFAD7. Grayscale: #1C1C1C. Windows color (decimal): -12253912 or 2622789. OLE color: 2622789.
HSL color Cylindrical-coordinate representation of color #450528: hue angle of 327.19º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450528 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 5 | 40 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.73 |
| HSL | 327.19º | 0.86% | 0.15% | - |
| HSV(B) | 327.19º | 0.93% | 0.27% | - |
| XYZ | 2.89 | 1.53 | 2.15 | - |
| YUV | 28.13 | 134.7 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 5 | 40 | 0 | 0.93 | 0.42 | 0.73 | 327.19 | 0.86 | 0.15 |
| Hex | 45 | 5 | 28 | 0 | 5D | 2A | 49 | 147 | 56 | F |
| Octal | 105 | 5 | 50 | 0 | 135 | 52 | 111 | 507 | 126 | 17 |
| Binary | 1000101 | 101 | 101000 | 0 | 1011101 | 101010 | 1001001 | 101000111 | 1010110 | 1111 |
Color Harmonies of #450528
Complementary color
Monochromatic Colors of #450528
Black with #450528
Text Example
Text Example
White with #450528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450528; }
p { color: rgb(69,5,40); }
H1.HeaderClassName
{
color: #450528;
}
.AnyTagClassName
{
color: #450528;
}
</style>
background-color css
<style>
a { background-color: #450528; }
a { background-color: rgb(69,5,40); }
div.DivClassName
{
background-color: #450528;
}
.BgClassName
{
background-color: #450528;
}
</style>
border-color css
<style>
span { border-color: #450528; }
span { border-color: rgb(69,5,40); }
td.TdClassName
{
border-color: #450528;
}
.TagClassName
{
border-color: #450528;
}
</style>