Shades of Blackberry #450B2D
Tints of Blackberry #450B2D
RGB
CMYK
RGB Variations
Color information
#450B2D (or 0x450B2D) is known color: Blackberry. HEX triplet: 45, 0B and 2D. RGB value is (69,11,45). Sum of RGB (Red+Green+Blue) = 69+11+45=125 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.2% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 69 - color contains mainly: red. Hex color #450B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450B2D is #BAF4D2. Grayscale: #202020. Windows color (decimal): -12252371 or 2952005. OLE color: 2952005.
HSL color Cylindrical-coordinate representation of color #450B2D: hue angle of 324.83º 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 #450B2D is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 11 | 45 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.73 |
| HSL | 324.83º | 0.73% | 0.16% | - |
| HSV(B) | 324.83º | 0.84% | 0.27% | - |
| XYZ | 3.05 | 1.69 | 2.65 | - |
| YUV | 32.22 | 135.22 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 45 | 0 | 0.84 | 0.35 | 0.73 | 324.83 | 0.73 | 0.16 |
| Hex | 45 | B | 2D | 0 | 54 | 23 | 49 | 145 | 48 | 10 |
| Octal | 105 | 13 | 55 | 0 | 124 | 43 | 111 | 505 | 110 | 20 |
| Binary | 1000101 | 1011 | 101101 | 0 | 1010100 | 100011 | 1001001 | 101000101 | 1001000 | 10000 |
Color Harmonies of #450B2D
Complementary color
Monochromatic Colors of #450B2D
Black with #450B2D
Text Example
Text Example
White with #450B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450B2D; }
p { color: rgb(69,11,45); }
H1.HeaderClassName
{
color: #450B2D;
}
.AnyTagClassName
{
color: #450B2D;
}
</style>
background-color css
<style>
a { background-color: #450B2D; }
a { background-color: rgb(69,11,45); }
div.DivClassName
{
background-color: #450B2D;
}
.BgClassName
{
background-color: #450B2D;
}
</style>
border-color css
<style>
span { border-color: #450B2D; }
span { border-color: rgb(69,11,45); }
td.TdClassName
{
border-color: #450B2D;
}
.TagClassName
{
border-color: #450B2D;
}
</style>