Shades of Blackberry #2E0D1C
Tints of Blackberry #2E0D1C
RGB
CMYK
RGB Variations
Color information
#2E0D1C (or 0x2E0D1C) is known color: Blackberry. HEX triplet: 2E, 0D and 1C. RGB value is (46,13,28). Sum of RGB (Red+Green+Blue) = 46+13+28=87 (11% of max value = 765). Red value is 46 (18.36% from 255 or 52.87% from 87); Green value is 13 (5.47% from 255 or 14.94% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0D1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0D1C is #D1F2E3. Grayscale: #181818. Windows color (decimal): -13759204 or 1838382. OLE color: 1838382.
HSL color Cylindrical-coordinate representation of color #2E0D1C: hue angle of 332.73º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E0D1C is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 13 | 28 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.82 |
| HSL | 332.73º | 0.56% | 0.12% | - |
| HSV(B) | 332.73º | 0.72% | 0.18% | - |
| XYZ | 1.48 | 0.95 | 1.2 | - |
| YUV | 24.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 13 | 28 | 0 | 0.72 | 0.39 | 0.82 | 332.73 | 0.56 | 0.12 |
| Hex | 2E | D | 1C | 0 | 48 | 27 | 52 | 14D | 38 | C |
| Octal | 56 | 15 | 34 | 0 | 110 | 47 | 122 | 515 | 70 | 14 |
| Binary | 101110 | 1101 | 11100 | 0 | 1001000 | 100111 | 1010010 | 101001101 | 111000 | 1100 |
Color Harmonies of #2E0D1C
Complementary color
Monochromatic Colors of #2E0D1C
Black with #2E0D1C
Text Example
Text Example
White with #2E0D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0D1C; }
p { color: rgb(46,13,28); }
H1.HeaderClassName
{
color: #2E0D1C;
}
.AnyTagClassName
{
color: #2E0D1C;
}
</style>
background-color css
<style>
a { background-color: #2E0D1C; }
a { background-color: rgb(46,13,28); }
div.DivClassName
{
background-color: #2E0D1C;
}
.BgClassName
{
background-color: #2E0D1C;
}
</style>
border-color css
<style>
span { border-color: #2E0D1C; }
span { border-color: rgb(46,13,28); }
td.TdClassName
{
border-color: #2E0D1C;
}
.TagClassName
{
border-color: #2E0D1C;
}
</style>