Shades of Blackberry #38082B
Tints of Blackberry #38082B
RGB
CMYK
RGB Variations
Color information
#38082B (or 0x38082B) is known color: Blackberry. HEX triplet: 38, 08 and 2B. RGB value is (56,8,43). Sum of RGB (Red+Green+Blue) = 56+8+43=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 43 (17.19% from 255 or 40.19% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #38082B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38082B is #C7F7D4. Grayscale: #1A1A1A. Windows color (decimal): -13105109 or 2820152. OLE color: 2820152.
HSL color Cylindrical-coordinate representation of color #38082B: hue angle of 316.25º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #38082B is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 8 | 43 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.78 |
| HSL | 316.25º | 0.75% | 0.13% | - |
| HSV(B) | 316.25º | 0.86% | 0.22% | - |
| XYZ | 2.15 | 1.19 | 2.4 | - |
| YUV | 26.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 8 | 43 | 0 | 0.86 | 0.23 | 0.78 | 316.25 | 0.75 | 0.13 |
| Hex | 38 | 8 | 2B | 0 | 56 | 17 | 4E | 13C | 4B | D |
| Octal | 70 | 10 | 53 | 0 | 126 | 27 | 116 | 474 | 113 | 15 |
| Binary | 111000 | 1000 | 101011 | 0 | 1010110 | 10111 | 1001110 | 100111100 | 1001011 | 1101 |
Color Harmonies of #38082B
Complementary color
Monochromatic Colors of #38082B
Black with #38082B
Text Example
Text Example
White with #38082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38082B; }
p { color: rgb(56,8,43); }
H1.HeaderClassName
{
color: #38082B;
}
.AnyTagClassName
{
color: #38082B;
}
</style>
background-color css
<style>
a { background-color: #38082B; }
a { background-color: rgb(56,8,43); }
div.DivClassName
{
background-color: #38082B;
}
.BgClassName
{
background-color: #38082B;
}
</style>
border-color css
<style>
span { border-color: #38082B; }
span { border-color: rgb(56,8,43); }
td.TdClassName
{
border-color: #38082B;
}
.TagClassName
{
border-color: #38082B;
}
</style>