Shades of Blackberry #38152B
Tints of Blackberry #38152B
RGB
CMYK
RGB Variations
Color information
#38152B (or 0x38152B) is known color: Blackberry. HEX triplet: 38, 15 and 2B. RGB value is (56,21,43). Sum of RGB (Red+Green+Blue) = 56+21+43=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #38152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38152B is #C7EAD4. Grayscale: #212121. Windows color (decimal): -13101781 or 2823480. OLE color: 2823480.
HSL color Cylindrical-coordinate representation of color #38152B: hue angle of 322.29º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38152B is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 21 | 43 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.78 |
| HSL | 322.29º | 0.45% | 0.15% | - |
| HSV(B) | 322.29º | 0.63% | 0.22% | - |
| XYZ | 2.34 | 1.55 | 2.46 | - |
| YUV | 33.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 21 | 43 | 0 | 0.63 | 0.23 | 0.78 | 322.29 | 0.45 | 0.15 |
| Hex | 38 | 15 | 2B | 0 | 3F | 17 | 4E | 142 | 2D | F |
| Octal | 70 | 25 | 53 | 0 | 77 | 27 | 116 | 502 | 55 | 17 |
| Binary | 111000 | 10101 | 101011 | 0 | 111111 | 10111 | 1001110 | 101000010 | 101101 | 1111 |
Color Harmonies of #38152B
Complementary color
Monochromatic Colors of #38152B
Black with #38152B
Text Example
Text Example
White with #38152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38152B; }
p { color: rgb(56,21,43); }
H1.HeaderClassName
{
color: #38152B;
}
.AnyTagClassName
{
color: #38152B;
}
</style>
background-color css
<style>
a { background-color: #38152B; }
a { background-color: rgb(56,21,43); }
div.DivClassName
{
background-color: #38152B;
}
.BgClassName
{
background-color: #38152B;
}
</style>
border-color css
<style>
span { border-color: #38152B; }
span { border-color: rgb(56,21,43); }
td.TdClassName
{
border-color: #38152B;
}
.TagClassName
{
border-color: #38152B;
}
</style>