Shades of Blackberry #451529
Tints of Blackberry #451529
RGB
CMYK
RGB Variations
Color information
#451529 (or 0x451529) is known color: Blackberry. HEX triplet: 45, 15 and 29. RGB value is (69,21,41). Sum of RGB (Red+Green+Blue) = 69+21+41=131 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.67% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 69 - color contains mainly: red. Hex color #451529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451529 is #BAEAD6. Grayscale: #252525. Windows color (decimal): -12249815 or 2692421. OLE color: 2692421.
HSL color Cylindrical-coordinate representation of color #451529: hue angle of 335º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #451529 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 21 | 41 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.73 |
| HSL | 335º | 0.53% | 0.18% | - |
| HSV(B) | 335º | 0.7% | 0.27% | - |
| XYZ | 3.12 | 1.96 | 2.31 | - |
| YUV | 37.63 | 129.9 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 21 | 41 | 0 | 0.70 | 0.41 | 0.73 | 335 | 0.53 | 0.18 |
| Hex | 45 | 15 | 29 | 0 | 46 | 29 | 49 | 14F | 35 | 12 |
| Octal | 105 | 25 | 51 | 0 | 106 | 51 | 111 | 517 | 65 | 22 |
| Binary | 1000101 | 10101 | 101001 | 0 | 1000110 | 101001 | 1001001 | 101001111 | 110101 | 10010 |
Color Harmonies of #451529
Complementary color
Monochromatic Colors of #451529
Black with #451529
Text Example
Text Example
White with #451529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451529; }
p { color: rgb(69,21,41); }
H1.HeaderClassName
{
color: #451529;
}
.AnyTagClassName
{
color: #451529;
}
</style>
background-color css
<style>
a { background-color: #451529; }
a { background-color: rgb(69,21,41); }
div.DivClassName
{
background-color: #451529;
}
.BgClassName
{
background-color: #451529;
}
</style>
border-color css
<style>
span { border-color: #451529; }
span { border-color: rgb(69,21,41); }
td.TdClassName
{
border-color: #451529;
}
.TagClassName
{
border-color: #451529;
}
</style>