Shades of Blackberry #451134
Tints of Blackberry #451134
RGB
CMYK
RGB Variations
Color information
#451134 (or 0x451134) is known color: Blackberry. HEX triplet: 45, 11 and 34. RGB value is (69,17,52). Sum of RGB (Red+Green+Blue) = 69+17+52=138 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 69 - color contains mainly: red. Hex color #451134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451134 is #BAEECB. Grayscale: #242424. Windows color (decimal): -12250828 or 3412293. OLE color: 3412293.
HSL color Cylindrical-coordinate representation of color #451134: hue angle of 319.62º 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 #451134 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 17 | 52 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.73 |
| HSL | 319.62º | 0.6% | 0.17% | - |
| HSV(B) | 319.62º | 0.75% | 0.27% | - |
| XYZ | 3.27 | 1.91 | 3.45 | - |
| YUV | 36.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 17 | 52 | 0 | 0.75 | 0.25 | 0.73 | 319.62 | 0.6 | 0.17 |
| Hex | 45 | 11 | 34 | 0 | 4B | 19 | 49 | 140 | 3C | 11 |
| Octal | 105 | 21 | 64 | 0 | 113 | 31 | 111 | 500 | 74 | 21 |
| Binary | 1000101 | 10001 | 110100 | 0 | 1001011 | 11001 | 1001001 | 101000000 | 111100 | 10001 |
Color Harmonies of #451134
Complementary color
Monochromatic Colors of #451134
Black with #451134
Text Example
Text Example
White with #451134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451134; }
p { color: rgb(69,17,52); }
H1.HeaderClassName
{
color: #451134;
}
.AnyTagClassName
{
color: #451134;
}
</style>
background-color css
<style>
a { background-color: #451134; }
a { background-color: rgb(69,17,52); }
div.DivClassName
{
background-color: #451134;
}
.BgClassName
{
background-color: #451134;
}
</style>
border-color css
<style>
span { border-color: #451134; }
span { border-color: rgb(69,17,52); }
td.TdClassName
{
border-color: #451134;
}
.TagClassName
{
border-color: #451134;
}
</style>