Shades of Blackberry #38122C
Tints of Blackberry #38122C
RGB
CMYK
RGB Variations
Color information
#38122C (or 0x38122C) is known color: Blackberry. HEX triplet: 38, 12 and 2C. RGB value is (56,18,44). Sum of RGB (Red+Green+Blue) = 56+18+44=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #38122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38122C is #C7EDD3. Grayscale: #202020. Windows color (decimal): -13102548 or 2888248. OLE color: 2888248.
HSL color Cylindrical-coordinate representation of color #38122C: hue angle of 318.95º 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 #38122C is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 18 | 44 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.78 |
| HSL | 318.95º | 0.51% | 0.15% | - |
| HSV(B) | 318.95º | 0.68% | 0.22% | - |
| XYZ | 2.3 | 1.46 | 2.54 | - |
| YUV | 32.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 18 | 44 | 0 | 0.68 | 0.21 | 0.78 | 318.95 | 0.51 | 0.15 |
| Hex | 38 | 12 | 2C | 0 | 44 | 15 | 4E | 13F | 33 | F |
| Octal | 70 | 22 | 54 | 0 | 104 | 25 | 116 | 477 | 63 | 17 |
| Binary | 111000 | 10010 | 101100 | 0 | 1000100 | 10101 | 1001110 | 100111111 | 110011 | 1111 |
Color Harmonies of #38122C
Complementary color
Monochromatic Colors of #38122C
Black with #38122C
Text Example
Text Example
White with #38122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38122C; }
p { color: rgb(56,18,44); }
H1.HeaderClassName
{
color: #38122C;
}
.AnyTagClassName
{
color: #38122C;
}
</style>
background-color css
<style>
a { background-color: #38122C; }
a { background-color: rgb(56,18,44); }
div.DivClassName
{
background-color: #38122C;
}
.BgClassName
{
background-color: #38122C;
}
</style>
border-color css
<style>
span { border-color: #38122C; }
span { border-color: rgb(56,18,44); }
td.TdClassName
{
border-color: #38122C;
}
.TagClassName
{
border-color: #38122C;
}
</style>