Shades of Blackberry #2E1023
Tints of Blackberry #2E1023
RGB
CMYK
RGB Variations
Color information
#2E1023 (or 0x2E1023) is known color: Blackberry. HEX triplet: 2E, 10 and 23. RGB value is (46,16,35). Sum of RGB (Red+Green+Blue) = 46+16+35=97 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.42% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1023 is #D1EFDC. Grayscale: #1B1B1B. Windows color (decimal): -13758429 or 2297902. OLE color: 2297902.
HSL color Cylindrical-coordinate representation of color #2E1023: hue angle of 322º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E1023 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 16 | 35 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.82 |
| HSL | 322º | 0.48% | 0.12% | - |
| HSV(B) | 322º | 0.65% | 0.18% | - |
| XYZ | 1.62 | 1.07 | 1.71 | - |
| YUV | 27.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 16 | 35 | 0 | 0.65 | 0.24 | 0.82 | 322 | 0.48 | 0.12 |
| Hex | 2E | 10 | 23 | 0 | 41 | 18 | 52 | 142 | 30 | C |
| Octal | 56 | 20 | 43 | 0 | 101 | 30 | 122 | 502 | 60 | 14 |
| Binary | 101110 | 10000 | 100011 | 0 | 1000001 | 11000 | 1010010 | 101000010 | 110000 | 1100 |
Color Harmonies of #2E1023
Complementary color
Monochromatic Colors of #2E1023
Black with #2E1023
Text Example
Text Example
White with #2E1023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1023; }
p { color: rgb(46,16,35); }
H1.HeaderClassName
{
color: #2E1023;
}
.AnyTagClassName
{
color: #2E1023;
}
</style>
background-color css
<style>
a { background-color: #2E1023; }
a { background-color: rgb(46,16,35); }
div.DivClassName
{
background-color: #2E1023;
}
.BgClassName
{
background-color: #2E1023;
}
</style>
border-color css
<style>
span { border-color: #2E1023; }
span { border-color: rgb(46,16,35); }
td.TdClassName
{
border-color: #2E1023;
}
.TagClassName
{
border-color: #2E1023;
}
</style>