Shades of Blackberry #3A001F
Tints of Blackberry #3A001F
RGB
CMYK
RGB Variations
Color information
#3A001F (or 0x3A001F) is known color: Blackberry. HEX triplet: 3A, 00 and 1F. RGB value is (58,0,31). Sum of RGB (Red+Green+Blue) = 58+0+31=89 (11% of max value = 765). Red value is 58 (23.05% from 255 or 65.17% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 58 - color contains mainly: red. Hex color #3A001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A001F is #C5FFE0. Grayscale: #141414. Windows color (decimal): -12976097 or 2031674. OLE color: 2031674.
HSL color Cylindrical-coordinate representation of color #3A001F: hue angle of 327.93º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A001F is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.47 | 0.77 |
| HSL | 327.93º | 1% | 0.11% | - |
| HSV(B) | 327.93º | 1% | 0.23% | - |
| XYZ | 1.99 | 1 | 1.38 | - |
| YUV | 20.88 | 133.72 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 31 | 0 | 1 | 0.47 | 0.77 | 327.93 | 1 | 0.11 |
| Hex | 3A | 0 | 1F | 0 | 64 | 2F | 4D | 148 | 64 | B |
| Octal | 72 | 0 | 37 | 0 | 144 | 57 | 115 | 510 | 144 | 13 |
| Binary | 111010 | 0 | 11111 | 0 | 1100100 | 101111 | 1001101 | 101001000 | 1100100 | 1011 |
Color Harmonies of #3A001F
Complementary color
Monochromatic Colors of #3A001F
Black with #3A001F
Text Example
Text Example
White with #3A001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A001F; }
p { color: rgb(58,0,31); }
H1.HeaderClassName
{
color: #3A001F;
}
.AnyTagClassName
{
color: #3A001F;
}
</style>
background-color css
<style>
a { background-color: #3A001F; }
a { background-color: rgb(58,0,31); }
div.DivClassName
{
background-color: #3A001F;
}
.BgClassName
{
background-color: #3A001F;
}
</style>
border-color css
<style>
span { border-color: #3A001F; }
span { border-color: rgb(58,0,31); }
td.TdClassName
{
border-color: #3A001F;
}
.TagClassName
{
border-color: #3A001F;
}
</style>