Shades of Blackberry #38011B
Tints of Blackberry #38011B
RGB
CMYK
RGB Variations
Color information
#38011B (or 0x38011B) is known color: Blackberry. HEX triplet: 38, 01 and 1B. RGB value is (56,1,27). Sum of RGB (Red+Green+Blue) = 56+1+27=84 (11% of max value = 765). Red value is 56 (22.27% from 255 or 66.67% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 56 - color contains mainly: red. Hex color #38011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38011B is #C7FEE4. Grayscale: #141414. Windows color (decimal): -13106917 or 1769784. OLE color: 1769784.
HSL color Cylindrical-coordinate representation of color #38011B: hue angle of 331.64º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38011B is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 1 | 27 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.78 |
| HSL | 331.64º | 0.96% | 0.11% | - |
| HSV(B) | 331.64º | 0.98% | 0.22% | - |
| XYZ | 1.84 | 0.94 | 1.12 | - |
| YUV | 20.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 27 | 0 | 0.98 | 0.52 | 0.78 | 331.64 | 0.96 | 0.11 |
| Hex | 38 | 1 | 1B | 0 | 62 | 34 | 4E | 14C | 60 | B |
| Octal | 70 | 1 | 33 | 0 | 142 | 64 | 116 | 514 | 140 | 13 |
| Binary | 111000 | 1 | 11011 | 0 | 1100010 | 110100 | 1001110 | 101001100 | 1100000 | 1011 |
Color Harmonies of #38011B
Complementary color
Monochromatic Colors of #38011B
Black with #38011B
Text Example
Text Example
White with #38011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38011B; }
p { color: rgb(56,1,27); }
H1.HeaderClassName
{
color: #38011B;
}
.AnyTagClassName
{
color: #38011B;
}
</style>
background-color css
<style>
a { background-color: #38011B; }
a { background-color: rgb(56,1,27); }
div.DivClassName
{
background-color: #38011B;
}
.BgClassName
{
background-color: #38011B;
}
</style>
border-color css
<style>
span { border-color: #38011B; }
span { border-color: rgb(56,1,27); }
td.TdClassName
{
border-color: #38011B;
}
.TagClassName
{
border-color: #38011B;
}
</style>