Shades of Blackberry #39031E
Tints of Blackberry #39031E
RGB
CMYK
RGB Variations
Color information
#39031E (or 0x39031E) is known color: Blackberry. HEX triplet: 39, 03 and 1E. RGB value is (57,3,30). Sum of RGB (Red+Green+Blue) = 57+3+30=90 (11% of max value = 765). Red value is 57 (22.66% from 255 or 63.33% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 57 - color contains mainly: red. Hex color #39031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39031E is #C6FCE1. Grayscale: #161616. Windows color (decimal): -13040866 or 1966905. OLE color: 1966905.
HSL color Cylindrical-coordinate representation of color #39031E: hue angle of 330º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #39031E is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 3 | 30 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.78 |
| HSL | 330º | 0.9% | 0.12% | - |
| HSV(B) | 330º | 0.95% | 0.22% | - |
| XYZ | 1.95 | 1.03 | 1.32 | - |
| YUV | 22.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 3 | 30 | 0 | 0.95 | 0.47 | 0.78 | 330 | 0.9 | 0.12 |
| Hex | 39 | 3 | 1E | 0 | 5F | 2F | 4E | 14A | 5A | C |
| Octal | 71 | 3 | 36 | 0 | 137 | 57 | 116 | 512 | 132 | 14 |
| Binary | 111001 | 11 | 11110 | 0 | 1011111 | 101111 | 1001110 | 101001010 | 1011010 | 1100 |
Color Harmonies of #39031E
Complementary color
Monochromatic Colors of #39031E
Black with #39031E
Text Example
Text Example
White with #39031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39031E; }
p { color: rgb(57,3,30); }
H1.HeaderClassName
{
color: #39031E;
}
.AnyTagClassName
{
color: #39031E;
}
</style>
background-color css
<style>
a { background-color: #39031E; }
a { background-color: rgb(57,3,30); }
div.DivClassName
{
background-color: #39031E;
}
.BgClassName
{
background-color: #39031E;
}
</style>
border-color css
<style>
span { border-color: #39031E; }
span { border-color: rgb(57,3,30); }
td.TdClassName
{
border-color: #39031E;
}
.TagClassName
{
border-color: #39031E;
}
</style>