Shades of Blackberry #450E26
Tints of Blackberry #450E26
RGB
CMYK
RGB Variations
Color information
#450E26 (or 0x450E26) is known color: Blackberry. HEX triplet: 45, 0E and 26. RGB value is (69,14,38). Sum of RGB (Red+Green+Blue) = 69+14+38=121 (16% of max value = 765). Red value is 69 (27.34% from 255 or 57.02% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 69 - color contains mainly: red. Hex color #450E26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450E26 is #BAF1D9. Grayscale: #212121. Windows color (decimal): -12251610 or 2494021. OLE color: 2494021.
HSL color Cylindrical-coordinate representation of color #450E26: hue angle of 333.82º 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 #450E26 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 14 | 38 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.73 |
| HSL | 333.82º | 0.66% | 0.16% | - |
| HSV(B) | 333.82º | 0.8% | 0.27% | - |
| XYZ | 2.96 | 1.72 | 2.01 | - |
| YUV | 33.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 38 | 0 | 0.80 | 0.45 | 0.73 | 333.82 | 0.66 | 0.16 |
| Hex | 45 | E | 26 | 0 | 50 | 2D | 49 | 14E | 42 | 10 |
| Octal | 105 | 16 | 46 | 0 | 120 | 55 | 111 | 516 | 102 | 20 |
| Binary | 1000101 | 1110 | 100110 | 0 | 1010000 | 101101 | 1001001 | 101001110 | 1000010 | 10000 |
Color Harmonies of #450E26
Complementary color
Monochromatic Colors of #450E26
Black with #450E26
Text Example
Text Example
White with #450E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450E26; }
p { color: rgb(69,14,38); }
H1.HeaderClassName
{
color: #450E26;
}
.AnyTagClassName
{
color: #450E26;
}
</style>
background-color css
<style>
a { background-color: #450E26; }
a { background-color: rgb(69,14,38); }
div.DivClassName
{
background-color: #450E26;
}
.BgClassName
{
background-color: #450E26;
}
</style>
border-color css
<style>
span { border-color: #450E26; }
span { border-color: rgb(69,14,38); }
td.TdClassName
{
border-color: #450E26;
}
.TagClassName
{
border-color: #450E26;
}
</style>