Shades of Blackberry #450028
Tints of Blackberry #450028
RGB
CMYK
RGB Variations
Color information
#450028 (or 0x450028) is known color: Blackberry. HEX triplet: 45, 00 and 28. RGB value is (69,0,40). Sum of RGB (Red+Green+Blue) = 69+0+40=109 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.30% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 69 - color contains mainly: red. Hex color #450028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450028 is #BAFFD7. Grayscale: #191919. Windows color (decimal): -12255192 or 2621509. OLE color: 2621509.
HSL color Cylindrical-coordinate representation of color #450028: hue angle of 325.22º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #450028 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.42 | 0.73 |
| HSL | 325.22º | 1% | 0.14% | - |
| HSV(B) | 325.22º | 1% | 0.27% | - |
| XYZ | 2.84 | 1.42 | 2.13 | - |
| YUV | 25.19 | 136.36 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 40 | 0 | 1 | 0.42 | 0.73 | 325.22 | 1 | 0.14 |
| Hex | 45 | 0 | 28 | 0 | 64 | 2A | 49 | 145 | 64 | E |
| Octal | 105 | 0 | 50 | 0 | 144 | 52 | 111 | 505 | 144 | 16 |
| Binary | 1000101 | 0 | 101000 | 0 | 1100100 | 101010 | 1001001 | 101000101 | 1100100 | 1110 |
Color Harmonies of #450028
Complementary color
Monochromatic Colors of #450028
Black with #450028
Text Example
Text Example
White with #450028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450028; }
p { color: rgb(69,0,40); }
H1.HeaderClassName
{
color: #450028;
}
.AnyTagClassName
{
color: #450028;
}
</style>
background-color css
<style>
a { background-color: #450028; }
a { background-color: rgb(69,0,40); }
div.DivClassName
{
background-color: #450028;
}
.BgClassName
{
background-color: #450028;
}
</style>
border-color css
<style>
span { border-color: #450028; }
span { border-color: rgb(69,0,40); }
td.TdClassName
{
border-color: #450028;
}
.TagClassName
{
border-color: #450028;
}
</style>