Shades of Blackberry #3B042C
Tints of Blackberry #3B042C
RGB
CMYK
RGB Variations
Color information
#3B042C (or 0x3B042C) is known color: Blackberry. HEX triplet: 3B, 04 and 2C. RGB value is (59,4,44). Sum of RGB (Red+Green+Blue) = 59+4+44=107 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.14% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 59 - color contains mainly: red. Hex color #3B042C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B042C is #C4FBD3. Grayscale: #181818. Windows color (decimal): -12909524 or 2884667. OLE color: 2884667.
HSL color Cylindrical-coordinate representation of color #3B042C: hue angle of 316.36º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B042C is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 4 | 44 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.77 |
| HSL | 316.36º | 0.87% | 0.12% | - |
| HSV(B) | 316.36º | 0.93% | 0.23% | - |
| XYZ | 2.3 | 1.2 | 2.49 | - |
| YUV | 25.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 4 | 44 | 0 | 0.93 | 0.25 | 0.77 | 316.36 | 0.87 | 0.12 |
| Hex | 3B | 4 | 2C | 0 | 5D | 19 | 4D | 13C | 57 | C |
| Octal | 73 | 4 | 54 | 0 | 135 | 31 | 115 | 474 | 127 | 14 |
| Binary | 111011 | 100 | 101100 | 0 | 1011101 | 11001 | 1001101 | 100111100 | 1010111 | 1100 |
Color Harmonies of #3B042C
Complementary color
Monochromatic Colors of #3B042C
Black with #3B042C
Text Example
Text Example
White with #3B042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B042C; }
p { color: rgb(59,4,44); }
H1.HeaderClassName
{
color: #3B042C;
}
.AnyTagClassName
{
color: #3B042C;
}
</style>
background-color css
<style>
a { background-color: #3B042C; }
a { background-color: rgb(59,4,44); }
div.DivClassName
{
background-color: #3B042C;
}
.BgClassName
{
background-color: #3B042C;
}
</style>
border-color css
<style>
span { border-color: #3B042C; }
span { border-color: rgb(59,4,44); }
td.TdClassName
{
border-color: #3B042C;
}
.TagClassName
{
border-color: #3B042C;
}
</style>