Shades of Blackberry #39022B
Tints of Blackberry #39022B
RGB
CMYK
RGB Variations
Color information
#39022B (or 0x39022B) is known color: Blackberry. HEX triplet: 39, 02 and 2B. RGB value is (57,2,43). Sum of RGB (Red+Green+Blue) = 57+2+43=102 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.88% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 57 - color contains mainly: red. Hex color #39022B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39022B is #C6FDD4. Grayscale: #171717. Windows color (decimal): -13041109 or 2818617. OLE color: 2818617.
HSL color Cylindrical-coordinate representation of color #39022B: hue angle of 315.27º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #39022B is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 2 | 43 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.78 |
| HSL | 315.27º | 0.93% | 0.12% | - |
| HSV(B) | 315.27º | 0.96% | 0.22% | - |
| XYZ | 2.15 | 1.09 | 2.38 | - |
| YUV | 23.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 43 | 0 | 0.96 | 0.25 | 0.78 | 315.27 | 0.93 | 0.12 |
| Hex | 39 | 2 | 2B | 0 | 60 | 19 | 4E | 13B | 5D | C |
| Octal | 71 | 2 | 53 | 0 | 140 | 31 | 116 | 473 | 135 | 14 |
| Binary | 111001 | 10 | 101011 | 0 | 1100000 | 11001 | 1001110 | 100111011 | 1011101 | 1100 |
Color Harmonies of #39022B
Complementary color
Monochromatic Colors of #39022B
Black with #39022B
Text Example
Text Example
White with #39022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39022B; }
p { color: rgb(57,2,43); }
H1.HeaderClassName
{
color: #39022B;
}
.AnyTagClassName
{
color: #39022B;
}
</style>
background-color css
<style>
a { background-color: #39022B; }
a { background-color: rgb(57,2,43); }
div.DivClassName
{
background-color: #39022B;
}
.BgClassName
{
background-color: #39022B;
}
</style>
border-color css
<style>
span { border-color: #39022B; }
span { border-color: rgb(57,2,43); }
td.TdClassName
{
border-color: #39022B;
}
.TagClassName
{
border-color: #39022B;
}
</style>