Shades of Blackberry #2E001F
Tints of Blackberry #2E001F
RGB
CMYK
RGB Variations
Color information
#2E001F (or 0x2E001F) is known color: Blackberry. HEX triplet: 2E, 00 and 1F. RGB value is (46,0,31). Sum of RGB (Red+Green+Blue) = 46+0+31=77 (10% of max value = 765). Red value is 46 (18.36% from 255 or 59.74% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 46 - color contains mainly: red. Hex color #2E001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E001F is #D1FFE0. Grayscale: #111111. Windows color (decimal): -13762529 or 2031662. OLE color: 2031662.
HSL color Cylindrical-coordinate representation of color #2E001F: hue angle of 319.57º 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 #2E001F is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.33 | 0.82 |
| HSL | 319.57º | 1% | 0.09% | - |
| HSV(B) | 319.57º | 1% | 0.18% | - |
| XYZ | 1.37 | 0.68 | 1.36 | - |
| YUV | 17.29 | 135.74 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 31 | 0 | 1 | 0.33 | 0.82 | 319.57 | 1 | 0.09 |
| Hex | 2E | 0 | 1F | 0 | 64 | 21 | 52 | 140 | 64 | 9 |
| Octal | 56 | 0 | 37 | 0 | 144 | 41 | 122 | 500 | 144 | 11 |
| Binary | 101110 | 0 | 11111 | 0 | 1100100 | 100001 | 1010010 | 101000000 | 1100100 | 1001 |
Color Harmonies of #2E001F
Complementary color
Monochromatic Colors of #2E001F
Black with #2E001F
Text Example
Text Example
White with #2E001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E001F; }
p { color: rgb(46,0,31); }
H1.HeaderClassName
{
color: #2E001F;
}
.AnyTagClassName
{
color: #2E001F;
}
</style>
background-color css
<style>
a { background-color: #2E001F; }
a { background-color: rgb(46,0,31); }
div.DivClassName
{
background-color: #2E001F;
}
.BgClassName
{
background-color: #2E001F;
}
</style>
border-color css
<style>
span { border-color: #2E001F; }
span { border-color: rgb(46,0,31); }
td.TdClassName
{
border-color: #2E001F;
}
.TagClassName
{
border-color: #2E001F;
}
</style>