Shades of Blackberry #38091C
Tints of Blackberry #38091C
RGB
CMYK
RGB Variations
Color information
#38091C (or 0x38091C) is known color: Blackberry. HEX triplet: 38, 09 and 1C. RGB value is (56,9,28). Sum of RGB (Red+Green+Blue) = 56+9+28=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #38091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38091C is #C7F6E3. Grayscale: #191919. Windows color (decimal): -13104868 or 1837368. OLE color: 1837368.
HSL color Cylindrical-coordinate representation of color #38091C: hue angle of 335.74º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38091C is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 9 | 28 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.78 |
| HSL | 335.74º | 0.72% | 0.13% | - |
| HSV(B) | 335.74º | 0.84% | 0.22% | - |
| XYZ | 1.94 | 1.12 | 1.21 | - |
| YUV | 25.22 | 129.57 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 9 | 28 | 0 | 0.84 | 0.50 | 0.78 | 335.74 | 0.72 | 0.13 |
| Hex | 38 | 9 | 1C | 0 | 54 | 32 | 4E | 150 | 48 | D |
| Octal | 70 | 11 | 34 | 0 | 124 | 62 | 116 | 520 | 110 | 15 |
| Binary | 111000 | 1001 | 11100 | 0 | 1010100 | 110010 | 1001110 | 101010000 | 1001000 | 1101 |
Color Harmonies of #38091C
Complementary color
Monochromatic Colors of #38091C
Black with #38091C
Text Example
Text Example
White with #38091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38091C; }
p { color: rgb(56,9,28); }
H1.HeaderClassName
{
color: #38091C;
}
.AnyTagClassName
{
color: #38091C;
}
</style>
background-color css
<style>
a { background-color: #38091C; }
a { background-color: rgb(56,9,28); }
div.DivClassName
{
background-color: #38091C;
}
.BgClassName
{
background-color: #38091C;
}
</style>
border-color css
<style>
span { border-color: #38091C; }
span { border-color: rgb(56,9,28); }
td.TdClassName
{
border-color: #38091C;
}
.TagClassName
{
border-color: #38091C;
}
</style>