Shades of Blackberry #4A0927
Tints of Blackberry #4A0927
RGB
CMYK
RGB Variations
Color information
#4A0927 (or 0x4A0927) is known color: Blackberry. HEX triplet: 4A, 09 and 27. RGB value is (74,9,39). Sum of RGB (Red+Green+Blue) = 74+9+39=122 (16% of max value = 765). Red value is 74 (29.30% from 255 or 60.66% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0927 is #B5F6D8. Grayscale: #1F1F1F. Windows color (decimal): -11925209 or 2558282. OLE color: 2558282.
HSL color Cylindrical-coordinate representation of color #4A0927: hue angle of 332.31º 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 #4A0927 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 9 | 39 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.71 |
| HSL | 332.31º | 0.78% | 0.16% | - |
| HSV(B) | 332.31º | 0.88% | 0.29% | - |
| XYZ | 3.29 | 1.8 | 2.09 | - |
| YUV | 31.86 | 132.03 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 9 | 39 | 0 | 0.88 | 0.47 | 0.71 | 332.31 | 0.78 | 0.16 |
| Hex | 4A | 9 | 27 | 0 | 58 | 2F | 47 | 14C | 4E | 10 |
| Octal | 112 | 11 | 47 | 0 | 130 | 57 | 107 | 514 | 116 | 20 |
| Binary | 1001010 | 1001 | 100111 | 0 | 1011000 | 101111 | 1000111 | 101001100 | 1001110 | 10000 |
Color Harmonies of #4A0927
Complementary color
Monochromatic Colors of #4A0927
Black with #4A0927
Text Example
Text Example
White with #4A0927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0927; }
p { color: rgb(74,9,39); }
H1.HeaderClassName
{
color: #4A0927;
}
.AnyTagClassName
{
color: #4A0927;
}
</style>
background-color css
<style>
a { background-color: #4A0927; }
a { background-color: rgb(74,9,39); }
div.DivClassName
{
background-color: #4A0927;
}
.BgClassName
{
background-color: #4A0927;
}
</style>
border-color css
<style>
span { border-color: #4A0927; }
span { border-color: rgb(74,9,39); }
td.TdClassName
{
border-color: #4A0927;
}
.TagClassName
{
border-color: #4A0927;
}
</style>