Shades of Blackberry #38031B
Tints of Blackberry #38031B
RGB
CMYK
RGB Variations
Color information
#38031B (or 0x38031B) is known color: Blackberry. HEX triplet: 38, 03 and 1B. RGB value is (56,3,27). Sum of RGB (Red+Green+Blue) = 56+3+27=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #38031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38031B is #C7FCE4. Grayscale: #151515. Windows color (decimal): -13106405 or 1770296. OLE color: 1770296.
HSL color Cylindrical-coordinate representation of color #38031B: hue angle of 332.83º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #38031B is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 3 | 27 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.78 |
| HSL | 332.83º | 0.9% | 0.12% | - |
| HSV(B) | 332.83º | 0.95% | 0.22% | - |
| XYZ | 1.86 | 0.99 | 1.13 | - |
| YUV | 21.58 | 131.06 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 3 | 27 | 0 | 0.95 | 0.52 | 0.78 | 332.83 | 0.9 | 0.12 |
| Hex | 38 | 3 | 1B | 0 | 5F | 34 | 4E | 14D | 5A | C |
| Octal | 70 | 3 | 33 | 0 | 137 | 64 | 116 | 515 | 132 | 14 |
| Binary | 111000 | 11 | 11011 | 0 | 1011111 | 110100 | 1001110 | 101001101 | 1011010 | 1100 |
Color Harmonies of #38031B
Complementary color
Monochromatic Colors of #38031B
Black with #38031B
Text Example
Text Example
White with #38031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38031B; }
p { color: rgb(56,3,27); }
H1.HeaderClassName
{
color: #38031B;
}
.AnyTagClassName
{
color: #38031B;
}
</style>
background-color css
<style>
a { background-color: #38031B; }
a { background-color: rgb(56,3,27); }
div.DivClassName
{
background-color: #38031B;
}
.BgClassName
{
background-color: #38031B;
}
</style>
border-color css
<style>
span { border-color: #38031B; }
span { border-color: rgb(56,3,27); }
td.TdClassName
{
border-color: #38031B;
}
.TagClassName
{
border-color: #38031B;
}
</style>