Shades of Blackberry #2E001C
Tints of Blackberry #2E001C
RGB
CMYK
RGB Variations
Color information
#2E001C (or 0x2E001C) is known color: Blackberry. HEX triplet: 2E, 00 and 1C. RGB value is (46,0,28). Sum of RGB (Red+Green+Blue) = 46+0+28=74 (9% of max value = 765). Red value is 46 (18.36% from 255 or 62.16% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 46 - color contains mainly: red. Hex color #2E001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E001C is #D1FFE3. Grayscale: #101010. Windows color (decimal): -13762532 or 1835054. OLE color: 1835054.
HSL color Cylindrical-coordinate representation of color #2E001C: hue angle of 323.48º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E001C is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.39 | 0.82 |
| HSL | 323.48º | 1% | 0.09% | - |
| HSV(B) | 323.48º | 1% | 0.18% | - |
| XYZ | 1.34 | 0.66 | 1.16 | - |
| YUV | 16.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 28 | 0 | 1 | 0.39 | 0.82 | 323.48 | 1 | 0.09 |
| Hex | 2E | 0 | 1C | 0 | 64 | 27 | 52 | 143 | 64 | 9 |
| Octal | 56 | 0 | 34 | 0 | 144 | 47 | 122 | 503 | 144 | 11 |
| Binary | 101110 | 0 | 11100 | 0 | 1100100 | 100111 | 1010010 | 101000011 | 1100100 | 1001 |
Color Harmonies of #2E001C
Complementary color
Monochromatic Colors of #2E001C
Black with #2E001C
Text Example
Text Example
White with #2E001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E001C; }
p { color: rgb(46,0,28); }
H1.HeaderClassName
{
color: #2E001C;
}
.AnyTagClassName
{
color: #2E001C;
}
</style>
background-color css
<style>
a { background-color: #2E001C; }
a { background-color: rgb(46,0,28); }
div.DivClassName
{
background-color: #2E001C;
}
.BgClassName
{
background-color: #2E001C;
}
</style>
border-color css
<style>
span { border-color: #2E001C; }
span { border-color: rgb(46,0,28); }
td.TdClassName
{
border-color: #2E001C;
}
.TagClassName
{
border-color: #2E001C;
}
</style>