Shades of Blackberry #450132
Tints of Blackberry #450132
RGB
CMYK
RGB Variations
Color information
#450132 (or 0x450132) is known color: Blackberry. HEX triplet: 45, 01 and 32. RGB value is (69,1,50). Sum of RGB (Red+Green+Blue) = 69+1+50=120 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.5% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 69 - color contains mainly: red. Hex color #450132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450132 is #BAFECD. Grayscale: #1A1A1A. Windows color (decimal): -12254926 or 3277125. OLE color: 3277125.
HSL color Cylindrical-coordinate representation of color #450132: hue angle of 316.76º 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 #450132 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 1 | 50 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.73 |
| HSL | 316.76º | 0.97% | 0.14% | - |
| HSV(B) | 316.76º | 0.99% | 0.27% | - |
| XYZ | 3.04 | 1.52 | 3.15 | - |
| YUV | 26.92 | 141.03 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 50 | 0 | 0.99 | 0.28 | 0.73 | 316.76 | 0.97 | 0.14 |
| Hex | 45 | 1 | 32 | 0 | 63 | 1C | 49 | 13D | 61 | E |
| Octal | 105 | 1 | 62 | 0 | 143 | 34 | 111 | 475 | 141 | 16 |
| Binary | 1000101 | 1 | 110010 | 0 | 1100011 | 11100 | 1001001 | 100111101 | 1100001 | 1110 |
Color Harmonies of #450132
Complementary color
Monochromatic Colors of #450132
Black with #450132
Text Example
Text Example
White with #450132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450132; }
p { color: rgb(69,1,50); }
H1.HeaderClassName
{
color: #450132;
}
.AnyTagClassName
{
color: #450132;
}
</style>
background-color css
<style>
a { background-color: #450132; }
a { background-color: rgb(69,1,50); }
div.DivClassName
{
background-color: #450132;
}
.BgClassName
{
background-color: #450132;
}
</style>
border-color css
<style>
span { border-color: #450132; }
span { border-color: rgb(69,1,50); }
td.TdClassName
{
border-color: #450132;
}
.TagClassName
{
border-color: #450132;
}
</style>