Shades of Blackberry #2E0D25
Tints of Blackberry #2E0D25
RGB
CMYK
RGB Variations
Color information
#2E0D25 (or 0x2E0D25) is known color: Blackberry. HEX triplet: 2E, 0D and 25. RGB value is (46,13,37). Sum of RGB (Red+Green+Blue) = 46+13+37=96 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.92% from 96); Green value is 13 (5.47% from 255 or 13.54% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0D25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0D25 is #D1F2DA. Grayscale: #191919. Windows color (decimal): -13759195 or 2428206. OLE color: 2428206.
HSL color Cylindrical-coordinate representation of color #2E0D25: hue angle of 316.36º 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 #2E0D25 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 13 | 37 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.82 |
| HSL | 316.36º | 0.56% | 0.12% | - |
| HSV(B) | 316.36º | 0.72% | 0.18% | - |
| XYZ | 1.6 | 1 | 1.86 | - |
| YUV | 25.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 13 | 37 | 0 | 0.72 | 0.20 | 0.82 | 316.36 | 0.56 | 0.12 |
| Hex | 2E | D | 25 | 0 | 48 | 14 | 52 | 13C | 38 | C |
| Octal | 56 | 15 | 45 | 0 | 110 | 24 | 122 | 474 | 70 | 14 |
| Binary | 101110 | 1101 | 100101 | 0 | 1001000 | 10100 | 1010010 | 100111100 | 111000 | 1100 |
Color Harmonies of #2E0D25
Complementary color
Monochromatic Colors of #2E0D25
Black with #2E0D25
Text Example
Text Example
White with #2E0D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0D25; }
p { color: rgb(46,13,37); }
H1.HeaderClassName
{
color: #2E0D25;
}
.AnyTagClassName
{
color: #2E0D25;
}
</style>
background-color css
<style>
a { background-color: #2E0D25; }
a { background-color: rgb(46,13,37); }
div.DivClassName
{
background-color: #2E0D25;
}
.BgClassName
{
background-color: #2E0D25;
}
</style>
border-color css
<style>
span { border-color: #2E0D25; }
span { border-color: rgb(46,13,37); }
td.TdClassName
{
border-color: #2E0D25;
}
.TagClassName
{
border-color: #2E0D25;
}
</style>