Shades of Blackberry #450F3A
Tints of Blackberry #450F3A
RGB
CMYK
RGB Variations
Color information
#450F3A (or 0x450F3A) is known color: Blackberry. HEX triplet: 45, 0F and 3A. RGB value is (69,15,58). Sum of RGB (Red+Green+Blue) = 69+15+58=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 69 - color contains mainly: red. Hex color #450F3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450F3A is #BAF0C5. Grayscale: #232323. Windows color (decimal): -12251334 or 3804997. OLE color: 3804997.
HSL color Cylindrical-coordinate representation of color #450F3A: hue angle of 312.22º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #450F3A is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 15 | 58 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.73 |
| HSL | 312.22º | 0.64% | 0.16% | - |
| HSV(B) | 312.22º | 0.78% | 0.27% | - |
| XYZ | 3.39 | 1.91 | 4.19 | - |
| YUV | 36.05 | 140.39 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 58 | 0 | 0.78 | 0.16 | 0.73 | 312.22 | 0.64 | 0.16 |
| Hex | 45 | F | 3A | 0 | 4E | 10 | 49 | 138 | 40 | 10 |
| Octal | 105 | 17 | 72 | 0 | 116 | 20 | 111 | 470 | 100 | 20 |
| Binary | 1000101 | 1111 | 111010 | 0 | 1001110 | 10000 | 1001001 | 100111000 | 1000000 | 10000 |
Color Harmonies of #450F3A
Complementary color
Monochromatic Colors of #450F3A
Black with #450F3A
Text Example
Text Example
White with #450F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450F3A; }
p { color: rgb(69,15,58); }
H1.HeaderClassName
{
color: #450F3A;
}
.AnyTagClassName
{
color: #450F3A;
}
</style>
background-color css
<style>
a { background-color: #450F3A; }
a { background-color: rgb(69,15,58); }
div.DivClassName
{
background-color: #450F3A;
}
.BgClassName
{
background-color: #450F3A;
}
</style>
border-color css
<style>
span { border-color: #450F3A; }
span { border-color: rgb(69,15,58); }
td.TdClassName
{
border-color: #450F3A;
}
.TagClassName
{
border-color: #450F3A;
}
</style>