Shades of Blackberry #38071E
Tints of Blackberry #38071E
RGB
CMYK
RGB Variations
Color information
#38071E (or 0x38071E) is known color: Blackberry. HEX triplet: 38, 07 and 1E. RGB value is (56,7,30). Sum of RGB (Red+Green+Blue) = 56+7+30=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 7 (3.12% from 255 or 7.53% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #38071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38071E is #C7F8E1. Grayscale: #181818. Windows color (decimal): -13105378 or 1967928. OLE color: 1967928.
HSL color Cylindrical-coordinate representation of color #38071E: hue angle of 331.84º 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 #38071E is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 7 | 30 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.78 |
| HSL | 331.84º | 0.78% | 0.12% | - |
| HSV(B) | 331.84º | 0.88% | 0.22% | - |
| XYZ | 1.94 | 1.09 | 1.34 | - |
| YUV | 24.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 7 | 30 | 0 | 0.88 | 0.46 | 0.78 | 331.84 | 0.78 | 0.12 |
| Hex | 38 | 7 | 1E | 0 | 58 | 2E | 4E | 14C | 4E | C |
| Octal | 70 | 7 | 36 | 0 | 130 | 56 | 116 | 514 | 116 | 14 |
| Binary | 111000 | 111 | 11110 | 0 | 1011000 | 101110 | 1001110 | 101001100 | 1001110 | 1100 |
Color Harmonies of #38071E
Complementary color
Monochromatic Colors of #38071E
Black with #38071E
Text Example
Text Example
White with #38071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38071E; }
p { color: rgb(56,7,30); }
H1.HeaderClassName
{
color: #38071E;
}
.AnyTagClassName
{
color: #38071E;
}
</style>
background-color css
<style>
a { background-color: #38071E; }
a { background-color: rgb(56,7,30); }
div.DivClassName
{
background-color: #38071E;
}
.BgClassName
{
background-color: #38071E;
}
</style>
border-color css
<style>
span { border-color: #38071E; }
span { border-color: rgb(56,7,30); }
td.TdClassName
{
border-color: #38071E;
}
.TagClassName
{
border-color: #38071E;
}
</style>