Shades of Blackberry #38102C
Tints of Blackberry #38102C
RGB
CMYK
RGB Variations
Color information
#38102C (or 0x38102C) is known color: Blackberry. HEX triplet: 38, 10 and 2C. RGB value is (56,16,44). Sum of RGB (Red+Green+Blue) = 56+16+44=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #38102C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38102C is #C7EFD3. Grayscale: #1F1F1F. Windows color (decimal): -13103060 or 2887736. OLE color: 2887736.
HSL color Cylindrical-coordinate representation of color #38102C: hue angle of 318º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38102C is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 16 | 44 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.78 |
| HSL | 318º | 0.56% | 0.14% | - |
| HSV(B) | 318º | 0.71% | 0.22% | - |
| XYZ | 2.27 | 1.39 | 2.53 | - |
| YUV | 31.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 16 | 44 | 0 | 0.71 | 0.21 | 0.78 | 318 | 0.56 | 0.14 |
| Hex | 38 | 10 | 2C | 0 | 47 | 15 | 4E | 13E | 38 | E |
| Octal | 70 | 20 | 54 | 0 | 107 | 25 | 116 | 476 | 70 | 16 |
| Binary | 111000 | 10000 | 101100 | 0 | 1000111 | 10101 | 1001110 | 100111110 | 111000 | 1110 |
Color Harmonies of #38102C
Complementary color
Monochromatic Colors of #38102C
Black with #38102C
Text Example
Text Example
White with #38102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38102C; }
p { color: rgb(56,16,44); }
H1.HeaderClassName
{
color: #38102C;
}
.AnyTagClassName
{
color: #38102C;
}
</style>
background-color css
<style>
a { background-color: #38102C; }
a { background-color: rgb(56,16,44); }
div.DivClassName
{
background-color: #38102C;
}
.BgClassName
{
background-color: #38102C;
}
</style>
border-color css
<style>
span { border-color: #38102C; }
span { border-color: rgb(56,16,44); }
td.TdClassName
{
border-color: #38102C;
}
.TagClassName
{
border-color: #38102C;
}
</style>