Shades of Blackberry #450022
Tints of Blackberry #450022
RGB
CMYK
RGB Variations
Color information
#450022 (or 0x450022) is known color: Blackberry. HEX triplet: 45, 00 and 22. RGB value is (69,0,34). Sum of RGB (Red+Green+Blue) = 69+0+34=103 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.99% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 69 - color contains mainly: red. Hex color #450022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450022 is #BAFFDD. Grayscale: #181818. Windows color (decimal): -12255198 or 2228293. OLE color: 2228293.
HSL color Cylindrical-coordinate representation of color #450022: hue angle of 330.43º 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 #450022 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.51 | 0.73 |
| HSL | 330.43º | 1% | 0.14% | - |
| HSV(B) | 330.43º | 1% | 0.27% | - |
| XYZ | 2.74 | 1.38 | 1.64 | - |
| YUV | 24.51 | 133.36 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 34 | 0 | 1 | 0.51 | 0.73 | 330.43 | 1 | 0.14 |
| Hex | 45 | 0 | 22 | 0 | 64 | 33 | 49 | 14A | 64 | E |
| Octal | 105 | 0 | 42 | 0 | 144 | 63 | 111 | 512 | 144 | 16 |
| Binary | 1000101 | 0 | 100010 | 0 | 1100100 | 110011 | 1001001 | 101001010 | 1100100 | 1110 |
Color Harmonies of #450022
Complementary color
Monochromatic Colors of #450022
Black with #450022
Text Example
Text Example
White with #450022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450022; }
p { color: rgb(69,0,34); }
H1.HeaderClassName
{
color: #450022;
}
.AnyTagClassName
{
color: #450022;
}
</style>
background-color css
<style>
a { background-color: #450022; }
a { background-color: rgb(69,0,34); }
div.DivClassName
{
background-color: #450022;
}
.BgClassName
{
background-color: #450022;
}
</style>
border-color css
<style>
span { border-color: #450022; }
span { border-color: rgb(69,0,34); }
td.TdClassName
{
border-color: #450022;
}
.TagClassName
{
border-color: #450022;
}
</style>