Shades of Blackberry #450A2F
Tints of Blackberry #450A2F
RGB
CMYK
RGB Variations
Color information
#450A2F (or 0x450A2F) is known color: Blackberry. HEX triplet: 45, 0A and 2F. RGB value is (69,10,47). Sum of RGB (Red+Green+Blue) = 69+10+47=126 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.76% from 126); Green value is 10 (4.30% from 255 or 7.94% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 69 - color contains mainly: red. Hex color #450A2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450A2F is #BAF5D0. Grayscale: #1F1F1F. Windows color (decimal): -12252625 or 3082821. OLE color: 3082821.
HSL color Cylindrical-coordinate representation of color #450A2F: hue angle of 322.37º 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 #450A2F is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 10 | 47 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.73 |
| HSL | 322.37º | 0.75% | 0.15% | - |
| HSV(B) | 322.37º | 0.86% | 0.27% | - |
| XYZ | 3.08 | 1.69 | 2.85 | - |
| YUV | 31.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 10 | 47 | 0 | 0.86 | 0.32 | 0.73 | 322.37 | 0.75 | 0.15 |
| Hex | 45 | A | 2F | 0 | 56 | 20 | 49 | 142 | 4B | F |
| Octal | 105 | 12 | 57 | 0 | 126 | 40 | 111 | 502 | 113 | 17 |
| Binary | 1000101 | 1010 | 101111 | 0 | 1010110 | 100000 | 1001001 | 101000010 | 1001011 | 1111 |
Color Harmonies of #450A2F
Complementary color
Monochromatic Colors of #450A2F
Black with #450A2F
Text Example
Text Example
White with #450A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450A2F; }
p { color: rgb(69,10,47); }
H1.HeaderClassName
{
color: #450A2F;
}
.AnyTagClassName
{
color: #450A2F;
}
</style>
background-color css
<style>
a { background-color: #450A2F; }
a { background-color: rgb(69,10,47); }
div.DivClassName
{
background-color: #450A2F;
}
.BgClassName
{
background-color: #450A2F;
}
</style>
border-color css
<style>
span { border-color: #450A2F; }
span { border-color: rgb(69,10,47); }
td.TdClassName
{
border-color: #450A2F;
}
.TagClassName
{
border-color: #450A2F;
}
</style>