Shades of Blackberry #490423
Tints of Blackberry #490423
RGB
CMYK
RGB Variations
Color information
#490423 (or 0x490423) is known color: Blackberry. HEX triplet: 49, 04 and 23. RGB value is (73,4,35). Sum of RGB (Red+Green+Blue) = 73+4+35=112 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.18% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 35 (14.06% from 255 or 31.25% from 112); Max value from RGB is 73 - color contains mainly: red. Hex color #490423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490423 is #B6FBDC. Grayscale: #1C1C1C. Windows color (decimal): -11992029 or 2294857. OLE color: 2294857.
HSL color Cylindrical-coordinate representation of color #490423: hue angle of 333.04º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490423 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 4 | 35 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.71 |
| HSL | 333.04º | 0.9% | 0.15% | - |
| HSV(B) | 333.04º | 0.95% | 0.29% | - |
| XYZ | 3.09 | 1.62 | 1.74 | - |
| YUV | 28.17 | 131.86 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 4 | 35 | 0 | 0.95 | 0.52 | 0.71 | 333.04 | 0.9 | 0.15 |
| Hex | 49 | 4 | 23 | 0 | 5F | 34 | 47 | 14D | 5A | F |
| Octal | 111 | 4 | 43 | 0 | 137 | 64 | 107 | 515 | 132 | 17 |
| Binary | 1001001 | 100 | 100011 | 0 | 1011111 | 110100 | 1000111 | 101001101 | 1011010 | 1111 |
Color Harmonies of #490423
Complementary color
Monochromatic Colors of #490423
Black with #490423
Text Example
Text Example
White with #490423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490423; }
p { color: rgb(73,4,35); }
H1.HeaderClassName
{
color: #490423;
}
.AnyTagClassName
{
color: #490423;
}
</style>
background-color css
<style>
a { background-color: #490423; }
a { background-color: rgb(73,4,35); }
div.DivClassName
{
background-color: #490423;
}
.BgClassName
{
background-color: #490423;
}
</style>
border-color css
<style>
span { border-color: #490423; }
span { border-color: rgb(73,4,35); }
td.TdClassName
{
border-color: #490423;
}
.TagClassName
{
border-color: #490423;
}
</style>