Shades of Blackberry #3F081C
Tints of Blackberry #3F081C
RGB
CMYK
RGB Variations
Color information
#3F081C (or 0x3F081C) is known color: Blackberry. HEX triplet: 3F, 08 and 1C. RGB value is (63,8,28). Sum of RGB (Red+Green+Blue) = 63+8+28=99 (13% of max value = 765). Red value is 63 (25% from 255 or 63.64% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 63 - color contains mainly: red. Hex color #3F081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F081C is #C0F7E3. Grayscale: #1A1A1A. Windows color (decimal): -12646372 or 1837119. OLE color: 1837119.
HSL color Cylindrical-coordinate representation of color #3F081C: hue angle of 338.18º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F081C is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 8 | 28 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.75 |
| HSL | 338.18º | 0.77% | 0.14% | - |
| HSV(B) | 338.18º | 0.87% | 0.25% | - |
| XYZ | 2.35 | 1.31 | 1.23 | - |
| YUV | 26.73 | 128.72 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 28 | 0 | 0.87 | 0.56 | 0.75 | 338.18 | 0.77 | 0.14 |
| Hex | 3F | 8 | 1C | 0 | 57 | 38 | 4B | 152 | 4D | E |
| Octal | 77 | 10 | 34 | 0 | 127 | 70 | 113 | 522 | 115 | 16 |
| Binary | 111111 | 1000 | 11100 | 0 | 1010111 | 111000 | 1001011 | 101010010 | 1001101 | 1110 |
Color Harmonies of #3F081C
Complementary color
Monochromatic Colors of #3F081C
Black with #3F081C
Text Example
Text Example
White with #3F081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F081C; }
p { color: rgb(63,8,28); }
H1.HeaderClassName
{
color: #3F081C;
}
.AnyTagClassName
{
color: #3F081C;
}
</style>
background-color css
<style>
a { background-color: #3F081C; }
a { background-color: rgb(63,8,28); }
div.DivClassName
{
background-color: #3F081C;
}
.BgClassName
{
background-color: #3F081C;
}
</style>
border-color css
<style>
span { border-color: #3F081C; }
span { border-color: rgb(63,8,28); }
td.TdClassName
{
border-color: #3F081C;
}
.TagClassName
{
border-color: #3F081C;
}
</style>