Shades of Blackberry #39011F
Tints of Blackberry #39011F
RGB
CMYK
RGB Variations
Color information
#39011F (or 0x39011F) is known color: Blackberry. HEX triplet: 39, 01 and 1F. RGB value is (57,1,31). Sum of RGB (Red+Green+Blue) = 57+1+31=89 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.04% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 57 - color contains mainly: red. Hex color #39011F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39011F is #C6FEE0. Grayscale: #151515. Windows color (decimal): -13041377 or 2031929. OLE color: 2031929.
HSL color Cylindrical-coordinate representation of color #39011F: hue angle of 327.86º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #39011F is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 1 | 31 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.78 |
| HSL | 327.86º | 0.97% | 0.11% | - |
| HSV(B) | 327.86º | 0.98% | 0.22% | - |
| XYZ | 1.95 | 0.99 | 1.38 | - |
| YUV | 21.16 | 133.55 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 31 | 0 | 0.98 | 0.46 | 0.78 | 327.86 | 0.97 | 0.11 |
| Hex | 39 | 1 | 1F | 0 | 62 | 2E | 4E | 148 | 61 | B |
| Octal | 71 | 1 | 37 | 0 | 142 | 56 | 116 | 510 | 141 | 13 |
| Binary | 111001 | 1 | 11111 | 0 | 1100010 | 101110 | 1001110 | 101001000 | 1100001 | 1011 |
Color Harmonies of #39011F
Complementary color
Monochromatic Colors of #39011F
Black with #39011F
Text Example
Text Example
White with #39011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39011F; }
p { color: rgb(57,1,31); }
H1.HeaderClassName
{
color: #39011F;
}
.AnyTagClassName
{
color: #39011F;
}
</style>
background-color css
<style>
a { background-color: #39011F; }
a { background-color: rgb(57,1,31); }
div.DivClassName
{
background-color: #39011F;
}
.BgClassName
{
background-color: #39011F;
}
</style>
border-color css
<style>
span { border-color: #39011F; }
span { border-color: rgb(57,1,31); }
td.TdClassName
{
border-color: #39011F;
}
.TagClassName
{
border-color: #39011F;
}
</style>