Shades of Blackberry #451935
Tints of Blackberry #451935
RGB
CMYK
RGB Variations
Color information
#451935 (or 0x451935) is known color: Blackberry. HEX triplet: 45, 19 and 35. RGB value is (69,25,53). Sum of RGB (Red+Green+Blue) = 69+25+53=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 69 - color contains mainly: red. Hex color #451935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451935 is #BAE6CA. Grayscale: #292929. Windows color (decimal): -12248779 or 3479877. OLE color: 3479877.
HSL color Cylindrical-coordinate representation of color #451935: hue angle of 321.82º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #451935 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 25 | 53 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.73 |
| HSL | 321.82º | 0.47% | 0.18% | - |
| HSV(B) | 321.82º | 0.64% | 0.27% | - |
| XYZ | 3.44 | 2.22 | 3.61 | - |
| YUV | 41.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 25 | 53 | 0 | 0.64 | 0.23 | 0.73 | 321.82 | 0.47 | 0.18 |
| Hex | 45 | 19 | 35 | 0 | 40 | 17 | 49 | 142 | 2F | 12 |
| Octal | 105 | 31 | 65 | 0 | 100 | 27 | 111 | 502 | 57 | 22 |
| Binary | 1000101 | 11001 | 110101 | 0 | 1000000 | 10111 | 1001001 | 101000010 | 101111 | 10010 |
Color Harmonies of #451935
Complementary color
Monochromatic Colors of #451935
Black with #451935
Text Example
Text Example
White with #451935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451935; }
p { color: rgb(69,25,53); }
H1.HeaderClassName
{
color: #451935;
}
.AnyTagClassName
{
color: #451935;
}
</style>
background-color css
<style>
a { background-color: #451935; }
a { background-color: rgb(69,25,53); }
div.DivClassName
{
background-color: #451935;
}
.BgClassName
{
background-color: #451935;
}
</style>
border-color css
<style>
span { border-color: #451935; }
span { border-color: rgb(69,25,53); }
td.TdClassName
{
border-color: #451935;
}
.TagClassName
{
border-color: #451935;
}
</style>