Shades of Blackberry #3F0433
Tints of Blackberry #3F0433
RGB
CMYK
RGB Variations
Color information
#3F0433 (or 0x3F0433) is known color: Blackberry. HEX triplet: 3F, 04 and 33. RGB value is (63,4,51). Sum of RGB (Red+Green+Blue) = 63+4+51=118 (15% of max value = 765). Red value is 63 (25% from 255 or 53.39% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0433 is #C0FBCC. Grayscale: #1A1A1A. Windows color (decimal): -12647373 or 3343423. OLE color: 3343423.
HSL color Cylindrical-coordinate representation of color #3F0433: hue angle of 312.2º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0433 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 4 | 51 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.75 |
| HSL | 312.2º | 0.88% | 0.13% | - |
| HSV(B) | 312.2º | 0.94% | 0.25% | - |
| XYZ | 2.69 | 1.38 | 3.26 | - |
| YUV | 27 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 51 | 0 | 0.94 | 0.19 | 0.75 | 312.2 | 0.88 | 0.13 |
| Hex | 3F | 4 | 33 | 0 | 5E | 13 | 4B | 138 | 58 | D |
| Octal | 77 | 4 | 63 | 0 | 136 | 23 | 113 | 470 | 130 | 15 |
| Binary | 111111 | 100 | 110011 | 0 | 1011110 | 10011 | 1001011 | 100111000 | 1011000 | 1101 |
Color Harmonies of #3F0433
Complementary color
Monochromatic Colors of #3F0433
Black with #3F0433
Text Example
Text Example
White with #3F0433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0433; }
p { color: rgb(63,4,51); }
H1.HeaderClassName
{
color: #3F0433;
}
.AnyTagClassName
{
color: #3F0433;
}
</style>
background-color css
<style>
a { background-color: #3F0433; }
a { background-color: rgb(63,4,51); }
div.DivClassName
{
background-color: #3F0433;
}
.BgClassName
{
background-color: #3F0433;
}
</style>
border-color css
<style>
span { border-color: #3F0433; }
span { border-color: rgb(63,4,51); }
td.TdClassName
{
border-color: #3F0433;
}
.TagClassName
{
border-color: #3F0433;
}
</style>