Shades of Blackberry #4A092B
Tints of Blackberry #4A092B
RGB
CMYK
RGB Variations
Color information
#4A092B (or 0x4A092B) is known color: Blackberry. HEX triplet: 4A, 09 and 2B. RGB value is (74,9,43). Sum of RGB (Red+Green+Blue) = 74+9+43=126 (16% of max value = 765). Red value is 74 (29.30% from 255 or 58.73% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 74 - color contains mainly: red. Hex color #4A092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A092B is #B5F6D4. Grayscale: #202020. Windows color (decimal): -11925205 or 2820426. OLE color: 2820426.
HSL color Cylindrical-coordinate representation of color #4A092B: hue angle of 328.62º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A092B is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 9 | 43 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.71 |
| HSL | 328.62º | 0.78% | 0.16% | - |
| HSV(B) | 328.62º | 0.88% | 0.29% | - |
| XYZ | 3.36 | 1.83 | 2.46 | - |
| YUV | 32.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 9 | 43 | 0 | 0.88 | 0.42 | 0.71 | 328.62 | 0.78 | 0.16 |
| Hex | 4A | 9 | 2B | 0 | 58 | 2A | 47 | 149 | 4E | 10 |
| Octal | 112 | 11 | 53 | 0 | 130 | 52 | 107 | 511 | 116 | 20 |
| Binary | 1001010 | 1001 | 101011 | 0 | 1011000 | 101010 | 1000111 | 101001001 | 1001110 | 10000 |
Color Harmonies of #4A092B
Complementary color
Monochromatic Colors of #4A092B
Black with #4A092B
Text Example
Text Example
White with #4A092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A092B; }
p { color: rgb(74,9,43); }
H1.HeaderClassName
{
color: #4A092B;
}
.AnyTagClassName
{
color: #4A092B;
}
</style>
background-color css
<style>
a { background-color: #4A092B; }
a { background-color: rgb(74,9,43); }
div.DivClassName
{
background-color: #4A092B;
}
.BgClassName
{
background-color: #4A092B;
}
</style>
border-color css
<style>
span { border-color: #4A092B; }
span { border-color: rgb(74,9,43); }
td.TdClassName
{
border-color: #4A092B;
}
.TagClassName
{
border-color: #4A092B;
}
</style>