Shades of Blackberry #450124
Tints of Blackberry #450124
RGB
CMYK
RGB Variations
Color information
#450124 (or 0x450124) is known color: Blackberry. HEX triplet: 45, 01 and 24. RGB value is (69,1,36). Sum of RGB (Red+Green+Blue) = 69+1+36=106 (14% of max value = 765). Red value is 69 (27.34% from 255 or 65.09% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 69 - color contains mainly: red. Hex color #450124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450124 is #BAFEDB. Grayscale: #191919. Windows color (decimal): -12254940 or 2359621. OLE color: 2359621.
HSL color Cylindrical-coordinate representation of color #450124: hue angle of 329.12º 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 #450124 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 1 | 36 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.73 |
| HSL | 329.12º | 0.97% | 0.14% | - |
| HSV(B) | 329.12º | 0.99% | 0.27% | - |
| XYZ | 2.78 | 1.41 | 1.8 | - |
| YUV | 25.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 36 | 0 | 0.99 | 0.48 | 0.73 | 329.12 | 0.97 | 0.14 |
| Hex | 45 | 1 | 24 | 0 | 63 | 30 | 49 | 149 | 61 | E |
| Octal | 105 | 1 | 44 | 0 | 143 | 60 | 111 | 511 | 141 | 16 |
| Binary | 1000101 | 1 | 100100 | 0 | 1100011 | 110000 | 1001001 | 101001001 | 1100001 | 1110 |
Color Harmonies of #450124
Complementary color
Monochromatic Colors of #450124
Black with #450124
Text Example
Text Example
White with #450124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450124; }
p { color: rgb(69,1,36); }
H1.HeaderClassName
{
color: #450124;
}
.AnyTagClassName
{
color: #450124;
}
</style>
background-color css
<style>
a { background-color: #450124; }
a { background-color: rgb(69,1,36); }
div.DivClassName
{
background-color: #450124;
}
.BgClassName
{
background-color: #450124;
}
</style>
border-color css
<style>
span { border-color: #450124; }
span { border-color: rgb(69,1,36); }
td.TdClassName
{
border-color: #450124;
}
.TagClassName
{
border-color: #450124;
}
</style>