Shades of Blackberry #2B141F
Tints of Blackberry #2B141F
RGB
CMYK
RGB Variations
Color information
#2B141F (or 0x2B141F) is known color: Blackberry. HEX triplet: 2B, 14 and 1F. RGB value is (43,20,31). Sum of RGB (Red+Green+Blue) = 43+20+31=94 (12% of max value = 765). Red value is 43 (17.19% from 255 or 45.74% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 43 - color contains mainly: red. Hex color #2B141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B141F is #D4EBE0. Grayscale: #1C1C1C. Windows color (decimal): -13954017 or 2036779. OLE color: 2036779.
HSL color Cylindrical-coordinate representation of color #2B141F: hue angle of 331.3º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B141F is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 20 | 31 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.83 |
| HSL | 331.3º | 0.37% | 0.12% | - |
| HSV(B) | 331.3º | 0.53% | 0.17% | - |
| XYZ | 1.49 | 1.11 | 1.43 | - |
| YUV | 28.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 20 | 31 | 0 | 0.53 | 0.28 | 0.83 | 331.3 | 0.37 | 0.12 |
| Hex | 2B | 14 | 1F | 0 | 35 | 1C | 53 | 14B | 25 | C |
| Octal | 53 | 24 | 37 | 0 | 65 | 34 | 123 | 513 | 45 | 14 |
| Binary | 101011 | 10100 | 11111 | 0 | 110101 | 11100 | 1010011 | 101001011 | 100101 | 1100 |
Color Harmonies of #2B141F
Complementary color
Monochromatic Colors of #2B141F
Black with #2B141F
Text Example
Text Example
White with #2B141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B141F; }
p { color: rgb(43,20,31); }
H1.HeaderClassName
{
color: #2B141F;
}
.AnyTagClassName
{
color: #2B141F;
}
</style>
background-color css
<style>
a { background-color: #2B141F; }
a { background-color: rgb(43,20,31); }
div.DivClassName
{
background-color: #2B141F;
}
.BgClassName
{
background-color: #2B141F;
}
</style>
border-color css
<style>
span { border-color: #2B141F; }
span { border-color: rgb(43,20,31); }
td.TdClassName
{
border-color: #2B141F;
}
.TagClassName
{
border-color: #2B141F;
}
</style>