Shades of Blackberry #3F0322
Tints of Blackberry #3F0322
RGB
CMYK
RGB Variations
Color information
#3F0322 (or 0x3F0322) is known color: Blackberry. HEX triplet: 3F, 03 and 22. RGB value is (63,3,34). Sum of RGB (Red+Green+Blue) = 63+3+34=100 (13% of max value = 765). Red value is 63 (25% from 255 or 63% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0322 is #C0FCDD. Grayscale: #181818. Windows color (decimal): -12647646 or 2229055. OLE color: 2229055.
HSL color Cylindrical-coordinate representation of color #3F0322: hue angle of 329º 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 #3F0322 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 3 | 34 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.75 |
| HSL | 329º | 0.91% | 0.13% | - |
| HSV(B) | 329º | 0.95% | 0.25% | - |
| XYZ | 2.37 | 1.24 | 1.63 | - |
| YUV | 24.47 | 133.38 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 34 | 0 | 0.95 | 0.46 | 0.75 | 329 | 0.91 | 0.13 |
| Hex | 3F | 3 | 22 | 0 | 5F | 2E | 4B | 149 | 5B | D |
| Octal | 77 | 3 | 42 | 0 | 137 | 56 | 113 | 511 | 133 | 15 |
| Binary | 111111 | 11 | 100010 | 0 | 1011111 | 101110 | 1001011 | 101001001 | 1011011 | 1101 |
Color Harmonies of #3F0322
Complementary color
Monochromatic Colors of #3F0322
Black with #3F0322
Text Example
Text Example
White with #3F0322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0322; }
p { color: rgb(63,3,34); }
H1.HeaderClassName
{
color: #3F0322;
}
.AnyTagClassName
{
color: #3F0322;
}
</style>
background-color css
<style>
a { background-color: #3F0322; }
a { background-color: rgb(63,3,34); }
div.DivClassName
{
background-color: #3F0322;
}
.BgClassName
{
background-color: #3F0322;
}
</style>
border-color css
<style>
span { border-color: #3F0322; }
span { border-color: rgb(63,3,34); }
td.TdClassName
{
border-color: #3F0322;
}
.TagClassName
{
border-color: #3F0322;
}
</style>