Shades of Blackberry #3B002F
Tints of Blackberry #3B002F
RGB
CMYK
RGB Variations
Color information
#3B002F (or 0x3B002F) is known color: Blackberry. HEX triplet: 3B, 00 and 2F. RGB value is (59,0,47). Sum of RGB (Red+Green+Blue) = 59+0+47=106 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.66% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 59 - color contains mainly: red. Hex color #3B002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B002F is #C4FFD0. Grayscale: #161616. Windows color (decimal): -12910545 or 3080251. OLE color: 3080251.
HSL color Cylindrical-coordinate representation of color #3B002F: hue angle of 312.2º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B002F is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.20 | 0.77 |
| HSL | 312.2º | 1% | 0.12% | - |
| HSV(B) | 312.2º | 1% | 0.23% | - |
| XYZ | 2.32 | 1.14 | 2.79 | - |
| YUV | 23 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 47 | 0 | 1 | 0.20 | 0.77 | 312.2 | 1 | 0.12 |
| Hex | 3B | 0 | 2F | 0 | 64 | 14 | 4D | 138 | 64 | C |
| Octal | 73 | 0 | 57 | 0 | 144 | 24 | 115 | 470 | 144 | 14 |
| Binary | 111011 | 0 | 101111 | 0 | 1100100 | 10100 | 1001101 | 100111000 | 1100100 | 1100 |
Color Harmonies of #3B002F
Complementary color
Monochromatic Colors of #3B002F
Black with #3B002F
Text Example
Text Example
White with #3B002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B002F; }
p { color: rgb(59,0,47); }
H1.HeaderClassName
{
color: #3B002F;
}
.AnyTagClassName
{
color: #3B002F;
}
</style>
background-color css
<style>
a { background-color: #3B002F; }
a { background-color: rgb(59,0,47); }
div.DivClassName
{
background-color: #3B002F;
}
.BgClassName
{
background-color: #3B002F;
}
</style>
border-color css
<style>
span { border-color: #3B002F; }
span { border-color: rgb(59,0,47); }
td.TdClassName
{
border-color: #3B002F;
}
.TagClassName
{
border-color: #3B002F;
}
</style>