Shades of Blackberry #39012F
Tints of Blackberry #39012F
RGB
CMYK
RGB Variations
Color information
#39012F (or 0x39012F) is known color: Blackberry. HEX triplet: 39, 01 and 2F. RGB value is (57,1,47). Sum of RGB (Red+Green+Blue) = 57+1+47=105 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.29% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 47 (18.75% from 255 or 44.76% from 105); Max value from RGB is 57 - color contains mainly: red. Hex color #39012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39012F is #C6FED0. Grayscale: #161616. Windows color (decimal): -13041361 or 3080505. OLE color: 3080505.
HSL color Cylindrical-coordinate representation of color #39012F: hue angle of 310.71º 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 #39012F is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 1 | 47 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.78 |
| HSL | 310.71º | 0.97% | 0.11% | - |
| HSV(B) | 310.71º | 0.98% | 0.22% | - |
| XYZ | 2.21 | 1.1 | 2.78 | - |
| YUV | 22.99 | 141.55 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 47 | 0 | 0.98 | 0.18 | 0.78 | 310.71 | 0.97 | 0.11 |
| Hex | 39 | 1 | 2F | 0 | 62 | 12 | 4E | 137 | 61 | B |
| Octal | 71 | 1 | 57 | 0 | 142 | 22 | 116 | 467 | 141 | 13 |
| Binary | 111001 | 1 | 101111 | 0 | 1100010 | 10010 | 1001110 | 100110111 | 1100001 | 1011 |
Color Harmonies of #39012F
Complementary color
Monochromatic Colors of #39012F
Black with #39012F
Text Example
Text Example
White with #39012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39012F; }
p { color: rgb(57,1,47); }
H1.HeaderClassName
{
color: #39012F;
}
.AnyTagClassName
{
color: #39012F;
}
</style>
background-color css
<style>
a { background-color: #39012F; }
a { background-color: rgb(57,1,47); }
div.DivClassName
{
background-color: #39012F;
}
.BgClassName
{
background-color: #39012F;
}
</style>
border-color css
<style>
span { border-color: #39012F; }
span { border-color: rgb(57,1,47); }
td.TdClassName
{
border-color: #39012F;
}
.TagClassName
{
border-color: #39012F;
}
</style>