Shades of Blackberry #450723
Tints of Blackberry #450723
RGB
CMYK
RGB Variations
Color information
#450723 (or 0x450723) is known color: Blackberry. HEX triplet: 45, 07 and 23. RGB value is (69,7,35). Sum of RGB (Red+Green+Blue) = 69+7+35=111 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.16% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 35 (14.06% from 255 or 31.53% from 111); Max value from RGB is 69 - color contains mainly: red. Hex color #450723 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450723 is #BAF8DC. Grayscale: #1C1C1C. Windows color (decimal): -12253405 or 2295621. OLE color: 2295621.
HSL color Cylindrical-coordinate representation of color #450723: hue angle of 332.9º 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 #450723 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 7 | 35 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.73 |
| HSL | 332.9º | 0.82% | 0.15% | - |
| HSV(B) | 332.9º | 0.9% | 0.27% | - |
| XYZ | 2.83 | 1.54 | 1.74 | - |
| YUV | 28.73 | 131.54 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 7 | 35 | 0 | 0.90 | 0.49 | 0.73 | 332.9 | 0.82 | 0.15 |
| Hex | 45 | 7 | 23 | 0 | 5A | 31 | 49 | 14D | 52 | F |
| Octal | 105 | 7 | 43 | 0 | 132 | 61 | 111 | 515 | 122 | 17 |
| Binary | 1000101 | 111 | 100011 | 0 | 1011010 | 110001 | 1001001 | 101001101 | 1010010 | 1111 |
Color Harmonies of #450723
Complementary color
Monochromatic Colors of #450723
Black with #450723
Text Example
Text Example
White with #450723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450723; }
p { color: rgb(69,7,35); }
H1.HeaderClassName
{
color: #450723;
}
.AnyTagClassName
{
color: #450723;
}
</style>
background-color css
<style>
a { background-color: #450723; }
a { background-color: rgb(69,7,35); }
div.DivClassName
{
background-color: #450723;
}
.BgClassName
{
background-color: #450723;
}
</style>
border-color css
<style>
span { border-color: #450723; }
span { border-color: rgb(69,7,35); }
td.TdClassName
{
border-color: #450723;
}
.TagClassName
{
border-color: #450723;
}
</style>