Shades of Blackberry #2E0016
Tints of Blackberry #2E0016
RGB
CMYK
RGB Variations
Color information
#2E0016 (or 0x2E0016) is known color: Blackberry. HEX triplet: 2E, 00 and 16. RGB value is (46,0,22). Sum of RGB (Red+Green+Blue) = 46+0+22=68 (9% of max value = 765). Red value is 46 (18.36% from 255 or 67.65% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0016 is #D1FFE9. Grayscale: #101010. Windows color (decimal): -13762538 or 1441838. OLE color: 1441838.
HSL color Cylindrical-coordinate representation of color #2E0016: hue angle of 331.3º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E0016 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.52 | 0.82 |
| HSL | 331.3º | 1% | 0.09% | - |
| HSV(B) | 331.3º | 1% | 0.18% | - |
| XYZ | 1.27 | 0.64 | 0.82 | - |
| YUV | 16.26 | 131.24 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 22 | 0 | 1 | 0.52 | 0.82 | 331.3 | 1 | 0.09 |
| Hex | 2E | 0 | 16 | 0 | 64 | 34 | 52 | 14B | 64 | 9 |
| Octal | 56 | 0 | 26 | 0 | 144 | 64 | 122 | 513 | 144 | 11 |
| Binary | 101110 | 0 | 10110 | 0 | 1100100 | 110100 | 1010010 | 101001011 | 1100100 | 1001 |
Color Harmonies of #2E0016
Complementary color
Monochromatic Colors of #2E0016
Black with #2E0016
Text Example
Text Example
White with #2E0016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0016; }
p { color: rgb(46,0,22); }
H1.HeaderClassName
{
color: #2E0016;
}
.AnyTagClassName
{
color: #2E0016;
}
</style>
background-color css
<style>
a { background-color: #2E0016; }
a { background-color: rgb(46,0,22); }
div.DivClassName
{
background-color: #2E0016;
}
.BgClassName
{
background-color: #2E0016;
}
</style>
border-color css
<style>
span { border-color: #2E0016; }
span { border-color: rgb(46,0,22); }
td.TdClassName
{
border-color: #2E0016;
}
.TagClassName
{
border-color: #2E0016;
}
</style>