Shades of Blackberry #450A3B
Tints of Blackberry #450A3B
RGB
CMYK
RGB Variations
Color information
#450A3B (or 0x450A3B) is known color: Blackberry. HEX triplet: 45, 0A and 3B. RGB value is (69,10,59). Sum of RGB (Red+Green+Blue) = 69+10+59=138 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 69 - color contains mainly: red. Hex color #450A3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450A3B is #BAF5C4. Grayscale: #212121. Windows color (decimal): -12252613 or 3869253. OLE color: 3869253.
HSL color Cylindrical-coordinate representation of color #450A3B: hue angle of 310.17º 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 #450A3B is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 10 | 59 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.73 |
| HSL | 310.17º | 0.75% | 0.15% | - |
| HSV(B) | 310.17º | 0.86% | 0.27% | - |
| XYZ | 3.35 | 1.8 | 4.31 | - |
| YUV | 33.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 10 | 59 | 0 | 0.86 | 0.14 | 0.73 | 310.17 | 0.75 | 0.15 |
| Hex | 45 | A | 3B | 0 | 56 | E | 49 | 136 | 4B | F |
| Octal | 105 | 12 | 73 | 0 | 126 | 16 | 111 | 466 | 113 | 17 |
| Binary | 1000101 | 1010 | 111011 | 0 | 1010110 | 1110 | 1001001 | 100110110 | 1001011 | 1111 |
Color Harmonies of #450A3B
Complementary color
Monochromatic Colors of #450A3B
Black with #450A3B
Text Example
Text Example
White with #450A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450A3B; }
p { color: rgb(69,10,59); }
H1.HeaderClassName
{
color: #450A3B;
}
.AnyTagClassName
{
color: #450A3B;
}
</style>
background-color css
<style>
a { background-color: #450A3B; }
a { background-color: rgb(69,10,59); }
div.DivClassName
{
background-color: #450A3B;
}
.BgClassName
{
background-color: #450A3B;
}
</style>
border-color css
<style>
span { border-color: #450A3B; }
span { border-color: rgb(69,10,59); }
td.TdClassName
{
border-color: #450A3B;
}
.TagClassName
{
border-color: #450A3B;
}
</style>