Shades of Blackberry #3F031B
Tints of Blackberry #3F031B
RGB
CMYK
RGB Variations
Color information
#3F031B (or 0x3F031B) is known color: Blackberry. HEX triplet: 3F, 03 and 1B. RGB value is (63,3,27). Sum of RGB (Red+Green+Blue) = 63+3+27=93 (12% of max value = 765). Red value is 63 (25% from 255 or 67.74% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 63 - color contains mainly: red. Hex color #3F031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F031B is #C0FCE4. Grayscale: #171717. Windows color (decimal): -12647653 or 1770303. OLE color: 1770303.
HSL color Cylindrical-coordinate representation of color #3F031B: hue angle of 336º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F031B is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 3 | 27 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.75 |
| HSL | 336º | 0.91% | 0.13% | - |
| HSV(B) | 336º | 0.95% | 0.25% | - |
| XYZ | 2.28 | 1.2 | 1.15 | - |
| YUV | 23.68 | 129.88 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 27 | 0 | 0.95 | 0.57 | 0.75 | 336 | 0.91 | 0.13 |
| Hex | 3F | 3 | 1B | 0 | 5F | 39 | 4B | 150 | 5B | D |
| Octal | 77 | 3 | 33 | 0 | 137 | 71 | 113 | 520 | 133 | 15 |
| Binary | 111111 | 11 | 11011 | 0 | 1011111 | 111001 | 1001011 | 101010000 | 1011011 | 1101 |
Color Harmonies of #3F031B
Complementary color
Monochromatic Colors of #3F031B
Black with #3F031B
Text Example
Text Example
White with #3F031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F031B; }
p { color: rgb(63,3,27); }
H1.HeaderClassName
{
color: #3F031B;
}
.AnyTagClassName
{
color: #3F031B;
}
</style>
background-color css
<style>
a { background-color: #3F031B; }
a { background-color: rgb(63,3,27); }
div.DivClassName
{
background-color: #3F031B;
}
.BgClassName
{
background-color: #3F031B;
}
</style>
border-color css
<style>
span { border-color: #3F031B; }
span { border-color: rgb(63,3,27); }
td.TdClassName
{
border-color: #3F031B;
}
.TagClassName
{
border-color: #3F031B;
}
</style>