Shades of Blackberry #2E1723
Tints of Blackberry #2E1723
RGB
CMYK
RGB Variations
Color information
#2E1723 (or 0x2E1723) is known color: Blackberry. HEX triplet: 2E, 17 and 23. RGB value is (46,23,35). Sum of RGB (Red+Green+Blue) = 46+23+35=104 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.23% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 35 (14.06% from 255 or 33.65% from 104); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1723 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1723 is #D1E8DC. Grayscale: #1F1F1F. Windows color (decimal): -13756637 or 2299694. OLE color: 2299694.
HSL color Cylindrical-coordinate representation of color #2E1723: hue angle of 328.7º 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 #2E1723 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 23 | 35 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.82 |
| HSL | 328.7º | 0.33% | 0.14% | - |
| HSV(B) | 328.7º | 0.5% | 0.18% | - |
| XYZ | 1.74 | 1.31 | 1.75 | - |
| YUV | 31.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 35 | 0 | 0.50 | 0.24 | 0.82 | 328.7 | 0.33 | 0.14 |
| Hex | 2E | 17 | 23 | 0 | 32 | 18 | 52 | 149 | 21 | E |
| Octal | 56 | 27 | 43 | 0 | 62 | 30 | 122 | 511 | 41 | 16 |
| Binary | 101110 | 10111 | 100011 | 0 | 110010 | 11000 | 1010010 | 101001001 | 100001 | 1110 |
Color Harmonies of #2E1723
Complementary color
Monochromatic Colors of #2E1723
Black with #2E1723
Text Example
Text Example
White with #2E1723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1723; }
p { color: rgb(46,23,35); }
H1.HeaderClassName
{
color: #2E1723;
}
.AnyTagClassName
{
color: #2E1723;
}
</style>
background-color css
<style>
a { background-color: #2E1723; }
a { background-color: rgb(46,23,35); }
div.DivClassName
{
background-color: #2E1723;
}
.BgClassName
{
background-color: #2E1723;
}
</style>
border-color css
<style>
span { border-color: #2E1723; }
span { border-color: rgb(46,23,35); }
td.TdClassName
{
border-color: #2E1723;
}
.TagClassName
{
border-color: #2E1723;
}
</style>