Shades of Blackberry #3F092F
Tints of Blackberry #3F092F
RGB
CMYK
RGB Variations
Color information
#3F092F (or 0x3F092F) is known color: Blackberry. HEX triplet: 3F, 09 and 2F. RGB value is (63,9,47). Sum of RGB (Red+Green+Blue) = 63+9+47=119 (15% of max value = 765). Red value is 63 (25% from 255 or 52.94% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 63 - color contains mainly: red. Hex color #3F092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F092F is #C0F6D0. Grayscale: #1D1D1D. Windows color (decimal): -12646097 or 3082559. OLE color: 3082559.
HSL color Cylindrical-coordinate representation of color #3F092F: hue angle of 317.78º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F092F is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 9 | 47 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.75 |
| HSL | 317.78º | 0.75% | 0.14% | - |
| HSV(B) | 317.78º | 0.86% | 0.25% | - |
| XYZ | 2.66 | 1.46 | 2.83 | - |
| YUV | 29.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 47 | 0 | 0.86 | 0.25 | 0.75 | 317.78 | 0.75 | 0.14 |
| Hex | 3F | 9 | 2F | 0 | 56 | 19 | 4B | 13E | 4B | E |
| Octal | 77 | 11 | 57 | 0 | 126 | 31 | 113 | 476 | 113 | 16 |
| Binary | 111111 | 1001 | 101111 | 0 | 1010110 | 11001 | 1001011 | 100111110 | 1001011 | 1110 |
Color Harmonies of #3F092F
Complementary color
Monochromatic Colors of #3F092F
Black with #3F092F
Text Example
Text Example
White with #3F092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F092F; }
p { color: rgb(63,9,47); }
H1.HeaderClassName
{
color: #3F092F;
}
.AnyTagClassName
{
color: #3F092F;
}
</style>
background-color css
<style>
a { background-color: #3F092F; }
a { background-color: rgb(63,9,47); }
div.DivClassName
{
background-color: #3F092F;
}
.BgClassName
{
background-color: #3F092F;
}
</style>
border-color css
<style>
span { border-color: #3F092F; }
span { border-color: rgb(63,9,47); }
td.TdClassName
{
border-color: #3F092F;
}
.TagClassName
{
border-color: #3F092F;
}
</style>