Shades of Blackberry #39021B
Tints of Blackberry #39021B
RGB
CMYK
RGB Variations
Color information
#39021B (or 0x39021B) is known color: Blackberry. HEX triplet: 39, 02 and 1B. RGB value is (57,2,27). Sum of RGB (Red+Green+Blue) = 57+2+27=86 (11% of max value = 765). Red value is 57 (22.66% from 255 or 66.28% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 57 - color contains mainly: red. Hex color #39021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39021B is #C6FDE4. Grayscale: #151515. Windows color (decimal): -13041125 or 1770041. OLE color: 1770041.
HSL color Cylindrical-coordinate representation of color #39021B: hue angle of 332.73º 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 #39021B is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 2 | 27 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.78 |
| HSL | 332.73º | 0.93% | 0.12% | - |
| HSV(B) | 332.73º | 0.96% | 0.22% | - |
| XYZ | 1.91 | 0.99 | 1.13 | - |
| YUV | 21.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 27 | 0 | 0.96 | 0.53 | 0.78 | 332.73 | 0.93 | 0.12 |
| Hex | 39 | 2 | 1B | 0 | 60 | 35 | 4E | 14D | 5D | C |
| Octal | 71 | 2 | 33 | 0 | 140 | 65 | 116 | 515 | 135 | 14 |
| Binary | 111001 | 10 | 11011 | 0 | 1100000 | 110101 | 1001110 | 101001101 | 1011101 | 1100 |
Color Harmonies of #39021B
Complementary color
Monochromatic Colors of #39021B
Black with #39021B
Text Example
Text Example
White with #39021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39021B; }
p { color: rgb(57,2,27); }
H1.HeaderClassName
{
color: #39021B;
}
.AnyTagClassName
{
color: #39021B;
}
</style>
background-color css
<style>
a { background-color: #39021B; }
a { background-color: rgb(57,2,27); }
div.DivClassName
{
background-color: #39021B;
}
.BgClassName
{
background-color: #39021B;
}
</style>
border-color css
<style>
span { border-color: #39021B; }
span { border-color: rgb(57,2,27); }
td.TdClassName
{
border-color: #39021B;
}
.TagClassName
{
border-color: #39021B;
}
</style>