Shades of Blackberry #450725
Tints of Blackberry #450725
RGB
CMYK
RGB Variations
Color information
#450725 (or 0x450725) is known color: Blackberry. HEX triplet: 45, 07 and 25. RGB value is (69,7,37). Sum of RGB (Red+Green+Blue) = 69+7+37=113 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.06% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 69 - color contains mainly: red. Hex color #450725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450725 is #BAF8DA. Grayscale: #1C1C1C. Windows color (decimal): -12253403 or 2426693. OLE color: 2426693.
HSL color Cylindrical-coordinate representation of color #450725: hue angle of 330.97º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #450725 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 7 | 37 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.73 |
| HSL | 330.97º | 0.82% | 0.15% | - |
| HSV(B) | 330.97º | 0.9% | 0.27% | - |
| XYZ | 2.86 | 1.55 | 1.9 | - |
| YUV | 28.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 7 | 37 | 0 | 0.90 | 0.46 | 0.73 | 330.97 | 0.82 | 0.15 |
| Hex | 45 | 7 | 25 | 0 | 5A | 2E | 49 | 14B | 52 | F |
| Octal | 105 | 7 | 45 | 0 | 132 | 56 | 111 | 513 | 122 | 17 |
| Binary | 1000101 | 111 | 100101 | 0 | 1011010 | 101110 | 1001001 | 101001011 | 1010010 | 1111 |
Color Harmonies of #450725
Complementary color
Monochromatic Colors of #450725
Black with #450725
Text Example
Text Example
White with #450725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450725; }
p { color: rgb(69,7,37); }
H1.HeaderClassName
{
color: #450725;
}
.AnyTagClassName
{
color: #450725;
}
</style>
background-color css
<style>
a { background-color: #450725; }
a { background-color: rgb(69,7,37); }
div.DivClassName
{
background-color: #450725;
}
.BgClassName
{
background-color: #450725;
}
</style>
border-color css
<style>
span { border-color: #450725; }
span { border-color: rgb(69,7,37); }
td.TdClassName
{
border-color: #450725;
}
.TagClassName
{
border-color: #450725;
}
</style>