Shades of Blackberry #450336
Tints of Blackberry #450336
RGB
CMYK
RGB Variations
Color information
#450336 (or 0x450336) is known color: Blackberry. HEX triplet: 45, 03 and 36. RGB value is (69,3,54). Sum of RGB (Red+Green+Blue) = 69+3+54=126 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.76% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 69 - color contains mainly: red. Hex color #450336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450336 is #BAFCC9. Grayscale: #1C1C1C. Windows color (decimal): -12254410 or 3539781. OLE color: 3539781.
HSL color Cylindrical-coordinate representation of color #450336: hue angle of 313.64º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450336 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 3 | 54 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.73 |
| HSL | 313.64º | 0.92% | 0.14% | - |
| HSV(B) | 313.64º | 0.96% | 0.27% | - |
| XYZ | 3.15 | 1.6 | 3.63 | - |
| YUV | 28.55 | 142.37 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 3 | 54 | 0 | 0.96 | 0.22 | 0.73 | 313.64 | 0.92 | 0.14 |
| Hex | 45 | 3 | 36 | 0 | 60 | 16 | 49 | 13A | 5C | E |
| Octal | 105 | 3 | 66 | 0 | 140 | 26 | 111 | 472 | 134 | 16 |
| Binary | 1000101 | 11 | 110110 | 0 | 1100000 | 10110 | 1001001 | 100111010 | 1011100 | 1110 |
Color Harmonies of #450336
Complementary color
Monochromatic Colors of #450336
Black with #450336
Text Example
Text Example
White with #450336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450336; }
p { color: rgb(69,3,54); }
H1.HeaderClassName
{
color: #450336;
}
.AnyTagClassName
{
color: #450336;
}
</style>
background-color css
<style>
a { background-color: #450336; }
a { background-color: rgb(69,3,54); }
div.DivClassName
{
background-color: #450336;
}
.BgClassName
{
background-color: #450336;
}
</style>
border-color css
<style>
span { border-color: #450336; }
span { border-color: rgb(69,3,54); }
td.TdClassName
{
border-color: #450336;
}
.TagClassName
{
border-color: #450336;
}
</style>