Shades of Blackberry #3B041C
Tints of Blackberry #3B041C
RGB
CMYK
RGB Variations
Color information
#3B041C (or 0x3B041C) is known color: Blackberry. HEX triplet: 3B, 04 and 1C. RGB value is (59,4,28). Sum of RGB (Red+Green+Blue) = 59+4+28=91 (12% of max value = 765). Red value is 59 (23.44% from 255 or 64.84% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 59 - color contains mainly: red. Hex color #3B041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B041C is #C4FBE3. Grayscale: #171717. Windows color (decimal): -12909540 or 1836091. OLE color: 1836091.
HSL color Cylindrical-coordinate representation of color #3B041C: hue angle of 333.82º 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 #3B041C is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 4 | 28 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.77 |
| HSL | 333.82º | 0.87% | 0.12% | - |
| HSV(B) | 333.82º | 0.93% | 0.23% | - |
| XYZ | 2.06 | 1.1 | 1.2 | - |
| YUV | 23.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 4 | 28 | 0 | 0.93 | 0.53 | 0.77 | 333.82 | 0.87 | 0.12 |
| Hex | 3B | 4 | 1C | 0 | 5D | 35 | 4D | 14E | 57 | C |
| Octal | 73 | 4 | 34 | 0 | 135 | 65 | 115 | 516 | 127 | 14 |
| Binary | 111011 | 100 | 11100 | 0 | 1011101 | 110101 | 1001101 | 101001110 | 1010111 | 1100 |
Color Harmonies of #3B041C
Complementary color
Monochromatic Colors of #3B041C
Black with #3B041C
Text Example
Text Example
White with #3B041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B041C; }
p { color: rgb(59,4,28); }
H1.HeaderClassName
{
color: #3B041C;
}
.AnyTagClassName
{
color: #3B041C;
}
</style>
background-color css
<style>
a { background-color: #3B041C; }
a { background-color: rgb(59,4,28); }
div.DivClassName
{
background-color: #3B041C;
}
.BgClassName
{
background-color: #3B041C;
}
</style>
border-color css
<style>
span { border-color: #3B041C; }
span { border-color: rgb(59,4,28); }
td.TdClassName
{
border-color: #3B041C;
}
.TagClassName
{
border-color: #3B041C;
}
</style>