Shades of Blackberry #381228
Tints of Blackberry #381228
RGB
CMYK
RGB Variations
Color information
#381228 (or 0x381228) is known color: Blackberry. HEX triplet: 38, 12 and 28. RGB value is (56,18,40). Sum of RGB (Red+Green+Blue) = 56+18+40=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #381228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381228 is #C7EDD7. Grayscale: #1F1F1F. Windows color (decimal): -13102552 or 2626104. OLE color: 2626104.
HSL color Cylindrical-coordinate representation of color #381228: hue angle of 325.26º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381228 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 18 | 40 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.78 |
| HSL | 325.26º | 0.51% | 0.15% | - |
| HSV(B) | 325.26º | 0.68% | 0.22% | - |
| XYZ | 2.23 | 1.43 | 2.17 | - |
| YUV | 31.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 18 | 40 | 0 | 0.68 | 0.29 | 0.78 | 325.26 | 0.51 | 0.15 |
| Hex | 38 | 12 | 28 | 0 | 44 | 1D | 4E | 145 | 33 | F |
| Octal | 70 | 22 | 50 | 0 | 104 | 35 | 116 | 505 | 63 | 17 |
| Binary | 111000 | 10010 | 101000 | 0 | 1000100 | 11101 | 1001110 | 101000101 | 110011 | 1111 |
Color Harmonies of #381228
Complementary color
Monochromatic Colors of #381228
Black with #381228
Text Example
Text Example
White with #381228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381228; }
p { color: rgb(56,18,40); }
H1.HeaderClassName
{
color: #381228;
}
.AnyTagClassName
{
color: #381228;
}
</style>
background-color css
<style>
a { background-color: #381228; }
a { background-color: rgb(56,18,40); }
div.DivClassName
{
background-color: #381228;
}
.BgClassName
{
background-color: #381228;
}
</style>
border-color css
<style>
span { border-color: #381228; }
span { border-color: rgb(56,18,40); }
td.TdClassName
{
border-color: #381228;
}
.TagClassName
{
border-color: #381228;
}
</style>