Shades of Blackberry #3A001B
Tints of Blackberry #3A001B
RGB
CMYK
RGB Variations
Color information
#3A001B (or 0x3A001B) is known color: Blackberry. HEX triplet: 3A, 00 and 1B. RGB value is (58,0,27). Sum of RGB (Red+Green+Blue) = 58+0+27=85 (11% of max value = 765). Red value is 58 (23.05% from 255 or 68.24% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 27 (10.94% from 255 or 31.76% from 85); Max value from RGB is 58 - color contains mainly: red. Hex color #3A001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A001B is #C5FFE4. Grayscale: #141414. Windows color (decimal): -12976101 or 1769530. OLE color: 1769530.
HSL color Cylindrical-coordinate representation of color #3A001B: hue angle of 332.07º 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 #3A001B is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.53 | 0.77 |
| HSL | 332.07º | 1% | 0.11% | - |
| HSV(B) | 332.07º | 1% | 0.23% | - |
| XYZ | 1.94 | 0.98 | 1.12 | - |
| YUV | 20.42 | 131.72 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 27 | 0 | 1 | 0.53 | 0.77 | 332.07 | 1 | 0.11 |
| Hex | 3A | 0 | 1B | 0 | 64 | 35 | 4D | 14C | 64 | B |
| Octal | 72 | 0 | 33 | 0 | 144 | 65 | 115 | 514 | 144 | 13 |
| Binary | 111010 | 0 | 11011 | 0 | 1100100 | 110101 | 1001101 | 101001100 | 1100100 | 1011 |
Color Harmonies of #3A001B
Complementary color
Monochromatic Colors of #3A001B
Black with #3A001B
Text Example
Text Example
White with #3A001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A001B; }
p { color: rgb(58,0,27); }
H1.HeaderClassName
{
color: #3A001B;
}
.AnyTagClassName
{
color: #3A001B;
}
</style>
background-color css
<style>
a { background-color: #3A001B; }
a { background-color: rgb(58,0,27); }
div.DivClassName
{
background-color: #3A001B;
}
.BgClassName
{
background-color: #3A001B;
}
</style>
border-color css
<style>
span { border-color: #3A001B; }
span { border-color: rgb(58,0,27); }
td.TdClassName
{
border-color: #3A001B;
}
.TagClassName
{
border-color: #3A001B;
}
</style>