Shades of Blackberry #2A0020
Tints of Blackberry #2A0020
RGB
CMYK
RGB Variations
Color information
#2A0020 (or 0x2A0020) is known color: Blackberry. HEX triplet: 2A, 00 and 20. RGB value is (42,0,32). Sum of RGB (Red+Green+Blue) = 42+0+32=74 (9% of max value = 765). Red value is 42 (16.80% from 255 or 56.76% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 32 (12.89% from 255 or 43.24% from 74); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0020 is #D5FFDF. Grayscale: #101010. Windows color (decimal): -14024672 or 2097194. OLE color: 2097194.
HSL color Cylindrical-coordinate representation of color #2A0020: hue angle of 314.29º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0020 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
RGB | 42 | 0 | 32 | - |
CMYK | 0 | 1 | 0.24 | 0.84 |
HSL | 314.29º | 1% | 0.08% | - |
HSV(B) | 314.29º | 1% | 0.16% | - |
XYZ | 1.22 | 0.6 | 1.42 | - |
YUV | 16.21 | 136.91 | 146.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 0 | 32 | 0 | 1 | 0.24 | 0.84 | 314.29 | 1 | 0.08 |
Hex | 2A | 0 | 20 | 0 | 64 | 18 | 54 | 13A | 64 | 8 |
Octal | 52 | 0 | 40 | 0 | 144 | 30 | 124 | 472 | 144 | 10 |
Binary | 101010 | 0 | 100000 | 0 | 1100100 | 11000 | 1010100 | 100111010 | 1100100 | 1000 |
Color Harmonies of #2A0020
Complementary color
Monochromatic Colors of #2A0020
Black with #2A0020
Text Example
Text Example
White with #2A0020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0020; }
p { color: rgb(42,0,32); }
H1.HeaderClassName
{
color: #2A0020;
}
.AnyTagClassName
{
color: #2A0020;
}
</style>
background-color css
<style>
a { background-color: #2A0020; }
a { background-color: rgb(42,0,32); }
div.DivClassName
{
background-color: #2A0020;
}
.BgClassName
{
background-color: #2A0020;
}
</style>
border-color css
<style>
span { border-color: #2A0020; }
span { border-color: rgb(42,0,32); }
td.TdClassName
{
border-color: #2A0020;
}
.TagClassName
{
border-color: #2A0020;
}
</style>