Shades of Blackberry #3F031F
Tints of Blackberry #3F031F
RGB
CMYK
RGB Variations
Color information
#3F031F (or 0x3F031F) is known color: Blackberry. HEX triplet: 3F, 03 and 1F. RGB value is (63,3,31). Sum of RGB (Red+Green+Blue) = 63+3+31=97 (12% of max value = 765). Red value is 63 (25% from 255 or 64.95% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 63 - color contains mainly: red. Hex color #3F031F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F031F is #C0FCE0. Grayscale: #181818. Windows color (decimal): -12647649 or 2032447. OLE color: 2032447.
HSL color Cylindrical-coordinate representation of color #3F031F: hue angle of 332º 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 #3F031F is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 3 | 31 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.75 |
| HSL | 332º | 0.91% | 0.13% | - |
| HSV(B) | 332º | 0.95% | 0.25% | - |
| XYZ | 2.33 | 1.22 | 1.41 | - |
| YUV | 24.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 31 | 0 | 0.95 | 0.51 | 0.75 | 332 | 0.91 | 0.13 |
| Hex | 3F | 3 | 1F | 0 | 5F | 33 | 4B | 14C | 5B | D |
| Octal | 77 | 3 | 37 | 0 | 137 | 63 | 113 | 514 | 133 | 15 |
| Binary | 111111 | 11 | 11111 | 0 | 1011111 | 110011 | 1001011 | 101001100 | 1011011 | 1101 |
Color Harmonies of #3F031F
Complementary color
Monochromatic Colors of #3F031F
Black with #3F031F
Text Example
Text Example
White with #3F031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F031F; }
p { color: rgb(63,3,31); }
H1.HeaderClassName
{
color: #3F031F;
}
.AnyTagClassName
{
color: #3F031F;
}
</style>
background-color css
<style>
a { background-color: #3F031F; }
a { background-color: rgb(63,3,31); }
div.DivClassName
{
background-color: #3F031F;
}
.BgClassName
{
background-color: #3F031F;
}
</style>
border-color css
<style>
span { border-color: #3F031F; }
span { border-color: rgb(63,3,31); }
td.TdClassName
{
border-color: #3F031F;
}
.TagClassName
{
border-color: #3F031F;
}
</style>