Shades of Blackberry #38182B
Tints of Blackberry #38182B
RGB
CMYK
RGB Variations
Color information
#38182B (or 0x38182B) is known color: Blackberry. HEX triplet: 38, 18 and 2B. RGB value is (56,24,43). Sum of RGB (Red+Green+Blue) = 56+24+43=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #38182B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38182B is #C7E7D4. Grayscale: #232323. Windows color (decimal): -13101013 or 2824248. OLE color: 2824248.
HSL color Cylindrical-coordinate representation of color #38182B: hue angle of 324.38º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38182B is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 24 | 43 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.78 |
| HSL | 324.38º | 0.4% | 0.16% | - |
| HSV(B) | 324.38º | 0.57% | 0.22% | - |
| XYZ | 2.39 | 1.67 | 2.48 | - |
| YUV | 35.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 24 | 43 | 0 | 0.57 | 0.23 | 0.78 | 324.38 | 0.4 | 0.16 |
| Hex | 38 | 18 | 2B | 0 | 39 | 17 | 4E | 144 | 28 | 10 |
| Octal | 70 | 30 | 53 | 0 | 71 | 27 | 116 | 504 | 50 | 20 |
| Binary | 111000 | 11000 | 101011 | 0 | 111001 | 10111 | 1001110 | 101000100 | 101000 | 10000 |
Color Harmonies of #38182B
Complementary color
Monochromatic Colors of #38182B
Black with #38182B
Text Example
Text Example
White with #38182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38182B; }
p { color: rgb(56,24,43); }
H1.HeaderClassName
{
color: #38182B;
}
.AnyTagClassName
{
color: #38182B;
}
</style>
background-color css
<style>
a { background-color: #38182B; }
a { background-color: rgb(56,24,43); }
div.DivClassName
{
background-color: #38182B;
}
.BgClassName
{
background-color: #38182B;
}
</style>
border-color css
<style>
span { border-color: #38182B; }
span { border-color: rgb(56,24,43); }
td.TdClassName
{
border-color: #38182B;
}
.TagClassName
{
border-color: #38182B;
}
</style>