Shades of Blackberry #450C28
Tints of Blackberry #450C28
RGB
CMYK
RGB Variations
Color information
#450C28 (or 0x450C28) is known color: Blackberry. HEX triplet: 45, 0C and 28. RGB value is (69,12,40). Sum of RGB (Red+Green+Blue) = 69+12+40=121 (16% of max value = 765). Red value is 69 (27.34% from 255 or 57.02% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 69 - color contains mainly: red. Hex color #450C28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450C28 is #BAF3D7. Grayscale: #202020. Windows color (decimal): -12252120 or 2624581. OLE color: 2624581.
HSL color Cylindrical-coordinate representation of color #450C28: hue angle of 330.53º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #450C28 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 12 | 40 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.73 |
| HSL | 330.53º | 0.7% | 0.16% | - |
| HSV(B) | 330.53º | 0.83% | 0.27% | - |
| XYZ | 2.97 | 1.68 | 2.18 | - |
| YUV | 32.24 | 132.38 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 40 | 0 | 0.83 | 0.42 | 0.73 | 330.53 | 0.7 | 0.16 |
| Hex | 45 | C | 28 | 0 | 53 | 2A | 49 | 14B | 46 | 10 |
| Octal | 105 | 14 | 50 | 0 | 123 | 52 | 111 | 513 | 106 | 20 |
| Binary | 1000101 | 1100 | 101000 | 0 | 1010011 | 101010 | 1001001 | 101001011 | 1000110 | 10000 |
Color Harmonies of #450C28
Complementary color
Monochromatic Colors of #450C28
Black with #450C28
Text Example
Text Example
White with #450C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450C28; }
p { color: rgb(69,12,40); }
H1.HeaderClassName
{
color: #450C28;
}
.AnyTagClassName
{
color: #450C28;
}
</style>
background-color css
<style>
a { background-color: #450C28; }
a { background-color: rgb(69,12,40); }
div.DivClassName
{
background-color: #450C28;
}
.BgClassName
{
background-color: #450C28;
}
</style>
border-color css
<style>
span { border-color: #450C28; }
span { border-color: rgb(69,12,40); }
td.TdClassName
{
border-color: #450C28;
}
.TagClassName
{
border-color: #450C28;
}
</style>