Shades of Blackberry #3A1F30
Tints of Blackberry #3A1F30
RGB
CMYK
RGB Variations
Color information
#3A1F30 (or 0x3A1F30) is known color: Blackberry. HEX triplet: 3A, 1F and 30. RGB value is (58,31,48). Sum of RGB (Red+Green+Blue) = 58+31+48=137 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.34% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1F30 is #C5E0CF. Grayscale: #282828. Windows color (decimal): -12968144 or 3153722. OLE color: 3153722.
HSL color Cylindrical-coordinate representation of color #3A1F30: hue angle of 322.22º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A1F30 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 31 | 48 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.77 |
| HSL | 322.22º | 0.3% | 0.17% | - |
| HSV(B) | 322.22º | 0.47% | 0.23% | - |
| XYZ | 2.77 | 2.09 | 3.05 | - |
| YUV | 41.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 48 | 0 | 0.47 | 0.17 | 0.77 | 322.22 | 0.3 | 0.17 |
| Hex | 3A | 1F | 30 | 0 | 2F | 11 | 4D | 142 | 1E | 11 |
| Octal | 72 | 37 | 60 | 0 | 57 | 21 | 115 | 502 | 36 | 21 |
| Binary | 111010 | 11111 | 110000 | 0 | 101111 | 10001 | 1001101 | 101000010 | 11110 | 10001 |
Color Harmonies of #3A1F30
Complementary color
Monochromatic Colors of #3A1F30
Black with #3A1F30
Text Example
Text Example
White with #3A1F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1F30; }
p { color: rgb(58,31,48); }
H1.HeaderClassName
{
color: #3A1F30;
}
.AnyTagClassName
{
color: #3A1F30;
}
</style>
background-color css
<style>
a { background-color: #3A1F30; }
a { background-color: rgb(58,31,48); }
div.DivClassName
{
background-color: #3A1F30;
}
.BgClassName
{
background-color: #3A1F30;
}
</style>
border-color css
<style>
span { border-color: #3A1F30; }
span { border-color: rgb(58,31,48); }
td.TdClassName
{
border-color: #3A1F30;
}
.TagClassName
{
border-color: #3A1F30;
}
</style>