Shades of Blackberry #450532
Tints of Blackberry #450532
RGB
CMYK
RGB Variations
Color information
#450532 (or 0x450532) is known color: Blackberry. HEX triplet: 45, 05 and 32. RGB value is (69,5,50). Sum of RGB (Red+Green+Blue) = 69+5+50=124 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.65% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 69 - color contains mainly: red. Hex color #450532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450532 is #BAFACD. Grayscale: #1D1D1D. Windows color (decimal): -12253902 or 3278149. OLE color: 3278149.
HSL color Cylindrical-coordinate representation of color #450532: hue angle of 317.81º 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 #450532 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 5 | 50 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.73 |
| HSL | 317.81º | 0.86% | 0.15% | - |
| HSV(B) | 317.81º | 0.93% | 0.27% | - |
| XYZ | 3.08 | 1.6 | 3.16 | - |
| YUV | 29.27 | 139.7 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 5 | 50 | 0 | 0.93 | 0.28 | 0.73 | 317.81 | 0.86 | 0.15 |
| Hex | 45 | 5 | 32 | 0 | 5D | 1C | 49 | 13E | 56 | F |
| Octal | 105 | 5 | 62 | 0 | 135 | 34 | 111 | 476 | 126 | 17 |
| Binary | 1000101 | 101 | 110010 | 0 | 1011101 | 11100 | 1001001 | 100111110 | 1010110 | 1111 |
Color Harmonies of #450532
Complementary color
Monochromatic Colors of #450532
Black with #450532
Text Example
Text Example
White with #450532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450532; }
p { color: rgb(69,5,50); }
H1.HeaderClassName
{
color: #450532;
}
.AnyTagClassName
{
color: #450532;
}
</style>
background-color css
<style>
a { background-color: #450532; }
a { background-color: rgb(69,5,50); }
div.DivClassName
{
background-color: #450532;
}
.BgClassName
{
background-color: #450532;
}
</style>
border-color css
<style>
span { border-color: #450532; }
span { border-color: rgb(69,5,50); }
td.TdClassName
{
border-color: #450532;
}
.TagClassName
{
border-color: #450532;
}
</style>