Shades of Blackberry #3B002C
Tints of Blackberry #3B002C
RGB
CMYK
RGB Variations
Color information
#3B002C (or 0x3B002C) is known color: Blackberry. HEX triplet: 3B, 00 and 2C. RGB value is (59,0,44). Sum of RGB (Red+Green+Blue) = 59+0+44=103 (13% of max value = 765). Red value is 59 (23.44% from 255 or 57.28% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 44 (17.58% from 255 or 42.72% from 103); Max value from RGB is 59 - color contains mainly: red. Hex color #3B002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B002C is #C4FFD3. Grayscale: #161616. Windows color (decimal): -12910548 or 2883643. OLE color: 2883643.
HSL color Cylindrical-coordinate representation of color #3B002C: hue angle of 315.25º 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 #3B002C is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.25 | 0.77 |
| HSL | 315.25º | 1% | 0.12% | - |
| HSV(B) | 315.25º | 1% | 0.23% | - |
| XYZ | 2.26 | 1.11 | 2.48 | - |
| YUV | 22.66 | 140.05 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 44 | 0 | 1 | 0.25 | 0.77 | 315.25 | 1 | 0.12 |
| Hex | 3B | 0 | 2C | 0 | 64 | 19 | 4D | 13B | 64 | C |
| Octal | 73 | 0 | 54 | 0 | 144 | 31 | 115 | 473 | 144 | 14 |
| Binary | 111011 | 0 | 101100 | 0 | 1100100 | 11001 | 1001101 | 100111011 | 1100100 | 1100 |
Color Harmonies of #3B002C
Complementary color
Monochromatic Colors of #3B002C
Black with #3B002C
Text Example
Text Example
White with #3B002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B002C; }
p { color: rgb(59,0,44); }
H1.HeaderClassName
{
color: #3B002C;
}
.AnyTagClassName
{
color: #3B002C;
}
</style>
background-color css
<style>
a { background-color: #3B002C; }
a { background-color: rgb(59,0,44); }
div.DivClassName
{
background-color: #3B002C;
}
.BgClassName
{
background-color: #3B002C;
}
</style>
border-color css
<style>
span { border-color: #3B002C; }
span { border-color: rgb(59,0,44); }
td.TdClassName
{
border-color: #3B002C;
}
.TagClassName
{
border-color: #3B002C;
}
</style>