Shades of Blackberry #490B23
Tints of Blackberry #490B23
RGB
CMYK
RGB Variations
Color information
#490B23 (or 0x490B23) is known color: Blackberry. HEX triplet: 49, 0B and 23. RGB value is (73,11,35). Sum of RGB (Red+Green+Blue) = 73+11+35=119 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.34% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 73 - color contains mainly: red. Hex color #490B23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490B23 is #B6F4DC. Grayscale: #202020. Windows color (decimal): -11990237 or 2296649. OLE color: 2296649.
HSL color Cylindrical-coordinate representation of color #490B23: hue angle of 336.77º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #490B23 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 11 | 35 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.71 |
| HSL | 336.77º | 0.74% | 0.16% | - |
| HSV(B) | 336.77º | 0.85% | 0.29% | - |
| XYZ | 3.17 | 1.78 | 1.77 | - |
| YUV | 32.27 | 129.54 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 35 | 0 | 0.85 | 0.52 | 0.71 | 336.77 | 0.74 | 0.16 |
| Hex | 49 | B | 23 | 0 | 55 | 34 | 47 | 151 | 4A | 10 |
| Octal | 111 | 13 | 43 | 0 | 125 | 64 | 107 | 521 | 112 | 20 |
| Binary | 1001001 | 1011 | 100011 | 0 | 1010101 | 110100 | 1000111 | 101010001 | 1001010 | 10000 |
Color Harmonies of #490B23
Complementary color
Monochromatic Colors of #490B23
Black with #490B23
Text Example
Text Example
White with #490B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490B23; }
p { color: rgb(73,11,35); }
H1.HeaderClassName
{
color: #490B23;
}
.AnyTagClassName
{
color: #490B23;
}
</style>
background-color css
<style>
a { background-color: #490B23; }
a { background-color: rgb(73,11,35); }
div.DivClassName
{
background-color: #490B23;
}
.BgClassName
{
background-color: #490B23;
}
</style>
border-color css
<style>
span { border-color: #490B23; }
span { border-color: rgb(73,11,35); }
td.TdClassName
{
border-color: #490B23;
}
.TagClassName
{
border-color: #490B23;
}
</style>