Shades of Blackberry #2D021A
Tints of Blackberry #2D021A
RGB
CMYK
RGB Variations
Color information
#2D021A (or 0x2D021A) is known color: Blackberry. HEX triplet: 2D, 02 and 1A. RGB value is (45,2,26). Sum of RGB (Red+Green+Blue) = 45+2+26=73 (9% of max value = 765). Red value is 45 (17.97% from 255 or 61.64% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 45 - color contains mainly: red. Hex color #2D021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D021A is #D2FDE5. Grayscale: #111111. Windows color (decimal): -13827558 or 1704493. OLE color: 1704493.
HSL color Cylindrical-coordinate representation of color #2D021A: hue angle of 326.51º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D021A is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 2 | 26 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.82 |
| HSL | 326.51º | 0.91% | 0.09% | - |
| HSV(B) | 326.51º | 0.96% | 0.18% | - |
| XYZ | 1.29 | 0.68 | 1.04 | - |
| YUV | 17.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 2 | 26 | 0 | 0.96 | 0.42 | 0.82 | 326.51 | 0.91 | 0.09 |
| Hex | 2D | 2 | 1A | 0 | 60 | 2A | 52 | 147 | 5B | 9 |
| Octal | 55 | 2 | 32 | 0 | 140 | 52 | 122 | 507 | 133 | 11 |
| Binary | 101101 | 10 | 11010 | 0 | 1100000 | 101010 | 1010010 | 101000111 | 1011011 | 1001 |
Color Harmonies of #2D021A
Complementary color
Monochromatic Colors of #2D021A
Black with #2D021A
Text Example
Text Example
White with #2D021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D021A; }
p { color: rgb(45,2,26); }
H1.HeaderClassName
{
color: #2D021A;
}
.AnyTagClassName
{
color: #2D021A;
}
</style>
background-color css
<style>
a { background-color: #2D021A; }
a { background-color: rgb(45,2,26); }
div.DivClassName
{
background-color: #2D021A;
}
.BgClassName
{
background-color: #2D021A;
}
</style>
border-color css
<style>
span { border-color: #2D021A; }
span { border-color: rgb(45,2,26); }
td.TdClassName
{
border-color: #2D021A;
}
.TagClassName
{
border-color: #2D021A;
}
</style>