Shades of Blackberry #38172A
Tints of Blackberry #38172A
RGB
CMYK
RGB Variations
Color information
#38172A (or 0x38172A) is known color: Blackberry. HEX triplet: 38, 17 and 2A. RGB value is (56,23,42). Sum of RGB (Red+Green+Blue) = 56+23+42=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #38172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38172A is #C7E8D5. Grayscale: #222222. Windows color (decimal): -13101270 or 2758456. OLE color: 2758456.
HSL color Cylindrical-coordinate representation of color #38172A: hue angle of 325.45º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38172A is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 23 | 42 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.78 |
| HSL | 325.45º | 0.42% | 0.15% | - |
| HSV(B) | 325.45º | 0.59% | 0.22% | - |
| XYZ | 2.36 | 1.62 | 2.38 | - |
| YUV | 35.03 | 131.93 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 23 | 42 | 0 | 0.59 | 0.25 | 0.78 | 325.45 | 0.42 | 0.15 |
| Hex | 38 | 17 | 2A | 0 | 3B | 19 | 4E | 145 | 2A | F |
| Octal | 70 | 27 | 52 | 0 | 73 | 31 | 116 | 505 | 52 | 17 |
| Binary | 111000 | 10111 | 101010 | 0 | 111011 | 11001 | 1001110 | 101000101 | 101010 | 1111 |
Color Harmonies of #38172A
Complementary color
Monochromatic Colors of #38172A
Black with #38172A
Text Example
Text Example
White with #38172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38172A; }
p { color: rgb(56,23,42); }
H1.HeaderClassName
{
color: #38172A;
}
.AnyTagClassName
{
color: #38172A;
}
</style>
background-color css
<style>
a { background-color: #38172A; }
a { background-color: rgb(56,23,42); }
div.DivClassName
{
background-color: #38172A;
}
.BgClassName
{
background-color: #38172A;
}
</style>
border-color css
<style>
span { border-color: #38172A; }
span { border-color: rgb(56,23,42); }
td.TdClassName
{
border-color: #38172A;
}
.TagClassName
{
border-color: #38172A;
}
</style>