Shades of Blackberry #2E0421
Tints of Blackberry #2E0421
RGB
CMYK
RGB Variations
Color information
#2E0421 (or 0x2E0421) is known color: Blackberry. HEX triplet: 2E, 04 and 21. RGB value is (46,4,33). Sum of RGB (Red+Green+Blue) = 46+4+33=83 (10% of max value = 765). Red value is 46 (18.36% from 255 or 55.42% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 33 (13.28% from 255 or 39.76% from 83); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0421 is #D1FBDE. Grayscale: #131313. Windows color (decimal): -13761503 or 2163758. OLE color: 2163758.
HSL color Cylindrical-coordinate representation of color #2E0421: hue angle of 318.57º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E0421 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 4 | 33 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.82 |
| HSL | 318.57º | 0.84% | 0.1% | - |
| HSV(B) | 318.57º | 0.91% | 0.18% | - |
| XYZ | 1.44 | 0.78 | 1.51 | - |
| YUV | 19.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 4 | 33 | 0 | 0.91 | 0.28 | 0.82 | 318.57 | 0.84 | 0.1 |
| Hex | 2E | 4 | 21 | 0 | 5B | 1C | 52 | 13F | 54 | A |
| Octal | 56 | 4 | 41 | 0 | 133 | 34 | 122 | 477 | 124 | 12 |
| Binary | 101110 | 100 | 100001 | 0 | 1011011 | 11100 | 1010010 | 100111111 | 1010100 | 1010 |
Color Harmonies of #2E0421
Complementary color
Monochromatic Colors of #2E0421
Black with #2E0421
Text Example
Text Example
White with #2E0421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0421; }
p { color: rgb(46,4,33); }
H1.HeaderClassName
{
color: #2E0421;
}
.AnyTagClassName
{
color: #2E0421;
}
</style>
background-color css
<style>
a { background-color: #2E0421; }
a { background-color: rgb(46,4,33); }
div.DivClassName
{
background-color: #2E0421;
}
.BgClassName
{
background-color: #2E0421;
}
</style>
border-color css
<style>
span { border-color: #2E0421; }
span { border-color: rgb(46,4,33); }
td.TdClassName
{
border-color: #2E0421;
}
.TagClassName
{
border-color: #2E0421;
}
</style>