Shades of Blackberry #3F001E
Tints of Blackberry #3F001E
RGB
CMYK
RGB Variations
Color information
#3F001E (or 0x3F001E) is known color: Blackberry. HEX triplet: 3F, 00 and 1E. RGB value is (63,0,30). Sum of RGB (Red+Green+Blue) = 63+0+30=93 (12% of max value = 765). Red value is 63 (25% from 255 or 67.74% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 63 - color contains mainly: red. Hex color #3F001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F001E is #C0FFE1. Grayscale: #161616. Windows color (decimal): -12648418 or 1966143. OLE color: 1966143.
HSL color Cylindrical-coordinate representation of color #3F001E: hue angle of 331.43º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F001E is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.52 | 0.75 |
| HSL | 331.43º | 1% | 0.12% | - |
| HSV(B) | 331.43º | 1% | 0.25% | - |
| XYZ | 2.28 | 1.15 | 1.33 | - |
| YUV | 22.26 | 132.37 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 30 | 0 | 1 | 0.52 | 0.75 | 331.43 | 1 | 0.12 |
| Hex | 3F | 0 | 1E | 0 | 64 | 34 | 4B | 14B | 64 | C |
| Octal | 77 | 0 | 36 | 0 | 144 | 64 | 113 | 513 | 144 | 14 |
| Binary | 111111 | 0 | 11110 | 0 | 1100100 | 110100 | 1001011 | 101001011 | 1100100 | 1100 |
Color Harmonies of #3F001E
Complementary color
Monochromatic Colors of #3F001E
Black with #3F001E
Text Example
Text Example
White with #3F001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F001E; }
p { color: rgb(63,0,30); }
H1.HeaderClassName
{
color: #3F001E;
}
.AnyTagClassName
{
color: #3F001E;
}
</style>
background-color css
<style>
a { background-color: #3F001E; }
a { background-color: rgb(63,0,30); }
div.DivClassName
{
background-color: #3F001E;
}
.BgClassName
{
background-color: #3F001E;
}
</style>
border-color css
<style>
span { border-color: #3F001E; }
span { border-color: rgb(63,0,30); }
td.TdClassName
{
border-color: #3F001E;
}
.TagClassName
{
border-color: #3F001E;
}
</style>