Shades of Blackberry #3B172A
Tints of Blackberry #3B172A
RGB
CMYK
RGB Variations
Color information
#3B172A (or 0x3B172A) is known color: Blackberry. HEX triplet: 3B, 17 and 2A. RGB value is (59,23,42). Sum of RGB (Red+Green+Blue) = 59+23+42=124 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.58% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 59 - color contains mainly: red. Hex color #3B172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B172A is #C4E8D5. Grayscale: #232323. Windows color (decimal): -12904662 or 2758459. OLE color: 2758459.
HSL color Cylindrical-coordinate representation of color #3B172A: hue angle of 328.33º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B172A is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 23 | 42 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.77 |
| HSL | 328.33º | 0.44% | 0.16% | - |
| HSV(B) | 328.33º | 0.61% | 0.23% | - |
| XYZ | 2.53 | 1.71 | 2.39 | - |
| YUV | 35.93 | 131.43 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 23 | 42 | 0 | 0.61 | 0.29 | 0.77 | 328.33 | 0.44 | 0.16 |
| Hex | 3B | 17 | 2A | 0 | 3D | 1D | 4D | 148 | 2C | 10 |
| Octal | 73 | 27 | 52 | 0 | 75 | 35 | 115 | 510 | 54 | 20 |
| Binary | 111011 | 10111 | 101010 | 0 | 111101 | 11101 | 1001101 | 101001000 | 101100 | 10000 |
Color Harmonies of #3B172A
Complementary color
Monochromatic Colors of #3B172A
Black with #3B172A
Text Example
Text Example
White with #3B172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B172A; }
p { color: rgb(59,23,42); }
H1.HeaderClassName
{
color: #3B172A;
}
.AnyTagClassName
{
color: #3B172A;
}
</style>
background-color css
<style>
a { background-color: #3B172A; }
a { background-color: rgb(59,23,42); }
div.DivClassName
{
background-color: #3B172A;
}
.BgClassName
{
background-color: #3B172A;
}
</style>
border-color css
<style>
span { border-color: #3B172A; }
span { border-color: rgb(59,23,42); }
td.TdClassName
{
border-color: #3B172A;
}
.TagClassName
{
border-color: #3B172A;
}
</style>