Shades of Blackberry #450825
Tints of Blackberry #450825
RGB
CMYK
RGB Variations
Color information
#450825 (or 0x450825) is known color: Blackberry. HEX triplet: 45, 08 and 25. RGB value is (69,8,37). Sum of RGB (Red+Green+Blue) = 69+8+37=114 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60.53% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 69 - color contains mainly: red. Hex color #450825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450825 is #BAF7DA. Grayscale: #1D1D1D. Windows color (decimal): -12253147 or 2426949. OLE color: 2426949.
HSL color Cylindrical-coordinate representation of color #450825: hue angle of 331.48º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #450825 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 8 | 37 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.73 |
| HSL | 331.48º | 0.79% | 0.15% | - |
| HSV(B) | 331.48º | 0.88% | 0.27% | - |
| XYZ | 2.88 | 1.57 | 1.9 | - |
| YUV | 29.55 | 132.21 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 8 | 37 | 0 | 0.88 | 0.46 | 0.73 | 331.48 | 0.79 | 0.15 |
| Hex | 45 | 8 | 25 | 0 | 58 | 2E | 49 | 14B | 4F | F |
| Octal | 105 | 10 | 45 | 0 | 130 | 56 | 111 | 513 | 117 | 17 |
| Binary | 1000101 | 1000 | 100101 | 0 | 1011000 | 101110 | 1001001 | 101001011 | 1001111 | 1111 |
Color Harmonies of #450825
Complementary color
Monochromatic Colors of #450825
Black with #450825
Text Example
Text Example
White with #450825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450825; }
p { color: rgb(69,8,37); }
H1.HeaderClassName
{
color: #450825;
}
.AnyTagClassName
{
color: #450825;
}
</style>
background-color css
<style>
a { background-color: #450825; }
a { background-color: rgb(69,8,37); }
div.DivClassName
{
background-color: #450825;
}
.BgClassName
{
background-color: #450825;
}
</style>
border-color css
<style>
span { border-color: #450825; }
span { border-color: rgb(69,8,37); }
td.TdClassName
{
border-color: #450825;
}
.TagClassName
{
border-color: #450825;
}
</style>