Shades of Blackberry #450425
Tints of Blackberry #450425
RGB
CMYK
RGB Variations
Color information
#450425 (or 0x450425) is known color: Blackberry. HEX triplet: 45, 04 and 25. RGB value is (69,4,37). Sum of RGB (Red+Green+Blue) = 69+4+37=110 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.73% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 69 - color contains mainly: red. Hex color #450425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450425 is #BAFBDA. Grayscale: #1B1B1B. Windows color (decimal): -12254171 or 2425925. OLE color: 2425925.
HSL color Cylindrical-coordinate representation of color #450425: hue angle of 329.54º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450425 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 4 | 37 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.73 |
| HSL | 329.54º | 0.89% | 0.14% | - |
| HSV(B) | 329.54º | 0.94% | 0.27% | - |
| XYZ | 2.83 | 1.49 | 1.89 | - |
| YUV | 27.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 4 | 37 | 0 | 0.94 | 0.46 | 0.73 | 329.54 | 0.89 | 0.14 |
| Hex | 45 | 4 | 25 | 0 | 5E | 2E | 49 | 14A | 59 | E |
| Octal | 105 | 4 | 45 | 0 | 136 | 56 | 111 | 512 | 131 | 16 |
| Binary | 1000101 | 100 | 100101 | 0 | 1011110 | 101110 | 1001001 | 101001010 | 1011001 | 1110 |
Color Harmonies of #450425
Complementary color
Monochromatic Colors of #450425
Black with #450425
Text Example
Text Example
White with #450425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450425; }
p { color: rgb(69,4,37); }
H1.HeaderClassName
{
color: #450425;
}
.AnyTagClassName
{
color: #450425;
}
</style>
background-color css
<style>
a { background-color: #450425; }
a { background-color: rgb(69,4,37); }
div.DivClassName
{
background-color: #450425;
}
.BgClassName
{
background-color: #450425;
}
</style>
border-color css
<style>
span { border-color: #450425; }
span { border-color: rgb(69,4,37); }
td.TdClassName
{
border-color: #450425;
}
.TagClassName
{
border-color: #450425;
}
</style>