Shades of Blackberry #38001B
Tints of Blackberry #38001B
RGB
CMYK
RGB Variations
Color information
#38001B (or 0x38001B) is known color: Blackberry. HEX triplet: 38, 00 and 1B. RGB value is (56,0,27). Sum of RGB (Red+Green+Blue) = 56+0+27=83 (10% of max value = 765). Red value is 56 (22.27% from 255 or 67.47% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 56 - color contains mainly: red. Hex color #38001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38001B is #C7FFE4. Grayscale: #131313. Windows color (decimal): -13107173 or 1769528. OLE color: 1769528.
HSL color Cylindrical-coordinate representation of color #38001B: hue angle of 331.07º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38001B is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.52 | 0.78 |
| HSL | 331.07º | 1% | 0.11% | - |
| HSV(B) | 331.07º | 1% | 0.22% | - |
| XYZ | 1.83 | 0.92 | 1.12 | - |
| YUV | 19.82 | 132.05 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 27 | 0 | 1 | 0.52 | 0.78 | 331.07 | 1 | 0.11 |
| Hex | 38 | 0 | 1B | 0 | 64 | 34 | 4E | 14B | 64 | B |
| Octal | 70 | 0 | 33 | 0 | 144 | 64 | 116 | 513 | 144 | 13 |
| Binary | 111000 | 0 | 11011 | 0 | 1100100 | 110100 | 1001110 | 101001011 | 1100100 | 1011 |
Color Harmonies of #38001B
Complementary color
Monochromatic Colors of #38001B
Black with #38001B
Text Example
Text Example
White with #38001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38001B; }
p { color: rgb(56,0,27); }
H1.HeaderClassName
{
color: #38001B;
}
.AnyTagClassName
{
color: #38001B;
}
</style>
background-color css
<style>
a { background-color: #38001B; }
a { background-color: rgb(56,0,27); }
div.DivClassName
{
background-color: #38001B;
}
.BgClassName
{
background-color: #38001B;
}
</style>
border-color css
<style>
span { border-color: #38001B; }
span { border-color: rgb(56,0,27); }
td.TdClassName
{
border-color: #38001B;
}
.TagClassName
{
border-color: #38001B;
}
</style>