Shades of Blackberry #3B0323
Tints of Blackberry #3B0323
RGB
CMYK
RGB Variations
Color information
#3B0323 (or 0x3B0323) is known color: Blackberry. HEX triplet: 3B, 03 and 23. RGB value is (59,3,35). Sum of RGB (Red+Green+Blue) = 59+3+35=97 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.82% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0323 is #C4FCDC. Grayscale: #171717. Windows color (decimal): -12909789 or 2294587. OLE color: 2294587.
HSL color Cylindrical-coordinate representation of color #3B0323: hue angle of 325.71º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0323 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 3 | 35 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.77 |
| HSL | 325.71º | 0.9% | 0.12% | - |
| HSV(B) | 325.71º | 0.95% | 0.23% | - |
| XYZ | 2.14 | 1.12 | 1.69 | - |
| YUV | 23.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 3 | 35 | 0 | 0.95 | 0.41 | 0.77 | 325.71 | 0.9 | 0.12 |
| Hex | 3B | 3 | 23 | 0 | 5F | 29 | 4D | 146 | 5A | C |
| Octal | 73 | 3 | 43 | 0 | 137 | 51 | 115 | 506 | 132 | 14 |
| Binary | 111011 | 11 | 100011 | 0 | 1011111 | 101001 | 1001101 | 101000110 | 1011010 | 1100 |
Color Harmonies of #3B0323
Complementary color
Monochromatic Colors of #3B0323
Black with #3B0323
Text Example
Text Example
White with #3B0323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0323; }
p { color: rgb(59,3,35); }
H1.HeaderClassName
{
color: #3B0323;
}
.AnyTagClassName
{
color: #3B0323;
}
</style>
background-color css
<style>
a { background-color: #3B0323; }
a { background-color: rgb(59,3,35); }
div.DivClassName
{
background-color: #3B0323;
}
.BgClassName
{
background-color: #3B0323;
}
</style>
border-color css
<style>
span { border-color: #3B0323; }
span { border-color: rgb(59,3,35); }
td.TdClassName
{
border-color: #3B0323;
}
.TagClassName
{
border-color: #3B0323;
}
</style>