Shades of Blackberry #38051D
Tints of Blackberry #38051D
RGB
CMYK
RGB Variations
Color information
#38051D (or 0x38051D) is known color: Blackberry. HEX triplet: 38, 05 and 1D. RGB value is (56,5,29). Sum of RGB (Red+Green+Blue) = 56+5+29=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #38051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38051D is #C7FAE2. Grayscale: #161616. Windows color (decimal): -13105891 or 1901880. OLE color: 1901880.
HSL color Cylindrical-coordinate representation of color #38051D: hue angle of 331.76º 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 #38051D is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 5 | 29 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.78 |
| HSL | 331.76º | 0.84% | 0.12% | - |
| HSV(B) | 331.76º | 0.91% | 0.22% | - |
| XYZ | 1.91 | 1.04 | 1.26 | - |
| YUV | 22.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 29 | 0 | 0.91 | 0.48 | 0.78 | 331.76 | 0.84 | 0.12 |
| Hex | 38 | 5 | 1D | 0 | 5B | 30 | 4E | 14C | 54 | C |
| Octal | 70 | 5 | 35 | 0 | 133 | 60 | 116 | 514 | 124 | 14 |
| Binary | 111000 | 101 | 11101 | 0 | 1011011 | 110000 | 1001110 | 101001100 | 1010100 | 1100 |
Color Harmonies of #38051D
Complementary color
Monochromatic Colors of #38051D
Black with #38051D
Text Example
Text Example
White with #38051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38051D; }
p { color: rgb(56,5,29); }
H1.HeaderClassName
{
color: #38051D;
}
.AnyTagClassName
{
color: #38051D;
}
</style>
background-color css
<style>
a { background-color: #38051D; }
a { background-color: rgb(56,5,29); }
div.DivClassName
{
background-color: #38051D;
}
.BgClassName
{
background-color: #38051D;
}
</style>
border-color css
<style>
span { border-color: #38051D; }
span { border-color: rgb(56,5,29); }
td.TdClassName
{
border-color: #38051D;
}
.TagClassName
{
border-color: #38051D;
}
</style>