Shades of Blackberry #450628
Tints of Blackberry #450628
RGB
CMYK
RGB Variations
Color information
#450628 (or 0x450628) is known color: Blackberry. HEX triplet: 45, 06 and 28. RGB value is (69,6,40). Sum of RGB (Red+Green+Blue) = 69+6+40=115 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 69 - color contains mainly: red. Hex color #450628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450628 is #BAF9D7. Grayscale: #1C1C1C. Windows color (decimal): -12253656 or 2623045. OLE color: 2623045.
HSL color Cylindrical-coordinate representation of color #450628: hue angle of 327.62º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450628 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 6 | 40 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.73 |
| HSL | 327.62º | 0.84% | 0.15% | - |
| HSV(B) | 327.62º | 0.91% | 0.27% | - |
| XYZ | 2.9 | 1.55 | 2.15 | - |
| YUV | 28.71 | 134.37 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 6 | 40 | 0 | 0.91 | 0.42 | 0.73 | 327.62 | 0.84 | 0.15 |
| Hex | 45 | 6 | 28 | 0 | 5B | 2A | 49 | 148 | 54 | F |
| Octal | 105 | 6 | 50 | 0 | 133 | 52 | 111 | 510 | 124 | 17 |
| Binary | 1000101 | 110 | 101000 | 0 | 1011011 | 101010 | 1001001 | 101001000 | 1010100 | 1111 |
Color Harmonies of #450628
Complementary color
Monochromatic Colors of #450628
Black with #450628
Text Example
Text Example
White with #450628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450628; }
p { color: rgb(69,6,40); }
H1.HeaderClassName
{
color: #450628;
}
.AnyTagClassName
{
color: #450628;
}
</style>
background-color css
<style>
a { background-color: #450628; }
a { background-color: rgb(69,6,40); }
div.DivClassName
{
background-color: #450628;
}
.BgClassName
{
background-color: #450628;
}
</style>
border-color css
<style>
span { border-color: #450628; }
span { border-color: rgb(69,6,40); }
td.TdClassName
{
border-color: #450628;
}
.TagClassName
{
border-color: #450628;
}
</style>