Shades of Blackberry #39012A
Tints of Blackberry #39012A
RGB
CMYK
RGB Variations
Color information
#39012A (or 0x39012A) is known color: Blackberry. HEX triplet: 39, 01 and 2A. RGB value is (57,1,42). Sum of RGB (Red+Green+Blue) = 57+1+42=100 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 57 - color contains mainly: red. Hex color #39012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39012A is #C6FED5. Grayscale: #161616. Windows color (decimal): -13041366 or 2752825. OLE color: 2752825.
HSL color Cylindrical-coordinate representation of color #39012A: hue angle of 316.07º 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 #39012A is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 1 | 42 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.78 |
| HSL | 316.07º | 0.97% | 0.11% | - |
| HSV(B) | 316.07º | 0.98% | 0.22% | - |
| XYZ | 2.12 | 1.06 | 2.28 | - |
| YUV | 22.42 | 139.05 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 42 | 0 | 0.98 | 0.26 | 0.78 | 316.07 | 0.97 | 0.11 |
| Hex | 39 | 1 | 2A | 0 | 62 | 1A | 4E | 13C | 61 | B |
| Octal | 71 | 1 | 52 | 0 | 142 | 32 | 116 | 474 | 141 | 13 |
| Binary | 111001 | 1 | 101010 | 0 | 1100010 | 11010 | 1001110 | 100111100 | 1100001 | 1011 |
Color Harmonies of #39012A
Complementary color
Monochromatic Colors of #39012A
Black with #39012A
Text Example
Text Example
White with #39012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39012A; }
p { color: rgb(57,1,42); }
H1.HeaderClassName
{
color: #39012A;
}
.AnyTagClassName
{
color: #39012A;
}
</style>
background-color css
<style>
a { background-color: #39012A; }
a { background-color: rgb(57,1,42); }
div.DivClassName
{
background-color: #39012A;
}
.BgClassName
{
background-color: #39012A;
}
</style>
border-color css
<style>
span { border-color: #39012A; }
span { border-color: rgb(57,1,42); }
td.TdClassName
{
border-color: #39012A;
}
.TagClassName
{
border-color: #39012A;
}
</style>