Shades of Blackberry #381528
Tints of Blackberry #381528
RGB
CMYK
RGB Variations
Color information
#381528 (or 0x381528) is known color: Blackberry. HEX triplet: 38, 15 and 28. RGB value is (56,21,40). Sum of RGB (Red+Green+Blue) = 56+21+40=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #381528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381528 is #C7EAD7. Grayscale: #212121. Windows color (decimal): -13101784 or 2626872. OLE color: 2626872.
HSL color Cylindrical-coordinate representation of color #381528: hue angle of 327.43º 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 #381528 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 21 | 40 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.78 |
| HSL | 327.43º | 0.45% | 0.15% | - |
| HSV(B) | 327.43º | 0.63% | 0.22% | - |
| XYZ | 2.28 | 1.53 | 2.18 | - |
| YUV | 33.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 21 | 40 | 0 | 0.63 | 0.29 | 0.78 | 327.43 | 0.45 | 0.15 |
| Hex | 38 | 15 | 28 | 0 | 3F | 1D | 4E | 147 | 2D | F |
| Octal | 70 | 25 | 50 | 0 | 77 | 35 | 116 | 507 | 55 | 17 |
| Binary | 111000 | 10101 | 101000 | 0 | 111111 | 11101 | 1001110 | 101000111 | 101101 | 1111 |
Color Harmonies of #381528
Complementary color
Monochromatic Colors of #381528
Black with #381528
Text Example
Text Example
White with #381528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381528; }
p { color: rgb(56,21,40); }
H1.HeaderClassName
{
color: #381528;
}
.AnyTagClassName
{
color: #381528;
}
</style>
background-color css
<style>
a { background-color: #381528; }
a { background-color: rgb(56,21,40); }
div.DivClassName
{
background-color: #381528;
}
.BgClassName
{
background-color: #381528;
}
</style>
border-color css
<style>
span { border-color: #381528; }
span { border-color: rgb(56,21,40); }
td.TdClassName
{
border-color: #381528;
}
.TagClassName
{
border-color: #381528;
}
</style>