Shades of Blackberry #45153B
Tints of Blackberry #45153B
RGB
CMYK
RGB Variations
Color information
#45153B (or 0x45153B) is known color: Blackberry. HEX triplet: 45, 15 and 3B. RGB value is (69,21,59). Sum of RGB (Red+Green+Blue) = 69+21+59=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #45153B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45153B is #BAEAC4. Grayscale: #272727. Windows color (decimal): -12249797 or 3872069. OLE color: 3872069.
HSL color Cylindrical-coordinate representation of color #45153B: hue angle of 312.5º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45153B is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 21 | 59 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.73 |
| HSL | 312.5º | 0.53% | 0.18% | - |
| HSV(B) | 312.5º | 0.7% | 0.27% | - |
| XYZ | 3.51 | 2.12 | 4.36 | - |
| YUV | 39.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 21 | 59 | 0 | 0.70 | 0.14 | 0.73 | 312.5 | 0.53 | 0.18 |
| Hex | 45 | 15 | 3B | 0 | 46 | E | 49 | 138 | 35 | 12 |
| Octal | 105 | 25 | 73 | 0 | 106 | 16 | 111 | 470 | 65 | 22 |
| Binary | 1000101 | 10101 | 111011 | 0 | 1000110 | 1110 | 1001001 | 100111000 | 110101 | 10010 |
Color Harmonies of #45153B
Complementary color
Monochromatic Colors of #45153B
Black with #45153B
Text Example
Text Example
White with #45153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45153B; }
p { color: rgb(69,21,59); }
H1.HeaderClassName
{
color: #45153B;
}
.AnyTagClassName
{
color: #45153B;
}
</style>
background-color css
<style>
a { background-color: #45153B; }
a { background-color: rgb(69,21,59); }
div.DivClassName
{
background-color: #45153B;
}
.BgClassName
{
background-color: #45153B;
}
</style>
border-color css
<style>
span { border-color: #45153B; }
span { border-color: rgb(69,21,59); }
td.TdClassName
{
border-color: #45153B;
}
.TagClassName
{
border-color: #45153B;
}
</style>