Shades of Blackberry #3B092D
Tints of Blackberry #3B092D
RGB
CMYK
RGB Variations
Color information
#3B092D (or 0x3B092D) is known color: Blackberry. HEX triplet: 3B, 09 and 2D. RGB value is (59,9,45). Sum of RGB (Red+Green+Blue) = 59+9+45=113 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.21% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 59 - color contains mainly: red. Hex color #3B092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B092D is #C4F6D2. Grayscale: #1B1B1B. Windows color (decimal): -12908243 or 2951483. OLE color: 2951483.
HSL color Cylindrical-coordinate representation of color #3B092D: hue angle of 316.8º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B092D is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 9 | 45 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.77 |
| HSL | 316.8º | 0.74% | 0.13% | - |
| HSV(B) | 316.8º | 0.85% | 0.23% | - |
| XYZ | 2.37 | 1.31 | 2.61 | - |
| YUV | 28.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 9 | 45 | 0 | 0.85 | 0.24 | 0.77 | 316.8 | 0.74 | 0.13 |
| Hex | 3B | 9 | 2D | 0 | 55 | 18 | 4D | 13D | 4A | D |
| Octal | 73 | 11 | 55 | 0 | 125 | 30 | 115 | 475 | 112 | 15 |
| Binary | 111011 | 1001 | 101101 | 0 | 1010101 | 11000 | 1001101 | 100111101 | 1001010 | 1101 |
Color Harmonies of #3B092D
Complementary color
Monochromatic Colors of #3B092D
Black with #3B092D
Text Example
Text Example
White with #3B092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B092D; }
p { color: rgb(59,9,45); }
H1.HeaderClassName
{
color: #3B092D;
}
.AnyTagClassName
{
color: #3B092D;
}
</style>
background-color css
<style>
a { background-color: #3B092D; }
a { background-color: rgb(59,9,45); }
div.DivClassName
{
background-color: #3B092D;
}
.BgClassName
{
background-color: #3B092D;
}
</style>
border-color css
<style>
span { border-color: #3B092D; }
span { border-color: rgb(59,9,45); }
td.TdClassName
{
border-color: #3B092D;
}
.TagClassName
{
border-color: #3B092D;
}
</style>