Shades of Blackberry #3B142C
Tints of Blackberry #3B142C
RGB
CMYK
RGB Variations
Color information
#3B142C (or 0x3B142C) is known color: Blackberry. HEX triplet: 3B, 14 and 2C. RGB value is (59,20,44). Sum of RGB (Red+Green+Blue) = 59+20+44=123 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.97% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 59 - color contains mainly: red. Hex color #3B142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B142C is #C4EBD3. Grayscale: #222222. Windows color (decimal): -12905428 or 2888763. OLE color: 2888763.
HSL color Cylindrical-coordinate representation of color #3B142C: hue angle of 323.08º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B142C is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 20 | 44 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.77 |
| HSL | 323.08º | 0.49% | 0.15% | - |
| HSV(B) | 323.08º | 0.66% | 0.23% | - |
| XYZ | 2.51 | 1.61 | 2.56 | - |
| YUV | 34.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 20 | 44 | 0 | 0.66 | 0.25 | 0.77 | 323.08 | 0.49 | 0.15 |
| Hex | 3B | 14 | 2C | 0 | 42 | 19 | 4D | 143 | 31 | F |
| Octal | 73 | 24 | 54 | 0 | 102 | 31 | 115 | 503 | 61 | 17 |
| Binary | 111011 | 10100 | 101100 | 0 | 1000010 | 11001 | 1001101 | 101000011 | 110001 | 1111 |
Color Harmonies of #3B142C
Complementary color
Monochromatic Colors of #3B142C
Black with #3B142C
Text Example
Text Example
White with #3B142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B142C; }
p { color: rgb(59,20,44); }
H1.HeaderClassName
{
color: #3B142C;
}
.AnyTagClassName
{
color: #3B142C;
}
</style>
background-color css
<style>
a { background-color: #3B142C; }
a { background-color: rgb(59,20,44); }
div.DivClassName
{
background-color: #3B142C;
}
.BgClassName
{
background-color: #3B142C;
}
</style>
border-color css
<style>
span { border-color: #3B142C; }
span { border-color: rgb(59,20,44); }
td.TdClassName
{
border-color: #3B142C;
}
.TagClassName
{
border-color: #3B142C;
}
</style>