Shades of Blackberry #2B001F
Tints of Blackberry #2B001F
RGB
CMYK
RGB Variations
Color information
#2B001F (or 0x2B001F) is known color: Blackberry. HEX triplet: 2B, 00 and 1F. RGB value is (43,0,31). Sum of RGB (Red+Green+Blue) = 43+0+31=74 (9% of max value = 765). Red value is 43 (17.19% from 255 or 58.11% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 43 - color contains mainly: red. Hex color #2B001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B001F is #D4FFE0. Grayscale: #101010. Windows color (decimal): -13959137 or 2031659. OLE color: 2031659.
HSL color Cylindrical-coordinate representation of color #2B001F: hue angle of 316.74º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B001F is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.28 | 0.83 |
| HSL | 316.74º | 1% | 0.08% | - |
| HSV(B) | 316.74º | 1% | 0.17% | - |
| XYZ | 1.24 | 0.61 | 1.35 | - |
| YUV | 16.39 | 136.25 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 31 | 0 | 1 | 0.28 | 0.83 | 316.74 | 1 | 0.08 |
| Hex | 2B | 0 | 1F | 0 | 64 | 1C | 53 | 13D | 64 | 8 |
| Octal | 53 | 0 | 37 | 0 | 144 | 34 | 123 | 475 | 144 | 10 |
| Binary | 101011 | 0 | 11111 | 0 | 1100100 | 11100 | 1010011 | 100111101 | 1100100 | 1000 |
Color Harmonies of #2B001F
Complementary color
Monochromatic Colors of #2B001F
Black with #2B001F
Text Example
Text Example
White with #2B001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B001F; }
p { color: rgb(43,0,31); }
H1.HeaderClassName
{
color: #2B001F;
}
.AnyTagClassName
{
color: #2B001F;
}
</style>
background-color css
<style>
a { background-color: #2B001F; }
a { background-color: rgb(43,0,31); }
div.DivClassName
{
background-color: #2B001F;
}
.BgClassName
{
background-color: #2B001F;
}
</style>
border-color css
<style>
span { border-color: #2B001F; }
span { border-color: rgb(43,0,31); }
td.TdClassName
{
border-color: #2B001F;
}
.TagClassName
{
border-color: #2B001F;
}
</style>