Shades of Blackberry #451332
Tints of Blackberry #451332
RGB
CMYK
RGB Variations
Color information
#451332 (or 0x451332) is known color: Blackberry. HEX triplet: 45, 13 and 32. RGB value is (69,19,50). Sum of RGB (Red+Green+Blue) = 69+19+50=138 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 69 - color contains mainly: red. Hex color #451332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451332 is #BAECCD. Grayscale: #252525. Windows color (decimal): -12250318 or 3281733. OLE color: 3281733.
HSL color Cylindrical-coordinate representation of color #451332: hue angle of 322.8º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #451332 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 19 | 50 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.73 |
| HSL | 322.8º | 0.57% | 0.17% | - |
| HSV(B) | 322.8º | 0.72% | 0.27% | - |
| XYZ | 3.26 | 1.96 | 3.22 | - |
| YUV | 37.48 | 135.07 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 19 | 50 | 0 | 0.72 | 0.28 | 0.73 | 322.8 | 0.57 | 0.17 |
| Hex | 45 | 13 | 32 | 0 | 48 | 1C | 49 | 143 | 39 | 11 |
| Octal | 105 | 23 | 62 | 0 | 110 | 34 | 111 | 503 | 71 | 21 |
| Binary | 1000101 | 10011 | 110010 | 0 | 1001000 | 11100 | 1001001 | 101000011 | 111001 | 10001 |
Color Harmonies of #451332
Complementary color
Monochromatic Colors of #451332
Black with #451332
Text Example
Text Example
White with #451332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451332; }
p { color: rgb(69,19,50); }
H1.HeaderClassName
{
color: #451332;
}
.AnyTagClassName
{
color: #451332;
}
</style>
background-color css
<style>
a { background-color: #451332; }
a { background-color: rgb(69,19,50); }
div.DivClassName
{
background-color: #451332;
}
.BgClassName
{
background-color: #451332;
}
</style>
border-color css
<style>
span { border-color: #451332; }
span { border-color: rgb(69,19,50); }
td.TdClassName
{
border-color: #451332;
}
.TagClassName
{
border-color: #451332;
}
</style>