Shades of Blackberry #450B37
Tints of Blackberry #450B37
RGB
CMYK
RGB Variations
Color information
#450B37 (or 0x450B37) is known color: Blackberry. HEX triplet: 45, 0B and 37. RGB value is (69,11,55). Sum of RGB (Red+Green+Blue) = 69+11+55=135 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.11% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 69 - color contains mainly: red. Hex color #450B37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450B37 is #BAF4C8. Grayscale: #212121. Windows color (decimal): -12252361 or 3607365. OLE color: 3607365.
HSL color Cylindrical-coordinate representation of color #450B37: hue angle of 314.48º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #450B37 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 11 | 55 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.73 |
| HSL | 314.48º | 0.73% | 0.16% | - |
| HSV(B) | 314.48º | 0.84% | 0.27% | - |
| XYZ | 3.26 | 1.78 | 3.79 | - |
| YUV | 33.36 | 140.22 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 55 | 0 | 0.84 | 0.20 | 0.73 | 314.48 | 0.73 | 0.16 |
| Hex | 45 | B | 37 | 0 | 54 | 14 | 49 | 13A | 48 | 10 |
| Octal | 105 | 13 | 67 | 0 | 124 | 24 | 111 | 472 | 110 | 20 |
| Binary | 1000101 | 1011 | 110111 | 0 | 1010100 | 10100 | 1001001 | 100111010 | 1001000 | 10000 |
Color Harmonies of #450B37
Complementary color
Monochromatic Colors of #450B37
Black with #450B37
Text Example
Text Example
White with #450B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450B37; }
p { color: rgb(69,11,55); }
H1.HeaderClassName
{
color: #450B37;
}
.AnyTagClassName
{
color: #450B37;
}
</style>
background-color css
<style>
a { background-color: #450B37; }
a { background-color: rgb(69,11,55); }
div.DivClassName
{
background-color: #450B37;
}
.BgClassName
{
background-color: #450B37;
}
</style>
border-color css
<style>
span { border-color: #450B37; }
span { border-color: rgb(69,11,55); }
td.TdClassName
{
border-color: #450B37;
}
.TagClassName
{
border-color: #450B37;
}
</style>