Shades of Blackberry #450423
Tints of Blackberry #450423
RGB
CMYK
RGB Variations
Color information
#450423 (or 0x450423) is known color: Blackberry. HEX triplet: 45, 04 and 23. RGB value is (69,4,35). Sum of RGB (Red+Green+Blue) = 69+4+35=108 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.89% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 69 - color contains mainly: red. Hex color #450423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450423 is #BAFBDC. Grayscale: #1A1A1A. Windows color (decimal): -12254173 or 2294853. OLE color: 2294853.
HSL color Cylindrical-coordinate representation of color #450423: hue angle of 331.38º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450423 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 4 | 35 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.73 |
| HSL | 331.38º | 0.89% | 0.14% | - |
| HSV(B) | 331.38º | 0.94% | 0.27% | - |
| XYZ | 2.8 | 1.47 | 1.73 | - |
| YUV | 26.97 | 132.53 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 4 | 35 | 0 | 0.94 | 0.49 | 0.73 | 331.38 | 0.89 | 0.14 |
| Hex | 45 | 4 | 23 | 0 | 5E | 31 | 49 | 14B | 59 | E |
| Octal | 105 | 4 | 43 | 0 | 136 | 61 | 111 | 513 | 131 | 16 |
| Binary | 1000101 | 100 | 100011 | 0 | 1011110 | 110001 | 1001001 | 101001011 | 1011001 | 1110 |
Color Harmonies of #450423
Complementary color
Monochromatic Colors of #450423
Black with #450423
Text Example
Text Example
White with #450423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450423; }
p { color: rgb(69,4,35); }
H1.HeaderClassName
{
color: #450423;
}
.AnyTagClassName
{
color: #450423;
}
</style>
background-color css
<style>
a { background-color: #450423; }
a { background-color: rgb(69,4,35); }
div.DivClassName
{
background-color: #450423;
}
.BgClassName
{
background-color: #450423;
}
</style>
border-color css
<style>
span { border-color: #450423; }
span { border-color: rgb(69,4,35); }
td.TdClassName
{
border-color: #450423;
}
.TagClassName
{
border-color: #450423;
}
</style>