Shades of Blackberry #451133
Tints of Blackberry #451133
RGB
CMYK
RGB Variations
Color information
#451133 (or 0x451133) is known color: Blackberry. HEX triplet: 45, 11 and 33. RGB value is (69,17,51). Sum of RGB (Red+Green+Blue) = 69+17+51=137 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.36% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 69 - color contains mainly: red. Hex color #451133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451133 is #BAEECC. Grayscale: #242424. Windows color (decimal): -12250829 or 3346757. OLE color: 3346757.
HSL color Cylindrical-coordinate representation of color #451133: hue angle of 320.77º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #451133 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 17 | 51 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.73 |
| HSL | 320.77º | 0.6% | 0.17% | - |
| HSV(B) | 320.77º | 0.75% | 0.27% | - |
| XYZ | 3.25 | 1.91 | 3.33 | - |
| YUV | 36.42 | 136.23 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 17 | 51 | 0 | 0.75 | 0.26 | 0.73 | 320.77 | 0.6 | 0.17 |
| Hex | 45 | 11 | 33 | 0 | 4B | 1A | 49 | 141 | 3C | 11 |
| Octal | 105 | 21 | 63 | 0 | 113 | 32 | 111 | 501 | 74 | 21 |
| Binary | 1000101 | 10001 | 110011 | 0 | 1001011 | 11010 | 1001001 | 101000001 | 111100 | 10001 |
Color Harmonies of #451133
Complementary color
Monochromatic Colors of #451133
Black with #451133
Text Example
Text Example
White with #451133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451133; }
p { color: rgb(69,17,51); }
H1.HeaderClassName
{
color: #451133;
}
.AnyTagClassName
{
color: #451133;
}
</style>
background-color css
<style>
a { background-color: #451133; }
a { background-color: rgb(69,17,51); }
div.DivClassName
{
background-color: #451133;
}
.BgClassName
{
background-color: #451133;
}
</style>
border-color css
<style>
span { border-color: #451133; }
span { border-color: rgb(69,17,51); }
td.TdClassName
{
border-color: #451133;
}
.TagClassName
{
border-color: #451133;
}
</style>