Shades of Blackberry #450D2E
Tints of Blackberry #450D2E
RGB
CMYK
RGB Variations
Color information
#450D2E (or 0x450D2E) is known color: Blackberry. HEX triplet: 45, 0D and 2E. RGB value is (69,13,46). Sum of RGB (Red+Green+Blue) = 69+13+46=128 (16% of max value = 765). Red value is 69 (27.34% from 255 or 53.91% from 128); Green value is 13 (5.47% from 255 or 10.16% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 69 - color contains mainly: red. Hex color #450D2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450D2E is #BAF2D1. Grayscale: #212121. Windows color (decimal): -12251858 or 3018053. OLE color: 3018053.
HSL color Cylindrical-coordinate representation of color #450D2E: hue angle of 324.64º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #450D2E is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 13 | 46 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.73 |
| HSL | 324.64º | 0.68% | 0.16% | - |
| HSV(B) | 324.64º | 0.81% | 0.27% | - |
| XYZ | 3.09 | 1.75 | 2.76 | - |
| YUV | 33.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 13 | 46 | 0 | 0.81 | 0.33 | 0.73 | 324.64 | 0.68 | 0.16 |
| Hex | 45 | D | 2E | 0 | 51 | 21 | 49 | 145 | 44 | 10 |
| Octal | 105 | 15 | 56 | 0 | 121 | 41 | 111 | 505 | 104 | 20 |
| Binary | 1000101 | 1101 | 101110 | 0 | 1010001 | 100001 | 1001001 | 101000101 | 1000100 | 10000 |
Color Harmonies of #450D2E
Complementary color
Monochromatic Colors of #450D2E
Black with #450D2E
Text Example
Text Example
White with #450D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450D2E; }
p { color: rgb(69,13,46); }
H1.HeaderClassName
{
color: #450D2E;
}
.AnyTagClassName
{
color: #450D2E;
}
</style>
background-color css
<style>
a { background-color: #450D2E; }
a { background-color: rgb(69,13,46); }
div.DivClassName
{
background-color: #450D2E;
}
.BgClassName
{
background-color: #450D2E;
}
</style>
border-color css
<style>
span { border-color: #450D2E; }
span { border-color: rgb(69,13,46); }
td.TdClassName
{
border-color: #450D2E;
}
.TagClassName
{
border-color: #450D2E;
}
</style>