Shades of Blackberry #38071B
Tints of Blackberry #38071B
RGB
CMYK
RGB Variations
Color information
#38071B (or 0x38071B) is known color: Blackberry. HEX triplet: 38, 07 and 1B. RGB value is (56,7,27). Sum of RGB (Red+Green+Blue) = 56+7+27=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #38071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38071B is #C7F8E4. Grayscale: #171717. Windows color (decimal): -13105381 or 1771320. OLE color: 1771320.
HSL color Cylindrical-coordinate representation of color #38071B: hue angle of 335.51º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38071B is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 7 | 27 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.78 |
| HSL | 335.51º | 0.78% | 0.12% | - |
| HSV(B) | 335.51º | 0.88% | 0.22% | - |
| XYZ | 1.9 | 1.07 | 1.14 | - |
| YUV | 23.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 7 | 27 | 0 | 0.88 | 0.52 | 0.78 | 335.51 | 0.78 | 0.12 |
| Hex | 38 | 7 | 1B | 0 | 58 | 34 | 4E | 150 | 4E | C |
| Octal | 70 | 7 | 33 | 0 | 130 | 64 | 116 | 520 | 116 | 14 |
| Binary | 111000 | 111 | 11011 | 0 | 1011000 | 110100 | 1001110 | 101010000 | 1001110 | 1100 |
Color Harmonies of #38071B
Complementary color
Monochromatic Colors of #38071B
Black with #38071B
Text Example
Text Example
White with #38071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38071B; }
p { color: rgb(56,7,27); }
H1.HeaderClassName
{
color: #38071B;
}
.AnyTagClassName
{
color: #38071B;
}
</style>
background-color css
<style>
a { background-color: #38071B; }
a { background-color: rgb(56,7,27); }
div.DivClassName
{
background-color: #38071B;
}
.BgClassName
{
background-color: #38071B;
}
</style>
border-color css
<style>
span { border-color: #38071B; }
span { border-color: rgb(56,7,27); }
td.TdClassName
{
border-color: #38071B;
}
.TagClassName
{
border-color: #38071B;
}
</style>