Shades of Blackberry #2C0421
Tints of Blackberry #2C0421
RGB
CMYK
RGB Variations
Color information
#2C0421 (or 0x2C0421) is known color: Blackberry. HEX triplet: 2C, 04 and 21. RGB value is (44,4,33). Sum of RGB (Red+Green+Blue) = 44+4+33=81 (10% of max value = 765). Red value is 44 (17.58% from 255 or 54.32% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 33 (13.28% from 255 or 40.74% from 81); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0421 is #D3FBDE. Grayscale: #131313. Windows color (decimal): -13892575 or 2163756. OLE color: 2163756.
HSL color Cylindrical-coordinate representation of color #2C0421: hue angle of 316.5º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C0421 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 4 | 33 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.83 |
| HSL | 316.5º | 0.83% | 0.09% | - |
| HSV(B) | 316.5º | 0.91% | 0.17% | - |
| XYZ | 1.36 | 0.73 | 1.51 | - |
| YUV | 19.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 4 | 33 | 0 | 0.91 | 0.25 | 0.83 | 316.5 | 0.83 | 0.09 |
| Hex | 2C | 4 | 21 | 0 | 5B | 19 | 53 | 13C | 53 | 9 |
| Octal | 54 | 4 | 41 | 0 | 133 | 31 | 123 | 474 | 123 | 11 |
| Binary | 101100 | 100 | 100001 | 0 | 1011011 | 11001 | 1010011 | 100111100 | 1010011 | 1001 |
Color Harmonies of #2C0421
Complementary color
Monochromatic Colors of #2C0421
Black with #2C0421
Text Example
Text Example
White with #2C0421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0421; }
p { color: rgb(44,4,33); }
H1.HeaderClassName
{
color: #2C0421;
}
.AnyTagClassName
{
color: #2C0421;
}
</style>
background-color css
<style>
a { background-color: #2C0421; }
a { background-color: rgb(44,4,33); }
div.DivClassName
{
background-color: #2C0421;
}
.BgClassName
{
background-color: #2C0421;
}
</style>
border-color css
<style>
span { border-color: #2C0421; }
span { border-color: rgb(44,4,33); }
td.TdClassName
{
border-color: #2C0421;
}
.TagClassName
{
border-color: #2C0421;
}
</style>