Shades of Blackberry #3F0321
Tints of Blackberry #3F0321
RGB
CMYK
RGB Variations
Color information
#3F0321 (or 0x3F0321) is known color: Blackberry. HEX triplet: 3F, 03 and 21. RGB value is (63,3,33). Sum of RGB (Red+Green+Blue) = 63+3+33=99 (13% of max value = 765). Red value is 63 (25% from 255 or 63.64% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0321 is #C0FCDE. Grayscale: #181818. Windows color (decimal): -12647647 or 2163519. OLE color: 2163519.
HSL color Cylindrical-coordinate representation of color #3F0321: hue angle of 330º 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 #3F0321 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 3 | 33 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.75 |
| HSL | 330º | 0.91% | 0.13% | - |
| HSV(B) | 330º | 0.95% | 0.25% | - |
| XYZ | 2.36 | 1.23 | 1.55 | - |
| YUV | 24.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 33 | 0 | 0.95 | 0.48 | 0.75 | 330 | 0.91 | 0.13 |
| Hex | 3F | 3 | 21 | 0 | 5F | 30 | 4B | 14A | 5B | D |
| Octal | 77 | 3 | 41 | 0 | 137 | 60 | 113 | 512 | 133 | 15 |
| Binary | 111111 | 11 | 100001 | 0 | 1011111 | 110000 | 1001011 | 101001010 | 1011011 | 1101 |
Color Harmonies of #3F0321
Complementary color
Monochromatic Colors of #3F0321
Black with #3F0321
Text Example
Text Example
White with #3F0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0321; }
p { color: rgb(63,3,33); }
H1.HeaderClassName
{
color: #3F0321;
}
.AnyTagClassName
{
color: #3F0321;
}
</style>
background-color css
<style>
a { background-color: #3F0321; }
a { background-color: rgb(63,3,33); }
div.DivClassName
{
background-color: #3F0321;
}
.BgClassName
{
background-color: #3F0321;
}
</style>
border-color css
<style>
span { border-color: #3F0321; }
span { border-color: rgb(63,3,33); }
td.TdClassName
{
border-color: #3F0321;
}
.TagClassName
{
border-color: #3F0321;
}
</style>