Shades of Blackberry #38072E
Tints of Blackberry #38072E
RGB
CMYK
RGB Variations
Color information
#38072E (or 0x38072E) is known color: Blackberry. HEX triplet: 38, 07 and 2E. RGB value is (56,7,46). Sum of RGB (Red+Green+Blue) = 56+7+46=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #38072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38072E is #C7F8D1. Grayscale: #191919. Windows color (decimal): -13105362 or 3016504. OLE color: 3016504.
HSL color Cylindrical-coordinate representation of color #38072E: hue angle of 312.24º 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 #38072E is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 7 | 46 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.78 |
| HSL | 312.24º | 0.78% | 0.12% | - |
| HSV(B) | 312.24º | 0.88% | 0.22% | - |
| XYZ | 2.2 | 1.19 | 2.7 | - |
| YUV | 26.1 | 139.23 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 7 | 46 | 0 | 0.88 | 0.18 | 0.78 | 312.24 | 0.78 | 0.12 |
| Hex | 38 | 7 | 2E | 0 | 58 | 12 | 4E | 138 | 4E | C |
| Octal | 70 | 7 | 56 | 0 | 130 | 22 | 116 | 470 | 116 | 14 |
| Binary | 111000 | 111 | 101110 | 0 | 1011000 | 10010 | 1001110 | 100111000 | 1001110 | 1100 |
Color Harmonies of #38072E
Complementary color
Monochromatic Colors of #38072E
Black with #38072E
Text Example
Text Example
White with #38072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38072E; }
p { color: rgb(56,7,46); }
H1.HeaderClassName
{
color: #38072E;
}
.AnyTagClassName
{
color: #38072E;
}
</style>
background-color css
<style>
a { background-color: #38072E; }
a { background-color: rgb(56,7,46); }
div.DivClassName
{
background-color: #38072E;
}
.BgClassName
{
background-color: #38072E;
}
</style>
border-color css
<style>
span { border-color: #38072E; }
span { border-color: rgb(56,7,46); }
td.TdClassName
{
border-color: #38072E;
}
.TagClassName
{
border-color: #38072E;
}
</style>