Shades of Blackberry #450221
Tints of Blackberry #450221
RGB
CMYK
RGB Variations
Color information
#450221 (or 0x450221) is known color: Blackberry. HEX triplet: 45, 02 and 21. RGB value is (69,2,33). Sum of RGB (Red+Green+Blue) = 69+2+33=104 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.35% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 69 - color contains mainly: red. Hex color #450221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450221 is #BAFDDE. Grayscale: #191919. Windows color (decimal): -12254687 or 2163269. OLE color: 2163269.
HSL color Cylindrical-coordinate representation of color #450221: hue angle of 332.24º 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 #450221 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 2 | 33 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.73 |
| HSL | 332.24º | 0.94% | 0.14% | - |
| HSV(B) | 332.24º | 0.97% | 0.27% | - |
| XYZ | 2.75 | 1.42 | 1.57 | - |
| YUV | 25.57 | 132.2 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 2 | 33 | 0 | 0.97 | 0.52 | 0.73 | 332.24 | 0.94 | 0.14 |
| Hex | 45 | 2 | 21 | 0 | 61 | 34 | 49 | 14C | 5E | E |
| Octal | 105 | 2 | 41 | 0 | 141 | 64 | 111 | 514 | 136 | 16 |
| Binary | 1000101 | 10 | 100001 | 0 | 1100001 | 110100 | 1001001 | 101001100 | 1011110 | 1110 |
Color Harmonies of #450221
Complementary color
Monochromatic Colors of #450221
Black with #450221
Text Example
Text Example
White with #450221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450221; }
p { color: rgb(69,2,33); }
H1.HeaderClassName
{
color: #450221;
}
.AnyTagClassName
{
color: #450221;
}
</style>
background-color css
<style>
a { background-color: #450221; }
a { background-color: rgb(69,2,33); }
div.DivClassName
{
background-color: #450221;
}
.BgClassName
{
background-color: #450221;
}
</style>
border-color css
<style>
span { border-color: #450221; }
span { border-color: rgb(69,2,33); }
td.TdClassName
{
border-color: #450221;
}
.TagClassName
{
border-color: #450221;
}
</style>