Shades of Blackberry #2E1725
Tints of Blackberry #2E1725
RGB
CMYK
RGB Variations
Color information
#2E1725 (or 0x2E1725) is known color: Blackberry. HEX triplet: 2E, 17 and 25. RGB value is (46,23,37). Sum of RGB (Red+Green+Blue) = 46+23+37=106 (14% of max value = 765). Red value is 46 (18.36% from 255 or 43.40% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1725 is #D1E8DA. Grayscale: #1F1F1F. Windows color (decimal): -13756635 or 2430766. OLE color: 2430766.
HSL color Cylindrical-coordinate representation of color #2E1725: hue angle of 323.48º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E1725 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 23 | 37 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.82 |
| HSL | 323.48º | 0.33% | 0.14% | - |
| HSV(B) | 323.48º | 0.5% | 0.18% | - |
| XYZ | 1.77 | 1.33 | 1.91 | - |
| YUV | 31.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 37 | 0 | 0.50 | 0.20 | 0.82 | 323.48 | 0.33 | 0.14 |
| Hex | 2E | 17 | 25 | 0 | 32 | 14 | 52 | 143 | 21 | E |
| Octal | 56 | 27 | 45 | 0 | 62 | 24 | 122 | 503 | 41 | 16 |
| Binary | 101110 | 10111 | 100101 | 0 | 110010 | 10100 | 1010010 | 101000011 | 100001 | 1110 |
Color Harmonies of #2E1725
Complementary color
Monochromatic Colors of #2E1725
Black with #2E1725
Text Example
Text Example
White with #2E1725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1725; }
p { color: rgb(46,23,37); }
H1.HeaderClassName
{
color: #2E1725;
}
.AnyTagClassName
{
color: #2E1725;
}
</style>
background-color css
<style>
a { background-color: #2E1725; }
a { background-color: rgb(46,23,37); }
div.DivClassName
{
background-color: #2E1725;
}
.BgClassName
{
background-color: #2E1725;
}
</style>
border-color css
<style>
span { border-color: #2E1725; }
span { border-color: rgb(46,23,37); }
td.TdClassName
{
border-color: #2E1725;
}
.TagClassName
{
border-color: #2E1725;
}
</style>