Shades of Blackberry #450335
Tints of Blackberry #450335
RGB
CMYK
RGB Variations
Color information
#450335 (or 0x450335) is known color: Blackberry. HEX triplet: 45, 03 and 35. RGB value is (69,3,53). Sum of RGB (Red+Green+Blue) = 69+3+53=125 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.2% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 69 - color contains mainly: red. Hex color #450335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450335 is #BAFCCA. Grayscale: #1C1C1C. Windows color (decimal): -12254411 or 3474245. OLE color: 3474245.
HSL color Cylindrical-coordinate representation of color #450335: hue angle of 314.55º 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 #450335 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 3 | 53 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.73 |
| HSL | 314.55º | 0.92% | 0.14% | - |
| HSV(B) | 314.55º | 0.96% | 0.27% | - |
| XYZ | 3.13 | 1.59 | 3.51 | - |
| YUV | 28.43 | 141.87 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 3 | 53 | 0 | 0.96 | 0.23 | 0.73 | 314.55 | 0.92 | 0.14 |
| Hex | 45 | 3 | 35 | 0 | 60 | 17 | 49 | 13B | 5C | E |
| Octal | 105 | 3 | 65 | 0 | 140 | 27 | 111 | 473 | 134 | 16 |
| Binary | 1000101 | 11 | 110101 | 0 | 1100000 | 10111 | 1001001 | 100111011 | 1011100 | 1110 |
Color Harmonies of #450335
Complementary color
Monochromatic Colors of #450335
Black with #450335
Text Example
Text Example
White with #450335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450335; }
p { color: rgb(69,3,53); }
H1.HeaderClassName
{
color: #450335;
}
.AnyTagClassName
{
color: #450335;
}
</style>
background-color css
<style>
a { background-color: #450335; }
a { background-color: rgb(69,3,53); }
div.DivClassName
{
background-color: #450335;
}
.BgClassName
{
background-color: #450335;
}
</style>
border-color css
<style>
span { border-color: #450335; }
span { border-color: rgb(69,3,53); }
td.TdClassName
{
border-color: #450335;
}
.TagClassName
{
border-color: #450335;
}
</style>