Shades of Blackberry #3F032C
Tints of Blackberry #3F032C
RGB
CMYK
RGB Variations
Color information
#3F032C (or 0x3F032C) is known color: Blackberry. HEX triplet: 3F, 03 and 2C. RGB value is (63,3,44). Sum of RGB (Red+Green+Blue) = 63+3+44=110 (14% of max value = 765). Red value is 63 (25% from 255 or 57.27% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 44 (17.58% from 255 or 40% from 110); Max value from RGB is 63 - color contains mainly: red. Hex color #3F032C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F032C is #C0FCD3. Grayscale: #191919. Windows color (decimal): -12647636 or 2884415. OLE color: 2884415.
HSL color Cylindrical-coordinate representation of color #3F032C: hue angle of 319º 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 #3F032C is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 3 | 44 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.75 |
| HSL | 319º | 0.91% | 0.13% | - |
| HSV(B) | 319º | 0.95% | 0.25% | - |
| XYZ | 2.54 | 1.3 | 2.5 | - |
| YUV | 25.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 44 | 0 | 0.95 | 0.30 | 0.75 | 319 | 0.91 | 0.13 |
| Hex | 3F | 3 | 2C | 0 | 5F | 1E | 4B | 13F | 5B | D |
| Octal | 77 | 3 | 54 | 0 | 137 | 36 | 113 | 477 | 133 | 15 |
| Binary | 111111 | 11 | 101100 | 0 | 1011111 | 11110 | 1001011 | 100111111 | 1011011 | 1101 |
Color Harmonies of #3F032C
Complementary color
Monochromatic Colors of #3F032C
Black with #3F032C
Text Example
Text Example
White with #3F032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F032C; }
p { color: rgb(63,3,44); }
H1.HeaderClassName
{
color: #3F032C;
}
.AnyTagClassName
{
color: #3F032C;
}
</style>
background-color css
<style>
a { background-color: #3F032C; }
a { background-color: rgb(63,3,44); }
div.DivClassName
{
background-color: #3F032C;
}
.BgClassName
{
background-color: #3F032C;
}
</style>
border-color css
<style>
span { border-color: #3F032C; }
span { border-color: rgb(63,3,44); }
td.TdClassName
{
border-color: #3F032C;
}
.TagClassName
{
border-color: #3F032C;
}
</style>