Shades of Blackberry #2E001D
Tints of Blackberry #2E001D
RGB
CMYK
RGB Variations
Color information
#2E001D (or 0x2E001D) is known color: Blackberry. HEX triplet: 2E, 00 and 1D. RGB value is (46,0,29). Sum of RGB (Red+Green+Blue) = 46+0+29=75 (9% of max value = 765). Red value is 46 (18.36% from 255 or 61.33% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 46 - color contains mainly: red. Hex color #2E001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E001D is #D1FFE2. Grayscale: #101010. Windows color (decimal): -13762531 or 1900590. OLE color: 1900590.
HSL color Cylindrical-coordinate representation of color #2E001D: hue angle of 322.17º 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 #2E001D is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.37 | 0.82 |
| HSL | 322.17º | 1% | 0.09% | - |
| HSV(B) | 322.17º | 1% | 0.18% | - |
| XYZ | 1.35 | 0.67 | 1.22 | - |
| YUV | 17.06 | 134.74 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 29 | 0 | 1 | 0.37 | 0.82 | 322.17 | 1 | 0.09 |
| Hex | 2E | 0 | 1D | 0 | 64 | 25 | 52 | 142 | 64 | 9 |
| Octal | 56 | 0 | 35 | 0 | 144 | 45 | 122 | 502 | 144 | 11 |
| Binary | 101110 | 0 | 11101 | 0 | 1100100 | 100101 | 1010010 | 101000010 | 1100100 | 1001 |
Color Harmonies of #2E001D
Complementary color
Monochromatic Colors of #2E001D
Black with #2E001D
Text Example
Text Example
White with #2E001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E001D; }
p { color: rgb(46,0,29); }
H1.HeaderClassName
{
color: #2E001D;
}
.AnyTagClassName
{
color: #2E001D;
}
</style>
background-color css
<style>
a { background-color: #2E001D; }
a { background-color: rgb(46,0,29); }
div.DivClassName
{
background-color: #2E001D;
}
.BgClassName
{
background-color: #2E001D;
}
</style>
border-color css
<style>
span { border-color: #2E001D; }
span { border-color: rgb(46,0,29); }
td.TdClassName
{
border-color: #2E001D;
}
.TagClassName
{
border-color: #2E001D;
}
</style>