Shades of Blackberry #3F032D
Tints of Blackberry #3F032D
RGB
CMYK
RGB Variations
Color information
#3F032D (or 0x3F032D) is known color: Blackberry. HEX triplet: 3F, 03 and 2D. RGB value is (63,3,45). Sum of RGB (Red+Green+Blue) = 63+3+45=111 (14% of max value = 765). Red value is 63 (25% from 255 or 56.76% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 63 - color contains mainly: red. Hex color #3F032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F032D is #C0FCD2. Grayscale: #191919. Windows color (decimal): -12647635 or 2949951. OLE color: 2949951.
HSL color Cylindrical-coordinate representation of color #3F032D: hue angle of 318º 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 #3F032D is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 3 | 45 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.75 |
| HSL | 318º | 0.91% | 0.13% | - |
| HSV(B) | 318º | 0.95% | 0.25% | - |
| XYZ | 2.56 | 1.31 | 2.6 | - |
| YUV | 25.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 45 | 0 | 0.95 | 0.29 | 0.75 | 318 | 0.91 | 0.13 |
| Hex | 3F | 3 | 2D | 0 | 5F | 1D | 4B | 13E | 5B | D |
| Octal | 77 | 3 | 55 | 0 | 137 | 35 | 113 | 476 | 133 | 15 |
| Binary | 111111 | 11 | 101101 | 0 | 1011111 | 11101 | 1001011 | 100111110 | 1011011 | 1101 |
Color Harmonies of #3F032D
Complementary color
Monochromatic Colors of #3F032D
Black with #3F032D
Text Example
Text Example
White with #3F032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F032D; }
p { color: rgb(63,3,45); }
H1.HeaderClassName
{
color: #3F032D;
}
.AnyTagClassName
{
color: #3F032D;
}
</style>
background-color css
<style>
a { background-color: #3F032D; }
a { background-color: rgb(63,3,45); }
div.DivClassName
{
background-color: #3F032D;
}
.BgClassName
{
background-color: #3F032D;
}
</style>
border-color css
<style>
span { border-color: #3F032D; }
span { border-color: rgb(63,3,45); }
td.TdClassName
{
border-color: #3F032D;
}
.TagClassName
{
border-color: #3F032D;
}
</style>