Shades of Blackberry #38072B
Tints of Blackberry #38072B
RGB
CMYK
RGB Variations
Color information
#38072B (or 0x38072B) is known color: Blackberry. HEX triplet: 38, 07 and 2B. RGB value is (56,7,43). Sum of RGB (Red+Green+Blue) = 56+7+43=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #38072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38072B is #C7F8D4. Grayscale: #191919. Windows color (decimal): -13105365 or 2819896. OLE color: 2819896.
HSL color Cylindrical-coordinate representation of color #38072B: hue angle of 315.92º 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 #38072B is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 7 | 43 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.78 |
| HSL | 315.92º | 0.78% | 0.12% | - |
| HSV(B) | 315.92º | 0.88% | 0.22% | - |
| XYZ | 2.14 | 1.17 | 2.4 | - |
| YUV | 25.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 7 | 43 | 0 | 0.88 | 0.23 | 0.78 | 315.92 | 0.78 | 0.12 |
| Hex | 38 | 7 | 2B | 0 | 58 | 17 | 4E | 13C | 4E | C |
| Octal | 70 | 7 | 53 | 0 | 130 | 27 | 116 | 474 | 116 | 14 |
| Binary | 111000 | 111 | 101011 | 0 | 1011000 | 10111 | 1001110 | 100111100 | 1001110 | 1100 |
Color Harmonies of #38072B
Complementary color
Monochromatic Colors of #38072B
Black with #38072B
Text Example
Text Example
White with #38072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38072B; }
p { color: rgb(56,7,43); }
H1.HeaderClassName
{
color: #38072B;
}
.AnyTagClassName
{
color: #38072B;
}
</style>
background-color css
<style>
a { background-color: #38072B; }
a { background-color: rgb(56,7,43); }
div.DivClassName
{
background-color: #38072B;
}
.BgClassName
{
background-color: #38072B;
}
</style>
border-color css
<style>
span { border-color: #38072B; }
span { border-color: rgb(56,7,43); }
td.TdClassName
{
border-color: #38072B;
}
.TagClassName
{
border-color: #38072B;
}
</style>