Shades of Blackberry #450B22
Tints of Blackberry #450B22
RGB
CMYK
RGB Variations
Color information
#450B22 (or 0x450B22) is known color: Blackberry. HEX triplet: 45, 0B and 22. RGB value is (69,11,34). Sum of RGB (Red+Green+Blue) = 69+11+34=114 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60.53% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 34 (13.67% from 255 or 29.82% from 114); Max value from RGB is 69 - color contains mainly: red. Hex color #450B22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450B22 is #BAF4DD. Grayscale: #1E1E1E. Windows color (decimal): -12252382 or 2231109. OLE color: 2231109.
HSL color Cylindrical-coordinate representation of color #450B22: hue angle of 336.21º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #450B22 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 11 | 34 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.73 |
| HSL | 336.21º | 0.73% | 0.16% | - |
| HSV(B) | 336.21º | 0.84% | 0.27% | - |
| XYZ | 2.86 | 1.62 | 1.68 | - |
| YUV | 30.96 | 129.72 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 34 | 0 | 0.84 | 0.51 | 0.73 | 336.21 | 0.73 | 0.16 |
| Hex | 45 | B | 22 | 0 | 54 | 33 | 49 | 150 | 48 | 10 |
| Octal | 105 | 13 | 42 | 0 | 124 | 63 | 111 | 520 | 110 | 20 |
| Binary | 1000101 | 1011 | 100010 | 0 | 1010100 | 110011 | 1001001 | 101010000 | 1001000 | 10000 |
Color Harmonies of #450B22
Complementary color
Monochromatic Colors of #450B22
Black with #450B22
Text Example
Text Example
White with #450B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450B22; }
p { color: rgb(69,11,34); }
H1.HeaderClassName
{
color: #450B22;
}
.AnyTagClassName
{
color: #450B22;
}
</style>
background-color css
<style>
a { background-color: #450B22; }
a { background-color: rgb(69,11,34); }
div.DivClassName
{
background-color: #450B22;
}
.BgClassName
{
background-color: #450B22;
}
</style>
border-color css
<style>
span { border-color: #450B22; }
span { border-color: rgb(69,11,34); }
td.TdClassName
{
border-color: #450B22;
}
.TagClassName
{
border-color: #450B22;
}
</style>