Shades of Blackberry #3F031C
Tints of Blackberry #3F031C
RGB
CMYK
RGB Variations
Color information
#3F031C (or 0x3F031C) is known color: Blackberry. HEX triplet: 3F, 03 and 1C. RGB value is (63,3,28). Sum of RGB (Red+Green+Blue) = 63+3+28=94 (12% of max value = 765). Red value is 63 (25% from 255 or 67.02% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 63 - color contains mainly: red. Hex color #3F031C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F031C is #C0FCE3. Grayscale: #171717. Windows color (decimal): -12647652 or 1835839. OLE color: 1835839.
HSL color Cylindrical-coordinate representation of color #3F031C: hue angle of 335º 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 #3F031C is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 3 | 28 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.75 |
| HSL | 335º | 0.91% | 0.13% | - |
| HSV(B) | 335º | 0.95% | 0.25% | - |
| XYZ | 2.29 | 1.21 | 1.21 | - |
| YUV | 23.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 28 | 0 | 0.95 | 0.56 | 0.75 | 335 | 0.91 | 0.13 |
| Hex | 3F | 3 | 1C | 0 | 5F | 38 | 4B | 14F | 5B | D |
| Octal | 77 | 3 | 34 | 0 | 137 | 70 | 113 | 517 | 133 | 15 |
| Binary | 111111 | 11 | 11100 | 0 | 1011111 | 111000 | 1001011 | 101001111 | 1011011 | 1101 |
Color Harmonies of #3F031C
Complementary color
Monochromatic Colors of #3F031C
Black with #3F031C
Text Example
Text Example
White with #3F031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F031C; }
p { color: rgb(63,3,28); }
H1.HeaderClassName
{
color: #3F031C;
}
.AnyTagClassName
{
color: #3F031C;
}
</style>
background-color css
<style>
a { background-color: #3F031C; }
a { background-color: rgb(63,3,28); }
div.DivClassName
{
background-color: #3F031C;
}
.BgClassName
{
background-color: #3F031C;
}
</style>
border-color css
<style>
span { border-color: #3F031C; }
span { border-color: rgb(63,3,28); }
td.TdClassName
{
border-color: #3F031C;
}
.TagClassName
{
border-color: #3F031C;
}
</style>