Shades of Blackberry #2F001A
Tints of Blackberry #2F001A
RGB
CMYK
RGB Variations
Color information
#2F001A (or 0x2F001A) is known color: Blackberry. HEX triplet: 2F, 00 and 1A. RGB value is (47,0,26). Sum of RGB (Red+Green+Blue) = 47+0+26=73 (9% of max value = 765). Red value is 47 (18.75% from 255 or 64.38% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 47 - color contains mainly: red. Hex color #2F001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F001A is #D0FFE5. Grayscale: #101010. Windows color (decimal): -13696998 or 1703983. OLE color: 1703983.
HSL color Cylindrical-coordinate representation of color #2F001A: hue angle of 326.81º 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 #2F001A is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.45 | 0.82 |
| HSL | 326.81º | 1% | 0.09% | - |
| HSV(B) | 326.81º | 1% | 0.18% | - |
| XYZ | 1.36 | 0.68 | 1.04 | - |
| YUV | 17.02 | 133.07 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 0 | 26 | 0 | 1 | 0.45 | 0.82 | 326.81 | 1 | 0.09 |
| Hex | 2F | 0 | 1A | 0 | 64 | 2D | 52 | 147 | 64 | 9 |
| Octal | 57 | 0 | 32 | 0 | 144 | 55 | 122 | 507 | 144 | 11 |
| Binary | 101111 | 0 | 11010 | 0 | 1100100 | 101101 | 1010010 | 101000111 | 1100100 | 1001 |
Color Harmonies of #2F001A
Complementary color
Monochromatic Colors of #2F001A
Black with #2F001A
Text Example
Text Example
White with #2F001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F001A; }
p { color: rgb(47,0,26); }
H1.HeaderClassName
{
color: #2F001A;
}
.AnyTagClassName
{
color: #2F001A;
}
</style>
background-color css
<style>
a { background-color: #2F001A; }
a { background-color: rgb(47,0,26); }
div.DivClassName
{
background-color: #2F001A;
}
.BgClassName
{
background-color: #2F001A;
}
</style>
border-color css
<style>
span { border-color: #2F001A; }
span { border-color: rgb(47,0,26); }
td.TdClassName
{
border-color: #2F001A;
}
.TagClassName
{
border-color: #2F001A;
}
</style>