Shades of Blackberry #38002F
Tints of Blackberry #38002F
RGB
CMYK
RGB Variations
Color information
#38002F (or 0x38002F) is known color: Blackberry. HEX triplet: 38, 00 and 2F. RGB value is (56,0,47). Sum of RGB (Red+Green+Blue) = 56+0+47=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #38002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38002F is #C7FFD0. Grayscale: #151515. Windows color (decimal): -13107153 or 3080248. OLE color: 3080248.
HSL color Cylindrical-coordinate representation of color #38002F: hue angle of 309.64º 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 #38002F is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.16 | 0.78 |
| HSL | 309.64º | 1% | 0.11% | - |
| HSV(B) | 309.64º | 1% | 0.22% | - |
| XYZ | 2.14 | 1.05 | 2.78 | - |
| YUV | 22.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 47 | 0 | 1 | 0.16 | 0.78 | 309.64 | 1 | 0.11 |
| Hex | 38 | 0 | 2F | 0 | 64 | 10 | 4E | 136 | 64 | B |
| Octal | 70 | 0 | 57 | 0 | 144 | 20 | 116 | 466 | 144 | 13 |
| Binary | 111000 | 0 | 101111 | 0 | 1100100 | 10000 | 1001110 | 100110110 | 1100100 | 1011 |
Color Harmonies of #38002F
Complementary color
Monochromatic Colors of #38002F
Black with #38002F
Text Example
Text Example
White with #38002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38002F; }
p { color: rgb(56,0,47); }
H1.HeaderClassName
{
color: #38002F;
}
.AnyTagClassName
{
color: #38002F;
}
</style>
background-color css
<style>
a { background-color: #38002F; }
a { background-color: rgb(56,0,47); }
div.DivClassName
{
background-color: #38002F;
}
.BgClassName
{
background-color: #38002F;
}
</style>
border-color css
<style>
span { border-color: #38002F; }
span { border-color: rgb(56,0,47); }
td.TdClassName
{
border-color: #38002F;
}
.TagClassName
{
border-color: #38002F;
}
</style>