Shades of Blackberry #450E34
Tints of Blackberry #450E34
RGB
CMYK
RGB Variations
Color information
#450E34 (or 0x450E34) is known color: Blackberry. HEX triplet: 45, 0E and 34. RGB value is (69,14,52). Sum of RGB (Red+Green+Blue) = 69+14+52=135 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.11% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 69 - color contains mainly: red. Hex color #450E34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450E34 is #BAF1CB. Grayscale: #222222. Windows color (decimal): -12251596 or 3411525. OLE color: 3411525.
HSL color Cylindrical-coordinate representation of color #450E34: hue angle of 318.55º 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 #450E34 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 14 | 52 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.73 |
| HSL | 318.55º | 0.66% | 0.16% | - |
| HSV(B) | 318.55º | 0.8% | 0.27% | - |
| XYZ | 3.23 | 1.83 | 3.43 | - |
| YUV | 34.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 52 | 0 | 0.80 | 0.25 | 0.73 | 318.55 | 0.66 | 0.16 |
| Hex | 45 | E | 34 | 0 | 50 | 19 | 49 | 13F | 42 | 10 |
| Octal | 105 | 16 | 64 | 0 | 120 | 31 | 111 | 477 | 102 | 20 |
| Binary | 1000101 | 1110 | 110100 | 0 | 1010000 | 11001 | 1001001 | 100111111 | 1000010 | 10000 |
Color Harmonies of #450E34
Complementary color
Monochromatic Colors of #450E34
Black with #450E34
Text Example
Text Example
White with #450E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450E34; }
p { color: rgb(69,14,52); }
H1.HeaderClassName
{
color: #450E34;
}
.AnyTagClassName
{
color: #450E34;
}
</style>
background-color css
<style>
a { background-color: #450E34; }
a { background-color: rgb(69,14,52); }
div.DivClassName
{
background-color: #450E34;
}
.BgClassName
{
background-color: #450E34;
}
</style>
border-color css
<style>
span { border-color: #450E34; }
span { border-color: rgb(69,14,52); }
td.TdClassName
{
border-color: #450E34;
}
.TagClassName
{
border-color: #450E34;
}
</style>