Shades of Blackberry #3F031D
Tints of Blackberry #3F031D
RGB
CMYK
RGB Variations
Color information
#3F031D (or 0x3F031D) is known color: Blackberry. HEX triplet: 3F, 03 and 1D. RGB value is (63,3,29). Sum of RGB (Red+Green+Blue) = 63+3+29=95 (12% of max value = 765). Red value is 63 (25% from 255 or 66.32% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 63 - color contains mainly: red. Hex color #3F031D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F031D is #C0FCE2. Grayscale: #171717. Windows color (decimal): -12647651 or 1901375. OLE color: 1901375.
HSL color Cylindrical-coordinate representation of color #3F031D: hue angle of 334º 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 #3F031D is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 3 | 29 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.75 |
| HSL | 334º | 0.91% | 0.13% | - |
| HSV(B) | 334º | 0.95% | 0.25% | - |
| XYZ | 2.3 | 1.21 | 1.27 | - |
| YUV | 23.9 | 130.88 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 29 | 0 | 0.95 | 0.54 | 0.75 | 334 | 0.91 | 0.13 |
| Hex | 3F | 3 | 1D | 0 | 5F | 36 | 4B | 14E | 5B | D |
| Octal | 77 | 3 | 35 | 0 | 137 | 66 | 113 | 516 | 133 | 15 |
| Binary | 111111 | 11 | 11101 | 0 | 1011111 | 110110 | 1001011 | 101001110 | 1011011 | 1101 |
Color Harmonies of #3F031D
Complementary color
Monochromatic Colors of #3F031D
Black with #3F031D
Text Example
Text Example
White with #3F031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F031D; }
p { color: rgb(63,3,29); }
H1.HeaderClassName
{
color: #3F031D;
}
.AnyTagClassName
{
color: #3F031D;
}
</style>
background-color css
<style>
a { background-color: #3F031D; }
a { background-color: rgb(63,3,29); }
div.DivClassName
{
background-color: #3F031D;
}
.BgClassName
{
background-color: #3F031D;
}
</style>
border-color css
<style>
span { border-color: #3F031D; }
span { border-color: rgb(63,3,29); }
td.TdClassName
{
border-color: #3F031D;
}
.TagClassName
{
border-color: #3F031D;
}
</style>