Shades of Blackberry #450B36
Tints of Blackberry #450B36
RGB
CMYK
RGB Variations
Color information
#450B36 (or 0x450B36) is known color: Blackberry. HEX triplet: 45, 0B and 36. RGB value is (69,11,54). Sum of RGB (Red+Green+Blue) = 69+11+54=134 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.49% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 69 - color contains mainly: red. Hex color #450B36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450B36 is #BAF4C9. Grayscale: #212121. Windows color (decimal): -12252362 or 3541829. OLE color: 3541829.
HSL color Cylindrical-coordinate representation of color #450B36: hue angle of 315.52º 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 #450B36 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 11 | 54 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.73 |
| HSL | 315.52º | 0.73% | 0.16% | - |
| HSV(B) | 315.52º | 0.84% | 0.27% | - |
| XYZ | 3.24 | 1.77 | 3.66 | - |
| YUV | 33.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 54 | 0 | 0.84 | 0.22 | 0.73 | 315.52 | 0.73 | 0.16 |
| Hex | 45 | B | 36 | 0 | 54 | 16 | 49 | 13C | 48 | 10 |
| Octal | 105 | 13 | 66 | 0 | 124 | 26 | 111 | 474 | 110 | 20 |
| Binary | 1000101 | 1011 | 110110 | 0 | 1010100 | 10110 | 1001001 | 100111100 | 1001000 | 10000 |
Color Harmonies of #450B36
Complementary color
Monochromatic Colors of #450B36
Black with #450B36
Text Example
Text Example
White with #450B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450B36; }
p { color: rgb(69,11,54); }
H1.HeaderClassName
{
color: #450B36;
}
.AnyTagClassName
{
color: #450B36;
}
</style>
background-color css
<style>
a { background-color: #450B36; }
a { background-color: rgb(69,11,54); }
div.DivClassName
{
background-color: #450B36;
}
.BgClassName
{
background-color: #450B36;
}
</style>
border-color css
<style>
span { border-color: #450B36; }
span { border-color: rgb(69,11,54); }
td.TdClassName
{
border-color: #450B36;
}
.TagClassName
{
border-color: #450B36;
}
</style>