Shades of Blackberry #3B0923
Tints of Blackberry #3B0923
RGB
CMYK
RGB Variations
Color information
#3B0923 (or 0x3B0923) is known color: Blackberry. HEX triplet: 3B, 09 and 23. RGB value is (59,9,35). Sum of RGB (Red+Green+Blue) = 59+9+35=103 (13% of max value = 765). Red value is 59 (23.44% from 255 or 57.28% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0923 is #C4F6DC. Grayscale: #1A1A1A. Windows color (decimal): -12908253 or 2296123. OLE color: 2296123.
HSL color Cylindrical-coordinate representation of color #3B0923: hue angle of 328.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 #3B0923 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 9 | 35 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.77 |
| HSL | 328.8º | 0.74% | 0.13% | - |
| HSV(B) | 328.8º | 0.85% | 0.23% | - |
| XYZ | 2.2 | 1.25 | 1.71 | - |
| YUV | 26.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 9 | 35 | 0 | 0.85 | 0.41 | 0.77 | 328.8 | 0.74 | 0.13 |
| Hex | 3B | 9 | 23 | 0 | 55 | 29 | 4D | 149 | 4A | D |
| Octal | 73 | 11 | 43 | 0 | 125 | 51 | 115 | 511 | 112 | 15 |
| Binary | 111011 | 1001 | 100011 | 0 | 1010101 | 101001 | 1001101 | 101001001 | 1001010 | 1101 |
Color Harmonies of #3B0923
Complementary color
Monochromatic Colors of #3B0923
Black with #3B0923
Text Example
Text Example
White with #3B0923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0923; }
p { color: rgb(59,9,35); }
H1.HeaderClassName
{
color: #3B0923;
}
.AnyTagClassName
{
color: #3B0923;
}
</style>
background-color css
<style>
a { background-color: #3B0923; }
a { background-color: rgb(59,9,35); }
div.DivClassName
{
background-color: #3B0923;
}
.BgClassName
{
background-color: #3B0923;
}
</style>
border-color css
<style>
span { border-color: #3B0923; }
span { border-color: rgb(59,9,35); }
td.TdClassName
{
border-color: #3B0923;
}
.TagClassName
{
border-color: #3B0923;
}
</style>