Shades of Blackberry #3B012D
Tints of Blackberry #3B012D
RGB
CMYK
RGB Variations
Color information
#3B012D (or 0x3B012D) is known color: Blackberry. HEX triplet: 3B, 01 and 2D. RGB value is (59,1,45). Sum of RGB (Red+Green+Blue) = 59+1+45=105 (13% of max value = 765). Red value is 59 (23.44% from 255 or 56.19% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 59 - color contains mainly: red. Hex color #3B012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B012D is #C4FED2. Grayscale: #171717. Windows color (decimal): -12910291 or 2949435. OLE color: 2949435.
HSL color Cylindrical-coordinate representation of color #3B012D: hue angle of 314.48º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B012D is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 1 | 45 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.77 |
| HSL | 314.48º | 0.97% | 0.12% | - |
| HSV(B) | 314.48º | 0.98% | 0.23% | - |
| XYZ | 2.29 | 1.14 | 2.58 | - |
| YUV | 23.36 | 140.22 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 45 | 0 | 0.98 | 0.24 | 0.77 | 314.48 | 0.97 | 0.12 |
| Hex | 3B | 1 | 2D | 0 | 62 | 18 | 4D | 13A | 61 | C |
| Octal | 73 | 1 | 55 | 0 | 142 | 30 | 115 | 472 | 141 | 14 |
| Binary | 111011 | 1 | 101101 | 0 | 1100010 | 11000 | 1001101 | 100111010 | 1100001 | 1100 |
Color Harmonies of #3B012D
Complementary color
Monochromatic Colors of #3B012D
Black with #3B012D
Text Example
Text Example
White with #3B012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B012D; }
p { color: rgb(59,1,45); }
H1.HeaderClassName
{
color: #3B012D;
}
.AnyTagClassName
{
color: #3B012D;
}
</style>
background-color css
<style>
a { background-color: #3B012D; }
a { background-color: rgb(59,1,45); }
div.DivClassName
{
background-color: #3B012D;
}
.BgClassName
{
background-color: #3B012D;
}
</style>
border-color css
<style>
span { border-color: #3B012D; }
span { border-color: rgb(59,1,45); }
td.TdClassName
{
border-color: #3B012D;
}
.TagClassName
{
border-color: #3B012D;
}
</style>