Shades of Blackberry #450321
Tints of Blackberry #450321
RGB
CMYK
RGB Variations
Color information
#450321 (or 0x450321) is known color: Blackberry. HEX triplet: 45, 03 and 21. RGB value is (69,3,33). Sum of RGB (Red+Green+Blue) = 69+3+33=105 (13% of max value = 765). Red value is 69 (27.34% from 255 or 65.71% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 69 - color contains mainly: red. Hex color #450321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450321 is #BAFCDE. Grayscale: #1A1A1A. Windows color (decimal): -12254431 or 2163525. OLE color: 2163525.
HSL color Cylindrical-coordinate representation of color #450321: hue angle of 332.73º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450321 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 3 | 33 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.73 |
| HSL | 332.73º | 0.92% | 0.14% | - |
| HSV(B) | 332.73º | 0.96% | 0.27% | - |
| XYZ | 2.76 | 1.44 | 1.57 | - |
| YUV | 26.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 3 | 33 | 0 | 0.96 | 0.52 | 0.73 | 332.73 | 0.92 | 0.14 |
| Hex | 45 | 3 | 21 | 0 | 60 | 34 | 49 | 14D | 5C | E |
| Octal | 105 | 3 | 41 | 0 | 140 | 64 | 111 | 515 | 134 | 16 |
| Binary | 1000101 | 11 | 100001 | 0 | 1100000 | 110100 | 1001001 | 101001101 | 1011100 | 1110 |
Color Harmonies of #450321
Complementary color
Monochromatic Colors of #450321
Black with #450321
Text Example
Text Example
White with #450321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450321; }
p { color: rgb(69,3,33); }
H1.HeaderClassName
{
color: #450321;
}
.AnyTagClassName
{
color: #450321;
}
</style>
background-color css
<style>
a { background-color: #450321; }
a { background-color: rgb(69,3,33); }
div.DivClassName
{
background-color: #450321;
}
.BgClassName
{
background-color: #450321;
}
</style>
border-color css
<style>
span { border-color: #450321; }
span { border-color: rgb(69,3,33); }
td.TdClassName
{
border-color: #450321;
}
.TagClassName
{
border-color: #450321;
}
</style>