Shades of Blackberry #2E031C
Tints of Blackberry #2E031C
RGB
CMYK
RGB Variations
Color information
#2E031C (or 0x2E031C) is known color: Blackberry. HEX triplet: 2E, 03 and 1C. RGB value is (46,3,28). Sum of RGB (Red+Green+Blue) = 46+3+28=77 (10% of max value = 765). Red value is 46 (18.36% from 255 or 59.74% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 46 - color contains mainly: red. Hex color #2E031C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E031C is #D1FCE3. Grayscale: #121212. Windows color (decimal): -13761764 or 1835822. OLE color: 1835822.
HSL color Cylindrical-coordinate representation of color #2E031C: hue angle of 325.12º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E031C is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 3 | 28 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.82 |
| HSL | 325.12º | 0.88% | 0.1% | - |
| HSV(B) | 325.12º | 0.93% | 0.18% | - |
| XYZ | 1.37 | 0.73 | 1.17 | - |
| YUV | 18.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 28 | 0 | 0.93 | 0.39 | 0.82 | 325.12 | 0.88 | 0.1 |
| Hex | 2E | 3 | 1C | 0 | 5D | 27 | 52 | 145 | 58 | A |
| Octal | 56 | 3 | 34 | 0 | 135 | 47 | 122 | 505 | 130 | 12 |
| Binary | 101110 | 11 | 11100 | 0 | 1011101 | 100111 | 1010010 | 101000101 | 1011000 | 1010 |
Color Harmonies of #2E031C
Complementary color
Monochromatic Colors of #2E031C
Black with #2E031C
Text Example
Text Example
White with #2E031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E031C; }
p { color: rgb(46,3,28); }
H1.HeaderClassName
{
color: #2E031C;
}
.AnyTagClassName
{
color: #2E031C;
}
</style>
background-color css
<style>
a { background-color: #2E031C; }
a { background-color: rgb(46,3,28); }
div.DivClassName
{
background-color: #2E031C;
}
.BgClassName
{
background-color: #2E031C;
}
</style>
border-color css
<style>
span { border-color: #2E031C; }
span { border-color: rgb(46,3,28); }
td.TdClassName
{
border-color: #2E031C;
}
.TagClassName
{
border-color: #2E031C;
}
</style>