Shades of Blackberry #3A0F2B
Tints of Blackberry #3A0F2B
RGB
CMYK
RGB Variations
Color information
#3A0F2B (or 0x3A0F2B) is known color: Blackberry. HEX triplet: 3A, 0F and 2B. RGB value is (58,15,43). Sum of RGB (Red+Green+Blue) = 58+15+43=116 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0F2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0F2B is #C5F0D4. Grayscale: #1E1E1E. Windows color (decimal): -12972245 or 2821946. OLE color: 2821946.
HSL color Cylindrical-coordinate representation of color #3A0F2B: hue angle of 320.93º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A0F2B is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 15 | 43 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.77 |
| HSL | 320.93º | 0.59% | 0.14% | - |
| HSV(B) | 320.93º | 0.74% | 0.23% | - |
| XYZ | 2.35 | 1.42 | 2.43 | - |
| YUV | 31.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 15 | 43 | 0 | 0.74 | 0.26 | 0.77 | 320.93 | 0.59 | 0.14 |
| Hex | 3A | F | 2B | 0 | 4A | 1A | 4D | 141 | 3B | E |
| Octal | 72 | 17 | 53 | 0 | 112 | 32 | 115 | 501 | 73 | 16 |
| Binary | 111010 | 1111 | 101011 | 0 | 1001010 | 11010 | 1001101 | 101000001 | 111011 | 1110 |
Color Harmonies of #3A0F2B
Complementary color
Monochromatic Colors of #3A0F2B
Black with #3A0F2B
Text Example
Text Example
White with #3A0F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0F2B; }
p { color: rgb(58,15,43); }
H1.HeaderClassName
{
color: #3A0F2B;
}
.AnyTagClassName
{
color: #3A0F2B;
}
</style>
background-color css
<style>
a { background-color: #3A0F2B; }
a { background-color: rgb(58,15,43); }
div.DivClassName
{
background-color: #3A0F2B;
}
.BgClassName
{
background-color: #3A0F2B;
}
</style>
border-color css
<style>
span { border-color: #3A0F2B; }
span { border-color: rgb(58,15,43); }
td.TdClassName
{
border-color: #3A0F2B;
}
.TagClassName
{
border-color: #3A0F2B;
}
</style>