Shades of Blackberry #38192E
Tints of Blackberry #38192E
RGB
CMYK
RGB Variations
Color information
#38192E (or 0x38192E) is known color: Blackberry. HEX triplet: 38, 19 and 2E. RGB value is (56,25,46). Sum of RGB (Red+Green+Blue) = 56+25+46=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #38192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38192E is #C7E6D1. Grayscale: #242424. Windows color (decimal): -13100754 or 3021112. OLE color: 3021112.
HSL color Cylindrical-coordinate representation of color #38192E: hue angle of 319.35º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38192E is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 25 | 46 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.78 |
| HSL | 319.35º | 0.38% | 0.16% | - |
| HSV(B) | 319.35º | 0.55% | 0.22% | - |
| XYZ | 2.47 | 1.73 | 2.79 | - |
| YUV | 36.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 25 | 46 | 0 | 0.55 | 0.18 | 0.78 | 319.35 | 0.38 | 0.16 |
| Hex | 38 | 19 | 2E | 0 | 37 | 12 | 4E | 13F | 26 | 10 |
| Octal | 70 | 31 | 56 | 0 | 67 | 22 | 116 | 477 | 46 | 20 |
| Binary | 111000 | 11001 | 101110 | 0 | 110111 | 10010 | 1001110 | 100111111 | 100110 | 10000 |
Color Harmonies of #38192E
Complementary color
Monochromatic Colors of #38192E
Black with #38192E
Text Example
Text Example
White with #38192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38192E; }
p { color: rgb(56,25,46); }
H1.HeaderClassName
{
color: #38192E;
}
.AnyTagClassName
{
color: #38192E;
}
</style>
background-color css
<style>
a { background-color: #38192E; }
a { background-color: rgb(56,25,46); }
div.DivClassName
{
background-color: #38192E;
}
.BgClassName
{
background-color: #38192E;
}
</style>
border-color css
<style>
span { border-color: #38192E; }
span { border-color: rgb(56,25,46); }
td.TdClassName
{
border-color: #38192E;
}
.TagClassName
{
border-color: #38192E;
}
</style>