Shades of Blackberry #450E36
Tints of Blackberry #450E36
RGB
CMYK
RGB Variations
Color information
#450E36 (or 0x450E36) is known color: Blackberry. HEX triplet: 45, 0E and 36. RGB value is (69,14,54). Sum of RGB (Red+Green+Blue) = 69+14+54=137 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.36% from 137); Green value is 14 (5.86% from 255 or 10.22% from 137); Blue value is 54 (21.48% from 255 or 39.42% from 137); Max value from RGB is 69 - color contains mainly: red. Hex color #450E36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450E36 is #BAF1C9. Grayscale: #222222. Windows color (decimal): -12251594 or 3542597. OLE color: 3542597.
HSL color Cylindrical-coordinate representation of color #450E36: hue angle of 316.36º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #450E36 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 14 | 54 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.73 |
| HSL | 316.36º | 0.66% | 0.16% | - |
| HSV(B) | 316.36º | 0.8% | 0.27% | - |
| XYZ | 3.28 | 1.85 | 3.67 | - |
| YUV | 35.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 54 | 0 | 0.80 | 0.22 | 0.73 | 316.36 | 0.66 | 0.16 |
| Hex | 45 | E | 36 | 0 | 50 | 16 | 49 | 13C | 42 | 10 |
| Octal | 105 | 16 | 66 | 0 | 120 | 26 | 111 | 474 | 102 | 20 |
| Binary | 1000101 | 1110 | 110110 | 0 | 1010000 | 10110 | 1001001 | 100111100 | 1000010 | 10000 |
Color Harmonies of #450E36
Complementary color
Monochromatic Colors of #450E36
Black with #450E36
Text Example
Text Example
White with #450E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450E36; }
p { color: rgb(69,14,54); }
H1.HeaderClassName
{
color: #450E36;
}
.AnyTagClassName
{
color: #450E36;
}
</style>
background-color css
<style>
a { background-color: #450E36; }
a { background-color: rgb(69,14,54); }
div.DivClassName
{
background-color: #450E36;
}
.BgClassName
{
background-color: #450E36;
}
</style>
border-color css
<style>
span { border-color: #450E36; }
span { border-color: rgb(69,14,54); }
td.TdClassName
{
border-color: #450E36;
}
.TagClassName
{
border-color: #450E36;
}
</style>