Shades of Blackberry #2F0319
Tints of Blackberry #2F0319
RGB
CMYK
RGB Variations
Color information
#2F0319 (or 0x2F0319) is known color: Blackberry. HEX triplet: 2F, 03 and 19. RGB value is (47,3,25). Sum of RGB (Red+Green+Blue) = 47+3+25=75 (9% of max value = 765). Red value is 47 (18.75% from 255 or 62.67% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0319 is #D0FCE6. Grayscale: #121212. Windows color (decimal): -13696231 or 1639215. OLE color: 1639215.
HSL color Cylindrical-coordinate representation of color #2F0319: hue angle of 330º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0319 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 3 | 25 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.82 |
| HSL | 330º | 0.88% | 0.1% | - |
| HSV(B) | 330º | 0.94% | 0.18% | - |
| XYZ | 1.38 | 0.74 | 0.99 | - |
| YUV | 18.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 25 | 0 | 0.94 | 0.47 | 0.82 | 330 | 0.88 | 0.1 |
| Hex | 2F | 3 | 19 | 0 | 5E | 2F | 52 | 14A | 58 | A |
| Octal | 57 | 3 | 31 | 0 | 136 | 57 | 122 | 512 | 130 | 12 |
| Binary | 101111 | 11 | 11001 | 0 | 1011110 | 101111 | 1010010 | 101001010 | 1011000 | 1010 |
Color Harmonies of #2F0319
Complementary color
Monochromatic Colors of #2F0319
Black with #2F0319
Text Example
Text Example
White with #2F0319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0319; }
p { color: rgb(47,3,25); }
H1.HeaderClassName
{
color: #2F0319;
}
.AnyTagClassName
{
color: #2F0319;
}
</style>
background-color css
<style>
a { background-color: #2F0319; }
a { background-color: rgb(47,3,25); }
div.DivClassName
{
background-color: #2F0319;
}
.BgClassName
{
background-color: #2F0319;
}
</style>
border-color css
<style>
span { border-color: #2F0319; }
span { border-color: rgb(47,3,25); }
td.TdClassName
{
border-color: #2F0319;
}
.TagClassName
{
border-color: #2F0319;
}
</style>