Shades of Blackberry #38051E
Tints of Blackberry #38051E
RGB
CMYK
RGB Variations
Color information
#38051E (or 0x38051E) is known color: Blackberry. HEX triplet: 38, 05 and 1E. RGB value is (56,5,30). Sum of RGB (Red+Green+Blue) = 56+5+30=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #38051E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38051E is #C7FAE1. Grayscale: #171717. Windows color (decimal): -13105890 or 1967416. OLE color: 1967416.
HSL color Cylindrical-coordinate representation of color #38051E: hue angle of 330.59º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38051E is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 5 | 30 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.78 |
| HSL | 330.59º | 0.84% | 0.12% | - |
| HSV(B) | 330.59º | 0.91% | 0.22% | - |
| XYZ | 1.92 | 1.04 | 1.33 | - |
| YUV | 23.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 30 | 0 | 0.91 | 0.46 | 0.78 | 330.59 | 0.84 | 0.12 |
| Hex | 38 | 5 | 1E | 0 | 5B | 2E | 4E | 14B | 54 | C |
| Octal | 70 | 5 | 36 | 0 | 133 | 56 | 116 | 513 | 124 | 14 |
| Binary | 111000 | 101 | 11110 | 0 | 1011011 | 101110 | 1001110 | 101001011 | 1010100 | 1100 |
Color Harmonies of #38051E
Complementary color
Monochromatic Colors of #38051E
Black with #38051E
Text Example
Text Example
White with #38051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38051E; }
p { color: rgb(56,5,30); }
H1.HeaderClassName
{
color: #38051E;
}
.AnyTagClassName
{
color: #38051E;
}
</style>
background-color css
<style>
a { background-color: #38051E; }
a { background-color: rgb(56,5,30); }
div.DivClassName
{
background-color: #38051E;
}
.BgClassName
{
background-color: #38051E;
}
</style>
border-color css
<style>
span { border-color: #38051E; }
span { border-color: rgb(56,5,30); }
td.TdClassName
{
border-color: #38051E;
}
.TagClassName
{
border-color: #38051E;
}
</style>