Shades of Blackberry #450A29
Tints of Blackberry #450A29
RGB
CMYK
RGB Variations
Color information
#450A29 (or 0x450A29) is known color: Blackberry. HEX triplet: 45, 0A and 29. RGB value is (69,10,41). Sum of RGB (Red+Green+Blue) = 69+10+41=120 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.5% from 120); Green value is 10 (4.30% from 255 or 8.33% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 69 - color contains mainly: red. Hex color #450A29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450A29 is #BAF5D6. Grayscale: #1F1F1F. Windows color (decimal): -12252631 or 2689605. OLE color: 2689605.
HSL color Cylindrical-coordinate representation of color #450A29: hue angle of 328.47º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #450A29 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 10 | 41 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.73 |
| HSL | 328.47º | 0.75% | 0.15% | - |
| HSV(B) | 328.47º | 0.86% | 0.27% | - |
| XYZ | 2.96 | 1.64 | 2.26 | - |
| YUV | 31.18 | 133.55 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 10 | 41 | 0 | 0.86 | 0.41 | 0.73 | 328.47 | 0.75 | 0.15 |
| Hex | 45 | A | 29 | 0 | 56 | 29 | 49 | 148 | 4B | F |
| Octal | 105 | 12 | 51 | 0 | 126 | 51 | 111 | 510 | 113 | 17 |
| Binary | 1000101 | 1010 | 101001 | 0 | 1010110 | 101001 | 1001001 | 101001000 | 1001011 | 1111 |
Color Harmonies of #450A29
Complementary color
Monochromatic Colors of #450A29
Black with #450A29
Text Example
Text Example
White with #450A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450A29; }
p { color: rgb(69,10,41); }
H1.HeaderClassName
{
color: #450A29;
}
.AnyTagClassName
{
color: #450A29;
}
</style>
background-color css
<style>
a { background-color: #450A29; }
a { background-color: rgb(69,10,41); }
div.DivClassName
{
background-color: #450A29;
}
.BgClassName
{
background-color: #450A29;
}
</style>
border-color css
<style>
span { border-color: #450A29; }
span { border-color: rgb(69,10,41); }
td.TdClassName
{
border-color: #450A29;
}
.TagClassName
{
border-color: #450A29;
}
</style>