Shades of Blackberry #2D061E
Tints of Blackberry #2D061E
RGB
CMYK
RGB Variations
Color information
#2D061E (or 0x2D061E) is known color: Blackberry. HEX triplet: 2D, 06 and 1E. RGB value is (45,6,30). Sum of RGB (Red+Green+Blue) = 45+6+30=81 (10% of max value = 765). Red value is 45 (17.97% from 255 or 55.56% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 45 - color contains mainly: red. Hex color #2D061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D061E is #D2F9E1. Grayscale: #141414. Windows color (decimal): -13826530 or 1967661. OLE color: 1967661.
HSL color Cylindrical-coordinate representation of color #2D061E: hue angle of 323.08º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D061E is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 6 | 30 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.82 |
| HSL | 323.08º | 0.76% | 0.1% | - |
| HSV(B) | 323.08º | 0.87% | 0.18% | - |
| XYZ | 1.38 | 0.78 | 1.31 | - |
| YUV | 20.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 30 | 0 | 0.87 | 0.33 | 0.82 | 323.08 | 0.76 | 0.1 |
| Hex | 2D | 6 | 1E | 0 | 57 | 21 | 52 | 143 | 4C | A |
| Octal | 55 | 6 | 36 | 0 | 127 | 41 | 122 | 503 | 114 | 12 |
| Binary | 101101 | 110 | 11110 | 0 | 1010111 | 100001 | 1010010 | 101000011 | 1001100 | 1010 |
Color Harmonies of #2D061E
Complementary color
Monochromatic Colors of #2D061E
Black with #2D061E
Text Example
Text Example
White with #2D061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D061E; }
p { color: rgb(45,6,30); }
H1.HeaderClassName
{
color: #2D061E;
}
.AnyTagClassName
{
color: #2D061E;
}
</style>
background-color css
<style>
a { background-color: #2D061E; }
a { background-color: rgb(45,6,30); }
div.DivClassName
{
background-color: #2D061E;
}
.BgClassName
{
background-color: #2D061E;
}
</style>
border-color css
<style>
span { border-color: #2D061E; }
span { border-color: rgb(45,6,30); }
td.TdClassName
{
border-color: #2D061E;
}
.TagClassName
{
border-color: #2D061E;
}
</style>