Shades of Blackberry #450323
Tints of Blackberry #450323
RGB
CMYK
RGB Variations
Color information
#450323 (or 0x450323) is known color: Blackberry. HEX triplet: 45, 03 and 23. RGB value is (69,3,35). Sum of RGB (Red+Green+Blue) = 69+3+35=107 (14% of max value = 765). Red value is 69 (27.34% from 255 or 64.49% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 35 (14.06% from 255 or 32.71% from 107); Max value from RGB is 69 - color contains mainly: red. Hex color #450323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450323 is #BAFCDC. Grayscale: #1A1A1A. Windows color (decimal): -12254429 or 2294597. OLE color: 2294597.
HSL color Cylindrical-coordinate representation of color #450323: hue angle of 330.91º 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 #450323 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 3 | 35 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.73 |
| HSL | 330.91º | 0.92% | 0.14% | - |
| HSV(B) | 330.91º | 0.96% | 0.27% | - |
| XYZ | 2.79 | 1.45 | 1.72 | - |
| YUV | 26.38 | 132.87 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 3 | 35 | 0 | 0.96 | 0.49 | 0.73 | 330.91 | 0.92 | 0.14 |
| Hex | 45 | 3 | 23 | 0 | 60 | 31 | 49 | 14B | 5C | E |
| Octal | 105 | 3 | 43 | 0 | 140 | 61 | 111 | 513 | 134 | 16 |
| Binary | 1000101 | 11 | 100011 | 0 | 1100000 | 110001 | 1001001 | 101001011 | 1011100 | 1110 |
Color Harmonies of #450323
Complementary color
Monochromatic Colors of #450323
Black with #450323
Text Example
Text Example
White with #450323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450323; }
p { color: rgb(69,3,35); }
H1.HeaderClassName
{
color: #450323;
}
.AnyTagClassName
{
color: #450323;
}
</style>
background-color css
<style>
a { background-color: #450323; }
a { background-color: rgb(69,3,35); }
div.DivClassName
{
background-color: #450323;
}
.BgClassName
{
background-color: #450323;
}
</style>
border-color css
<style>
span { border-color: #450323; }
span { border-color: rgb(69,3,35); }
td.TdClassName
{
border-color: #450323;
}
.TagClassName
{
border-color: #450323;
}
</style>