Shades of Blackberry #450B25
Tints of Blackberry #450B25
RGB
CMYK
RGB Variations
Color information
#450B25 (or 0x450B25) is known color: Blackberry. HEX triplet: 45, 0B and 25. RGB value is (69,11,37). Sum of RGB (Red+Green+Blue) = 69+11+37=117 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.97% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 69 - color contains mainly: red. Hex color #450B25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450B25 is #BAF4DA. Grayscale: #1F1F1F. Windows color (decimal): -12252379 or 2427717. OLE color: 2427717.
HSL color Cylindrical-coordinate representation of color #450B25: hue angle of 333.1º 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 #450B25 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 11 | 37 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.73 |
| HSL | 333.1º | 0.73% | 0.16% | - |
| HSV(B) | 333.1º | 0.84% | 0.27% | - |
| XYZ | 2.91 | 1.64 | 1.91 | - |
| YUV | 31.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 37 | 0 | 0.84 | 0.46 | 0.73 | 333.1 | 0.73 | 0.16 |
| Hex | 45 | B | 25 | 0 | 54 | 2E | 49 | 14D | 48 | 10 |
| Octal | 105 | 13 | 45 | 0 | 124 | 56 | 111 | 515 | 110 | 20 |
| Binary | 1000101 | 1011 | 100101 | 0 | 1010100 | 101110 | 1001001 | 101001101 | 1001000 | 10000 |
Color Harmonies of #450B25
Complementary color
Monochromatic Colors of #450B25
Black with #450B25
Text Example
Text Example
White with #450B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450B25; }
p { color: rgb(69,11,37); }
H1.HeaderClassName
{
color: #450B25;
}
.AnyTagClassName
{
color: #450B25;
}
</style>
background-color css
<style>
a { background-color: #450B25; }
a { background-color: rgb(69,11,37); }
div.DivClassName
{
background-color: #450B25;
}
.BgClassName
{
background-color: #450B25;
}
</style>
border-color css
<style>
span { border-color: #450B25; }
span { border-color: rgb(69,11,37); }
td.TdClassName
{
border-color: #450B25;
}
.TagClassName
{
border-color: #450B25;
}
</style>