Shades of Blackberry #2E0B1A
Tints of Blackberry #2E0B1A
RGB
CMYK
RGB Variations
Color information
#2E0B1A (or 0x2E0B1A) is known color: Blackberry. HEX triplet: 2E, 0B and 1A. RGB value is (46,11,26). Sum of RGB (Red+Green+Blue) = 46+11+26=83 (10% of max value = 765). Red value is 46 (18.36% from 255 or 55.42% from 83); Green value is 11 (4.69% from 255 or 13.25% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0B1A is #D1F4E5. Grayscale: #171717. Windows color (decimal): -13759718 or 1706798. OLE color: 1706798.
HSL color Cylindrical-coordinate representation of color #2E0B1A: hue angle of 334.29º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E0B1A is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 11 | 26 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.82 |
| HSL | 334.29º | 0.61% | 0.11% | - |
| HSV(B) | 334.29º | 0.76% | 0.18% | - |
| XYZ | 1.43 | 0.89 | 1.07 | - |
| YUV | 23.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 11 | 26 | 0 | 0.76 | 0.43 | 0.82 | 334.29 | 0.61 | 0.11 |
| Hex | 2E | B | 1A | 0 | 4C | 2B | 52 | 14E | 3D | B |
| Octal | 56 | 13 | 32 | 0 | 114 | 53 | 122 | 516 | 75 | 13 |
| Binary | 101110 | 1011 | 11010 | 0 | 1001100 | 101011 | 1010010 | 101001110 | 111101 | 1011 |
Color Harmonies of #2E0B1A
Complementary color
Monochromatic Colors of #2E0B1A
Black with #2E0B1A
Text Example
Text Example
White with #2E0B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0B1A; }
p { color: rgb(46,11,26); }
H1.HeaderClassName
{
color: #2E0B1A;
}
.AnyTagClassName
{
color: #2E0B1A;
}
</style>
background-color css
<style>
a { background-color: #2E0B1A; }
a { background-color: rgb(46,11,26); }
div.DivClassName
{
background-color: #2E0B1A;
}
.BgClassName
{
background-color: #2E0B1A;
}
</style>
border-color css
<style>
span { border-color: #2E0B1A; }
span { border-color: rgb(46,11,26); }
td.TdClassName
{
border-color: #2E0B1A;
}
.TagClassName
{
border-color: #2E0B1A;
}
</style>