Shades of Blackberry #38061D
Tints of Blackberry #38061D
RGB
CMYK
RGB Variations
Color information
#38061D (or 0x38061D) is known color: Blackberry. HEX triplet: 38, 06 and 1D. RGB value is (56,6,29). Sum of RGB (Red+Green+Blue) = 56+6+29=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #38061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38061D is #C7F9E2. Grayscale: #171717. Windows color (decimal): -13105635 or 1902136. OLE color: 1902136.
HSL color Cylindrical-coordinate representation of color #38061D: hue angle of 332.4º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38061D is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 6 | 29 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.78 |
| HSL | 332.4º | 0.81% | 0.12% | - |
| HSV(B) | 332.4º | 0.89% | 0.22% | - |
| XYZ | 1.92 | 1.06 | 1.27 | - |
| YUV | 23.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 6 | 29 | 0 | 0.89 | 0.48 | 0.78 | 332.4 | 0.81 | 0.12 |
| Hex | 38 | 6 | 1D | 0 | 59 | 30 | 4E | 14C | 51 | C |
| Octal | 70 | 6 | 35 | 0 | 131 | 60 | 116 | 514 | 121 | 14 |
| Binary | 111000 | 110 | 11101 | 0 | 1011001 | 110000 | 1001110 | 101001100 | 1010001 | 1100 |
Color Harmonies of #38061D
Complementary color
Monochromatic Colors of #38061D
Black with #38061D
Text Example
Text Example
White with #38061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38061D; }
p { color: rgb(56,6,29); }
H1.HeaderClassName
{
color: #38061D;
}
.AnyTagClassName
{
color: #38061D;
}
</style>
background-color css
<style>
a { background-color: #38061D; }
a { background-color: rgb(56,6,29); }
div.DivClassName
{
background-color: #38061D;
}
.BgClassName
{
background-color: #38061D;
}
</style>
border-color css
<style>
span { border-color: #38061D; }
span { border-color: rgb(56,6,29); }
td.TdClassName
{
border-color: #38061D;
}
.TagClassName
{
border-color: #38061D;
}
</style>