Shades of Blackberry #450333
Tints of Blackberry #450333
RGB
CMYK
RGB Variations
Color information
#450333 (or 0x450333) is known color: Blackberry. HEX triplet: 45, 03 and 33. RGB value is (69,3,51). Sum of RGB (Red+Green+Blue) = 69+3+51=123 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.10% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 69 - color contains mainly: red. Hex color #450333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450333 is #BAFCCC. Grayscale: #1C1C1C. Windows color (decimal): -12254413 or 3343173. OLE color: 3343173.
HSL color Cylindrical-coordinate representation of color #450333: hue angle of 316.36º 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 #450333 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 3 | 51 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.73 |
| HSL | 316.36º | 0.92% | 0.14% | - |
| HSV(B) | 316.36º | 0.96% | 0.27% | - |
| XYZ | 3.08 | 1.57 | 3.27 | - |
| YUV | 28.21 | 140.87 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 3 | 51 | 0 | 0.96 | 0.26 | 0.73 | 316.36 | 0.92 | 0.14 |
| Hex | 45 | 3 | 33 | 0 | 60 | 1A | 49 | 13C | 5C | E |
| Octal | 105 | 3 | 63 | 0 | 140 | 32 | 111 | 474 | 134 | 16 |
| Binary | 1000101 | 11 | 110011 | 0 | 1100000 | 11010 | 1001001 | 100111100 | 1011100 | 1110 |
Color Harmonies of #450333
Complementary color
Monochromatic Colors of #450333
Black with #450333
Text Example
Text Example
White with #450333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450333; }
p { color: rgb(69,3,51); }
H1.HeaderClassName
{
color: #450333;
}
.AnyTagClassName
{
color: #450333;
}
</style>
background-color css
<style>
a { background-color: #450333; }
a { background-color: rgb(69,3,51); }
div.DivClassName
{
background-color: #450333;
}
.BgClassName
{
background-color: #450333;
}
</style>
border-color css
<style>
span { border-color: #450333; }
span { border-color: rgb(69,3,51); }
td.TdClassName
{
border-color: #450333;
}
.TagClassName
{
border-color: #450333;
}
</style>