Shades of Blackberry #3B001B
Tints of Blackberry #3B001B
RGB
CMYK
RGB Variations
Color information
#3B001B (or 0x3B001B) is known color: Blackberry. HEX triplet: 3B, 00 and 1B. RGB value is (59,0,27). Sum of RGB (Red+Green+Blue) = 59+0+27=86 (11% of max value = 765). Red value is 59 (23.44% from 255 or 68.60% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 59 - color contains mainly: red. Hex color #3B001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B001B is #C4FFE4. Grayscale: #141414. Windows color (decimal): -12910565 or 1769531. OLE color: 1769531.
HSL color Cylindrical-coordinate representation of color #3B001B: hue angle of 332.54º 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 #3B001B is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.54 | 0.77 |
| HSL | 332.54º | 1% | 0.12% | - |
| HSV(B) | 332.54º | 1% | 0.23% | - |
| XYZ | 2 | 1.01 | 1.13 | - |
| YUV | 20.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 27 | 0 | 1 | 0.54 | 0.77 | 332.54 | 1 | 0.12 |
| Hex | 3B | 0 | 1B | 0 | 64 | 36 | 4D | 14D | 64 | C |
| Octal | 73 | 0 | 33 | 0 | 144 | 66 | 115 | 515 | 144 | 14 |
| Binary | 111011 | 0 | 11011 | 0 | 1100100 | 110110 | 1001101 | 101001101 | 1100100 | 1100 |
Color Harmonies of #3B001B
Complementary color
Monochromatic Colors of #3B001B
Black with #3B001B
Text Example
Text Example
White with #3B001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B001B; }
p { color: rgb(59,0,27); }
H1.HeaderClassName
{
color: #3B001B;
}
.AnyTagClassName
{
color: #3B001B;
}
</style>
background-color css
<style>
a { background-color: #3B001B; }
a { background-color: rgb(59,0,27); }
div.DivClassName
{
background-color: #3B001B;
}
.BgClassName
{
background-color: #3B001B;
}
</style>
border-color css
<style>
span { border-color: #3B001B; }
span { border-color: rgb(59,0,27); }
td.TdClassName
{
border-color: #3B001B;
}
.TagClassName
{
border-color: #3B001B;
}
</style>