Shades of Blackberry #450A2A
Tints of Blackberry #450A2A
RGB
CMYK
RGB Variations
Color information
#450A2A (or 0x450A2A) is known color: Blackberry. HEX triplet: 45, 0A and 2A. RGB value is (69,10,42). Sum of RGB (Red+Green+Blue) = 69+10+42=121 (16% of max value = 765). Red value is 69 (27.34% from 255 or 57.02% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 69 - color contains mainly: red. Hex color #450A2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450A2A is #BAF5D5. Grayscale: #1F1F1F. Windows color (decimal): -12252630 or 2755141. OLE color: 2755141.
HSL color Cylindrical-coordinate representation of color #450A2A: hue angle of 327.46º 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 #450A2A is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 10 | 42 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.73 |
| HSL | 327.46º | 0.75% | 0.15% | - |
| HSV(B) | 327.46º | 0.86% | 0.27% | - |
| XYZ | 2.98 | 1.65 | 2.35 | - |
| YUV | 31.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 10 | 42 | 0 | 0.86 | 0.39 | 0.73 | 327.46 | 0.75 | 0.15 |
| Hex | 45 | A | 2A | 0 | 56 | 27 | 49 | 147 | 4B | F |
| Octal | 105 | 12 | 52 | 0 | 126 | 47 | 111 | 507 | 113 | 17 |
| Binary | 1000101 | 1010 | 101010 | 0 | 1010110 | 100111 | 1001001 | 101000111 | 1001011 | 1111 |
Color Harmonies of #450A2A
Complementary color
Monochromatic Colors of #450A2A
Black with #450A2A
Text Example
Text Example
White with #450A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450A2A; }
p { color: rgb(69,10,42); }
H1.HeaderClassName
{
color: #450A2A;
}
.AnyTagClassName
{
color: #450A2A;
}
</style>
background-color css
<style>
a { background-color: #450A2A; }
a { background-color: rgb(69,10,42); }
div.DivClassName
{
background-color: #450A2A;
}
.BgClassName
{
background-color: #450A2A;
}
</style>
border-color css
<style>
span { border-color: #450A2A; }
span { border-color: rgb(69,10,42); }
td.TdClassName
{
border-color: #450A2A;
}
.TagClassName
{
border-color: #450A2A;
}
</style>