Shades of Blackberry #38041B
Tints of Blackberry #38041B
RGB
CMYK
RGB Variations
Color information
#38041B (or 0x38041B) is known color: Blackberry. HEX triplet: 38, 04 and 1B. RGB value is (56,4,27). Sum of RGB (Red+Green+Blue) = 56+4+27=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #38041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38041B is #C7FBE4. Grayscale: #161616. Windows color (decimal): -13106149 or 1770552. OLE color: 1770552.
HSL color Cylindrical-coordinate representation of color #38041B: hue angle of 333.46º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38041B is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 4 | 27 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.78 |
| HSL | 333.46º | 0.87% | 0.12% | - |
| HSV(B) | 333.46º | 0.93% | 0.22% | - |
| XYZ | 1.87 | 1.01 | 1.13 | - |
| YUV | 22.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 4 | 27 | 0 | 0.93 | 0.52 | 0.78 | 333.46 | 0.87 | 0.12 |
| Hex | 38 | 4 | 1B | 0 | 5D | 34 | 4E | 14D | 57 | C |
| Octal | 70 | 4 | 33 | 0 | 135 | 64 | 116 | 515 | 127 | 14 |
| Binary | 111000 | 100 | 11011 | 0 | 1011101 | 110100 | 1001110 | 101001101 | 1010111 | 1100 |
Color Harmonies of #38041B
Complementary color
Monochromatic Colors of #38041B
Black with #38041B
Text Example
Text Example
White with #38041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38041B; }
p { color: rgb(56,4,27); }
H1.HeaderClassName
{
color: #38041B;
}
.AnyTagClassName
{
color: #38041B;
}
</style>
background-color css
<style>
a { background-color: #38041B; }
a { background-color: rgb(56,4,27); }
div.DivClassName
{
background-color: #38041B;
}
.BgClassName
{
background-color: #38041B;
}
</style>
border-color css
<style>
span { border-color: #38041B; }
span { border-color: rgb(56,4,27); }
td.TdClassName
{
border-color: #38041B;
}
.TagClassName
{
border-color: #38041B;
}
</style>