Shades of Blackberry #2F031C
Tints of Blackberry #2F031C
RGB
CMYK
RGB Variations
Color information
#2F031C (or 0x2F031C) is known color: Blackberry. HEX triplet: 2F, 03 and 1C. RGB value is (47,3,28). Sum of RGB (Red+Green+Blue) = 47+3+28=78 (10% of max value = 765). Red value is 47 (18.75% from 255 or 60.26% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 47 - color contains mainly: red. Hex color #2F031C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F031C is #D0FCE3. Grayscale: #121212. Windows color (decimal): -13696228 or 1835823. OLE color: 1835823.
HSL color Cylindrical-coordinate representation of color #2F031C: hue angle of 325.91º 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 #2F031C is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 3 | 28 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.82 |
| HSL | 325.91º | 0.88% | 0.1% | - |
| HSV(B) | 325.91º | 0.94% | 0.18% | - |
| XYZ | 1.41 | 0.75 | 1.17 | - |
| YUV | 19.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 28 | 0 | 0.94 | 0.40 | 0.82 | 325.91 | 0.88 | 0.1 |
| Hex | 2F | 3 | 1C | 0 | 5E | 28 | 52 | 146 | 58 | A |
| Octal | 57 | 3 | 34 | 0 | 136 | 50 | 122 | 506 | 130 | 12 |
| Binary | 101111 | 11 | 11100 | 0 | 1011110 | 101000 | 1010010 | 101000110 | 1011000 | 1010 |
Color Harmonies of #2F031C
Complementary color
Monochromatic Colors of #2F031C
Black with #2F031C
Text Example
Text Example
White with #2F031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F031C; }
p { color: rgb(47,3,28); }
H1.HeaderClassName
{
color: #2F031C;
}
.AnyTagClassName
{
color: #2F031C;
}
</style>
background-color css
<style>
a { background-color: #2F031C; }
a { background-color: rgb(47,3,28); }
div.DivClassName
{
background-color: #2F031C;
}
.BgClassName
{
background-color: #2F031C;
}
</style>
border-color css
<style>
span { border-color: #2F031C; }
span { border-color: rgb(47,3,28); }
td.TdClassName
{
border-color: #2F031C;
}
.TagClassName
{
border-color: #2F031C;
}
</style>