Shades of Blackberry #38051A
Tints of Blackberry #38051A
RGB
CMYK
RGB Variations
Color information
#38051A (or 0x38051A) is known color: Blackberry. HEX triplet: 38, 05 and 1A. RGB value is (56,5,26). Sum of RGB (Red+Green+Blue) = 56+5+26=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #38051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38051A is #C7FAE5. Grayscale: #161616. Windows color (decimal): -13105894 or 1705272. OLE color: 1705272.
HSL color Cylindrical-coordinate representation of color #38051A: hue angle of 335.29º 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 #38051A is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 5 | 26 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.78 |
| HSL | 335.29º | 0.84% | 0.12% | - |
| HSV(B) | 335.29º | 0.91% | 0.22% | - |
| XYZ | 1.87 | 1.02 | 1.08 | - |
| YUV | 22.64 | 129.9 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 26 | 0 | 0.91 | 0.54 | 0.78 | 335.29 | 0.84 | 0.12 |
| Hex | 38 | 5 | 1A | 0 | 5B | 36 | 4E | 14F | 54 | C |
| Octal | 70 | 5 | 32 | 0 | 133 | 66 | 116 | 517 | 124 | 14 |
| Binary | 111000 | 101 | 11010 | 0 | 1011011 | 110110 | 1001110 | 101001111 | 1010100 | 1100 |
Color Harmonies of #38051A
Complementary color
Monochromatic Colors of #38051A
Black with #38051A
Text Example
Text Example
White with #38051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38051A; }
p { color: rgb(56,5,26); }
H1.HeaderClassName
{
color: #38051A;
}
.AnyTagClassName
{
color: #38051A;
}
</style>
background-color css
<style>
a { background-color: #38051A; }
a { background-color: rgb(56,5,26); }
div.DivClassName
{
background-color: #38051A;
}
.BgClassName
{
background-color: #38051A;
}
</style>
border-color css
<style>
span { border-color: #38051A; }
span { border-color: rgb(56,5,26); }
td.TdClassName
{
border-color: #38051A;
}
.TagClassName
{
border-color: #38051A;
}
</style>