Shades of Blackberry #3A0927
Tints of Blackberry #3A0927
RGB
CMYK
RGB Variations
Color information
#3A0927 (or 0x3A0927) is known color: Blackberry. HEX triplet: 3A, 09 and 27. RGB value is (58,9,39). Sum of RGB (Red+Green+Blue) = 58+9+39=106 (14% of max value = 765). Red value is 58 (23.05% from 255 or 54.72% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0927 is #C5F6D8. Grayscale: #1A1A1A. Windows color (decimal): -12973785 or 2558266. OLE color: 2558266.
HSL color Cylindrical-coordinate representation of color #3A0927: hue angle of 323.27º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A0927 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 9 | 39 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.77 |
| HSL | 323.27º | 0.73% | 0.13% | - |
| HSV(B) | 323.27º | 0.84% | 0.23% | - |
| XYZ | 2.21 | 1.24 | 2.04 | - |
| YUV | 27.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 9 | 39 | 0 | 0.84 | 0.33 | 0.77 | 323.27 | 0.73 | 0.13 |
| Hex | 3A | 9 | 27 | 0 | 54 | 21 | 4D | 143 | 49 | D |
| Octal | 72 | 11 | 47 | 0 | 124 | 41 | 115 | 503 | 111 | 15 |
| Binary | 111010 | 1001 | 100111 | 0 | 1010100 | 100001 | 1001101 | 101000011 | 1001001 | 1101 |
Color Harmonies of #3A0927
Complementary color
Monochromatic Colors of #3A0927
Black with #3A0927
Text Example
Text Example
White with #3A0927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0927; }
p { color: rgb(58,9,39); }
H1.HeaderClassName
{
color: #3A0927;
}
.AnyTagClassName
{
color: #3A0927;
}
</style>
background-color css
<style>
a { background-color: #3A0927; }
a { background-color: rgb(58,9,39); }
div.DivClassName
{
background-color: #3A0927;
}
.BgClassName
{
background-color: #3A0927;
}
</style>
border-color css
<style>
span { border-color: #3A0927; }
span { border-color: rgb(58,9,39); }
td.TdClassName
{
border-color: #3A0927;
}
.TagClassName
{
border-color: #3A0927;
}
</style>