Shades of Blackberry #450229
Tints of Blackberry #450229
RGB
CMYK
RGB Variations
Color information
#450229 (or 0x450229) is known color: Blackberry. HEX triplet: 45, 02 and 29. RGB value is (69,2,41). Sum of RGB (Red+Green+Blue) = 69+2+41=112 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.61% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 69 - color contains mainly: red. Hex color #450229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450229 is #BAFDD6. Grayscale: #1A1A1A. Windows color (decimal): -12254679 or 2687557. OLE color: 2687557.
HSL color Cylindrical-coordinate representation of color #450229: hue angle of 325.07º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #450229 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 2 | 41 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.73 |
| HSL | 325.07º | 0.94% | 0.14% | - |
| HSV(B) | 325.07º | 0.97% | 0.27% | - |
| XYZ | 2.88 | 1.47 | 2.23 | - |
| YUV | 26.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 2 | 41 | 0 | 0.97 | 0.41 | 0.73 | 325.07 | 0.94 | 0.14 |
| Hex | 45 | 2 | 29 | 0 | 61 | 29 | 49 | 145 | 5E | E |
| Octal | 105 | 2 | 51 | 0 | 141 | 51 | 111 | 505 | 136 | 16 |
| Binary | 1000101 | 10 | 101001 | 0 | 1100001 | 101001 | 1001001 | 101000101 | 1011110 | 1110 |
Color Harmonies of #450229
Complementary color
Monochromatic Colors of #450229
Black with #450229
Text Example
Text Example
White with #450229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450229; }
p { color: rgb(69,2,41); }
H1.HeaderClassName
{
color: #450229;
}
.AnyTagClassName
{
color: #450229;
}
</style>
background-color css
<style>
a { background-color: #450229; }
a { background-color: rgb(69,2,41); }
div.DivClassName
{
background-color: #450229;
}
.BgClassName
{
background-color: #450229;
}
</style>
border-color css
<style>
span { border-color: #450229; }
span { border-color: rgb(69,2,41); }
td.TdClassName
{
border-color: #450229;
}
.TagClassName
{
border-color: #450229;
}
</style>