Shades of Blackberry #450A30
Tints of Blackberry #450A30
RGB
CMYK
RGB Variations
Color information
#450A30 (or 0x450A30) is known color: Blackberry. HEX triplet: 45, 0A and 30. RGB value is (69,10,48). Sum of RGB (Red+Green+Blue) = 69+10+48=127 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.33% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 69 - color contains mainly: red. Hex color #450A30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450A30 is #BAF5CF. Grayscale: #1F1F1F. Windows color (decimal): -12252624 or 3148357. OLE color: 3148357.
HSL color Cylindrical-coordinate representation of color #450A30: hue angle of 321.36º 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 #450A30 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 10 | 48 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.73 |
| HSL | 321.36º | 0.75% | 0.15% | - |
| HSV(B) | 321.36º | 0.86% | 0.27% | - |
| XYZ | 3.1 | 1.7 | 2.96 | - |
| YUV | 31.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 10 | 48 | 0 | 0.86 | 0.30 | 0.73 | 321.36 | 0.75 | 0.15 |
| Hex | 45 | A | 30 | 0 | 56 | 1E | 49 | 141 | 4B | F |
| Octal | 105 | 12 | 60 | 0 | 126 | 36 | 111 | 501 | 113 | 17 |
| Binary | 1000101 | 1010 | 110000 | 0 | 1010110 | 11110 | 1001001 | 101000001 | 1001011 | 1111 |
Color Harmonies of #450A30
Complementary color
Monochromatic Colors of #450A30
Black with #450A30
Text Example
Text Example
White with #450A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450A30; }
p { color: rgb(69,10,48); }
H1.HeaderClassName
{
color: #450A30;
}
.AnyTagClassName
{
color: #450A30;
}
</style>
background-color css
<style>
a { background-color: #450A30; }
a { background-color: rgb(69,10,48); }
div.DivClassName
{
background-color: #450A30;
}
.BgClassName
{
background-color: #450A30;
}
</style>
border-color css
<style>
span { border-color: #450A30; }
span { border-color: rgb(69,10,48); }
td.TdClassName
{
border-color: #450A30;
}
.TagClassName
{
border-color: #450A30;
}
</style>