Shades of Blackberry #3F012D
Tints of Blackberry #3F012D
RGB
CMYK
RGB Variations
Color information
#3F012D (or 0x3F012D) is known color: Blackberry. HEX triplet: 3F, 01 and 2D. RGB value is (63,1,45). Sum of RGB (Red+Green+Blue) = 63+1+45=109 (14% of max value = 765). Red value is 63 (25% from 255 or 57.80% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 45 (17.97% from 255 or 41.28% from 109); Max value from RGB is 63 - color contains mainly: red. Hex color #3F012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F012D is #C0FED2. Grayscale: #181818. Windows color (decimal): -12648147 or 2949439. OLE color: 2949439.
HSL color Cylindrical-coordinate representation of color #3F012D: hue angle of 317.42º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F012D is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 1 | 45 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.75 |
| HSL | 317.42º | 0.97% | 0.13% | - |
| HSV(B) | 317.42º | 0.98% | 0.25% | - |
| XYZ | 2.53 | 1.27 | 2.59 | - |
| YUV | 24.55 | 139.54 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 45 | 0 | 0.98 | 0.29 | 0.75 | 317.42 | 0.97 | 0.13 |
| Hex | 3F | 1 | 2D | 0 | 62 | 1D | 4B | 13D | 61 | D |
| Octal | 77 | 1 | 55 | 0 | 142 | 35 | 113 | 475 | 141 | 15 |
| Binary | 111111 | 1 | 101101 | 0 | 1100010 | 11101 | 1001011 | 100111101 | 1100001 | 1101 |
Color Harmonies of #3F012D
Complementary color
Monochromatic Colors of #3F012D
Black with #3F012D
Text Example
Text Example
White with #3F012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F012D; }
p { color: rgb(63,1,45); }
H1.HeaderClassName
{
color: #3F012D;
}
.AnyTagClassName
{
color: #3F012D;
}
</style>
background-color css
<style>
a { background-color: #3F012D; }
a { background-color: rgb(63,1,45); }
div.DivClassName
{
background-color: #3F012D;
}
.BgClassName
{
background-color: #3F012D;
}
</style>
border-color css
<style>
span { border-color: #3F012D; }
span { border-color: rgb(63,1,45); }
td.TdClassName
{
border-color: #3F012D;
}
.TagClassName
{
border-color: #3F012D;
}
</style>