Shades of Blackberry #450D38
Tints of Blackberry #450D38
RGB
CMYK
RGB Variations
Color information
#450D38 (or 0x450D38) is known color: Blackberry. HEX triplet: 45, 0D and 38. RGB value is (69,13,56). Sum of RGB (Red+Green+Blue) = 69+13+56=138 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 69 - color contains mainly: red. Hex color #450D38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450D38 is #BAF2C7. Grayscale: #222222. Windows color (decimal): -12251848 or 3673413. OLE color: 3673413.
HSL color Cylindrical-coordinate representation of color #450D38: hue angle of 313.93º 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 #450D38 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 13 | 56 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.73 |
| HSL | 313.93º | 0.68% | 0.16% | - |
| HSV(B) | 313.93º | 0.81% | 0.27% | - |
| XYZ | 3.31 | 1.84 | 3.92 | - |
| YUV | 34.65 | 140.05 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 13 | 56 | 0 | 0.81 | 0.19 | 0.73 | 313.93 | 0.68 | 0.16 |
| Hex | 45 | D | 38 | 0 | 51 | 13 | 49 | 13A | 44 | 10 |
| Octal | 105 | 15 | 70 | 0 | 121 | 23 | 111 | 472 | 104 | 20 |
| Binary | 1000101 | 1101 | 111000 | 0 | 1010001 | 10011 | 1001001 | 100111010 | 1000100 | 10000 |
Color Harmonies of #450D38
Complementary color
Monochromatic Colors of #450D38
Black with #450D38
Text Example
Text Example
White with #450D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450D38; }
p { color: rgb(69,13,56); }
H1.HeaderClassName
{
color: #450D38;
}
.AnyTagClassName
{
color: #450D38;
}
</style>
background-color css
<style>
a { background-color: #450D38; }
a { background-color: rgb(69,13,56); }
div.DivClassName
{
background-color: #450D38;
}
.BgClassName
{
background-color: #450D38;
}
</style>
border-color css
<style>
span { border-color: #450D38; }
span { border-color: rgb(69,13,56); }
td.TdClassName
{
border-color: #450D38;
}
.TagClassName
{
border-color: #450D38;
}
</style>