Shades of Blackberry #450632
Tints of Blackberry #450632
RGB
CMYK
RGB Variations
Color information
#450632 (or 0x450632) is known color: Blackberry. HEX triplet: 45, 06 and 32. RGB value is (69,6,50). Sum of RGB (Red+Green+Blue) = 69+6+50=125 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.2% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 50 (19.92% from 255 or 40% from 125); Max value from RGB is 69 - color contains mainly: red. Hex color #450632 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450632 is #BAF9CD. Grayscale: #1D1D1D. Windows color (decimal): -12253646 or 3278405. OLE color: 3278405.
HSL color Cylindrical-coordinate representation of color #450632: hue angle of 318.1º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450632 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 6 | 50 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.73 |
| HSL | 318.1º | 0.84% | 0.15% | - |
| HSV(B) | 318.1º | 0.91% | 0.27% | - |
| XYZ | 3.1 | 1.63 | 3.17 | - |
| YUV | 29.85 | 139.37 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 6 | 50 | 0 | 0.91 | 0.28 | 0.73 | 318.1 | 0.84 | 0.15 |
| Hex | 45 | 6 | 32 | 0 | 5B | 1C | 49 | 13E | 54 | F |
| Octal | 105 | 6 | 62 | 0 | 133 | 34 | 111 | 476 | 124 | 17 |
| Binary | 1000101 | 110 | 110010 | 0 | 1011011 | 11100 | 1001001 | 100111110 | 1010100 | 1111 |
Color Harmonies of #450632
Complementary color
Monochromatic Colors of #450632
Black with #450632
Text Example
Text Example
White with #450632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450632; }
p { color: rgb(69,6,50); }
H1.HeaderClassName
{
color: #450632;
}
.AnyTagClassName
{
color: #450632;
}
</style>
background-color css
<style>
a { background-color: #450632; }
a { background-color: rgb(69,6,50); }
div.DivClassName
{
background-color: #450632;
}
.BgClassName
{
background-color: #450632;
}
</style>
border-color css
<style>
span { border-color: #450632; }
span { border-color: rgb(69,6,50); }
td.TdClassName
{
border-color: #450632;
}
.TagClassName
{
border-color: #450632;
}
</style>