Shades of Blackberry #3A051B
Tints of Blackberry #3A051B
RGB
CMYK
RGB Variations
Color information
#3A051B (or 0x3A051B) is known color: Blackberry. HEX triplet: 3A, 05 and 1B. RGB value is (58,5,27). Sum of RGB (Red+Green+Blue) = 58+5+27=90 (11% of max value = 765). Red value is 58 (23.05% from 255 or 64.44% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 58 - color contains mainly: red. Hex color #3A051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A051B is #C5FAE4. Grayscale: #171717. Windows color (decimal): -12974821 or 1770810. OLE color: 1770810.
HSL color Cylindrical-coordinate representation of color #3A051B: hue angle of 335.09º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A051B is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 5 | 27 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.77 |
| HSL | 335.09º | 0.84% | 0.12% | - |
| HSV(B) | 335.09º | 0.91% | 0.23% | - |
| XYZ | 2 | 1.09 | 1.14 | - |
| YUV | 23.36 | 130.06 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 27 | 0 | 0.91 | 0.53 | 0.77 | 335.09 | 0.84 | 0.12 |
| Hex | 3A | 5 | 1B | 0 | 5B | 35 | 4D | 14F | 54 | C |
| Octal | 72 | 5 | 33 | 0 | 133 | 65 | 115 | 517 | 124 | 14 |
| Binary | 111010 | 101 | 11011 | 0 | 1011011 | 110101 | 1001101 | 101001111 | 1010100 | 1100 |
Color Harmonies of #3A051B
Complementary color
Monochromatic Colors of #3A051B
Black with #3A051B
Text Example
Text Example
White with #3A051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A051B; }
p { color: rgb(58,5,27); }
H1.HeaderClassName
{
color: #3A051B;
}
.AnyTagClassName
{
color: #3A051B;
}
</style>
background-color css
<style>
a { background-color: #3A051B; }
a { background-color: rgb(58,5,27); }
div.DivClassName
{
background-color: #3A051B;
}
.BgClassName
{
background-color: #3A051B;
}
</style>
border-color css
<style>
span { border-color: #3A051B; }
span { border-color: rgb(58,5,27); }
td.TdClassName
{
border-color: #3A051B;
}
.TagClassName
{
border-color: #3A051B;
}
</style>