Shades of Blackberry #450E2E
Tints of Blackberry #450E2E
RGB
CMYK
RGB Variations
Color information
#450E2E (or 0x450E2E) is known color: Blackberry. HEX triplet: 45, 0E and 2E. RGB value is (69,14,46). Sum of RGB (Red+Green+Blue) = 69+14+46=129 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.49% from 129); Green value is 14 (5.86% from 255 or 10.85% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 69 - color contains mainly: red. Hex color #450E2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450E2E is #BAF1D1. Grayscale: #222222. Windows color (decimal): -12251602 or 3018309. OLE color: 3018309.
HSL color Cylindrical-coordinate representation of color #450E2E: hue angle of 325.09º 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 #450E2E is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 14 | 46 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.73 |
| HSL | 325.09º | 0.66% | 0.16% | - |
| HSV(B) | 325.09º | 0.8% | 0.27% | - |
| XYZ | 3.1 | 1.78 | 2.76 | - |
| YUV | 34.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 46 | 0 | 0.80 | 0.33 | 0.73 | 325.09 | 0.66 | 0.16 |
| Hex | 45 | E | 2E | 0 | 50 | 21 | 49 | 145 | 42 | 10 |
| Octal | 105 | 16 | 56 | 0 | 120 | 41 | 111 | 505 | 102 | 20 |
| Binary | 1000101 | 1110 | 101110 | 0 | 1010000 | 100001 | 1001001 | 101000101 | 1000010 | 10000 |
Color Harmonies of #450E2E
Complementary color
Monochromatic Colors of #450E2E
Black with #450E2E
Text Example
Text Example
White with #450E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450E2E; }
p { color: rgb(69,14,46); }
H1.HeaderClassName
{
color: #450E2E;
}
.AnyTagClassName
{
color: #450E2E;
}
</style>
background-color css
<style>
a { background-color: #450E2E; }
a { background-color: rgb(69,14,46); }
div.DivClassName
{
background-color: #450E2E;
}
.BgClassName
{
background-color: #450E2E;
}
</style>
border-color css
<style>
span { border-color: #450E2E; }
span { border-color: rgb(69,14,46); }
td.TdClassName
{
border-color: #450E2E;
}
.TagClassName
{
border-color: #450E2E;
}
</style>