Shades of Blackberry #3A172C
Tints of Blackberry #3A172C
RGB
CMYK
RGB Variations
Color information
#3A172C (or 0x3A172C) is known color: Blackberry. HEX triplet: 3A, 17 and 2C. RGB value is (58,23,44). Sum of RGB (Red+Green+Blue) = 58+23+44=125 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.4% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 58 - color contains mainly: red. Hex color #3A172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A172C is #C5E8D3. Grayscale: #232323. Windows color (decimal): -12970196 or 2889530. OLE color: 2889530.
HSL color Cylindrical-coordinate representation of color #3A172C: hue angle of 324º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A172C is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 23 | 44 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.77 |
| HSL | 324º | 0.43% | 0.16% | - |
| HSV(B) | 324º | 0.6% | 0.23% | - |
| XYZ | 2.51 | 1.69 | 2.58 | - |
| YUV | 35.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 44 | 0 | 0.60 | 0.24 | 0.77 | 324 | 0.43 | 0.16 |
| Hex | 3A | 17 | 2C | 0 | 3C | 18 | 4D | 144 | 2B | 10 |
| Octal | 72 | 27 | 54 | 0 | 74 | 30 | 115 | 504 | 53 | 20 |
| Binary | 111010 | 10111 | 101100 | 0 | 111100 | 11000 | 1001101 | 101000100 | 101011 | 10000 |
Color Harmonies of #3A172C
Complementary color
Monochromatic Colors of #3A172C
Black with #3A172C
Text Example
Text Example
White with #3A172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A172C; }
p { color: rgb(58,23,44); }
H1.HeaderClassName
{
color: #3A172C;
}
.AnyTagClassName
{
color: #3A172C;
}
</style>
background-color css
<style>
a { background-color: #3A172C; }
a { background-color: rgb(58,23,44); }
div.DivClassName
{
background-color: #3A172C;
}
.BgClassName
{
background-color: #3A172C;
}
</style>
border-color css
<style>
span { border-color: #3A172C; }
span { border-color: rgb(58,23,44); }
td.TdClassName
{
border-color: #3A172C;
}
.TagClassName
{
border-color: #3A172C;
}
</style>