Shades of Blackberry #3B092B
Tints of Blackberry #3B092B
RGB
CMYK
RGB Variations
Color information
#3B092B (or 0x3B092B) is known color: Blackberry. HEX triplet: 3B, 09 and 2B. RGB value is (59,9,43). Sum of RGB (Red+Green+Blue) = 59+9+43=111 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.15% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 59 - color contains mainly: red. Hex color #3B092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B092B is #C4F6D4. Grayscale: #1B1B1B. Windows color (decimal): -12908245 or 2820411. OLE color: 2820411.
HSL color Cylindrical-coordinate representation of color #3B092B: hue angle of 319.2º 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 #3B092B is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 9 | 43 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.77 |
| HSL | 319.2º | 0.74% | 0.13% | - |
| HSV(B) | 319.2º | 0.85% | 0.23% | - |
| XYZ | 2.34 | 1.3 | 2.41 | - |
| YUV | 27.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 9 | 43 | 0 | 0.85 | 0.27 | 0.77 | 319.2 | 0.74 | 0.13 |
| Hex | 3B | 9 | 2B | 0 | 55 | 1B | 4D | 13F | 4A | D |
| Octal | 73 | 11 | 53 | 0 | 125 | 33 | 115 | 477 | 112 | 15 |
| Binary | 111011 | 1001 | 101011 | 0 | 1010101 | 11011 | 1001101 | 100111111 | 1001010 | 1101 |
Color Harmonies of #3B092B
Complementary color
Monochromatic Colors of #3B092B
Black with #3B092B
Text Example
Text Example
White with #3B092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B092B; }
p { color: rgb(59,9,43); }
H1.HeaderClassName
{
color: #3B092B;
}
.AnyTagClassName
{
color: #3B092B;
}
</style>
background-color css
<style>
a { background-color: #3B092B; }
a { background-color: rgb(59,9,43); }
div.DivClassName
{
background-color: #3B092B;
}
.BgClassName
{
background-color: #3B092B;
}
</style>
border-color css
<style>
span { border-color: #3B092B; }
span { border-color: rgb(59,9,43); }
td.TdClassName
{
border-color: #3B092B;
}
.TagClassName
{
border-color: #3B092B;
}
</style>