Shades of Blackberry #38092A
Tints of Blackberry #38092A
RGB
CMYK
RGB Variations
Color information
#38092A (or 0x38092A) is known color: Blackberry. HEX triplet: 38, 09 and 2A. RGB value is (56,9,42). Sum of RGB (Red+Green+Blue) = 56+9+42=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #38092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38092A is #C7F6D5. Grayscale: #1A1A1A. Windows color (decimal): -13104854 or 2754872. OLE color: 2754872.
HSL color Cylindrical-coordinate representation of color #38092A: hue angle of 317.87º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38092A is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 9 | 42 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.78 |
| HSL | 317.87º | 0.72% | 0.13% | - |
| HSV(B) | 317.87º | 0.84% | 0.22% | - |
| XYZ | 2.15 | 1.2 | 2.31 | - |
| YUV | 26.82 | 136.57 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 9 | 42 | 0 | 0.84 | 0.25 | 0.78 | 317.87 | 0.72 | 0.13 |
| Hex | 38 | 9 | 2A | 0 | 54 | 19 | 4E | 13E | 48 | D |
| Octal | 70 | 11 | 52 | 0 | 124 | 31 | 116 | 476 | 110 | 15 |
| Binary | 111000 | 1001 | 101010 | 0 | 1010100 | 11001 | 1001110 | 100111110 | 1001000 | 1101 |
Color Harmonies of #38092A
Complementary color
Monochromatic Colors of #38092A
Black with #38092A
Text Example
Text Example
White with #38092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38092A; }
p { color: rgb(56,9,42); }
H1.HeaderClassName
{
color: #38092A;
}
.AnyTagClassName
{
color: #38092A;
}
</style>
background-color css
<style>
a { background-color: #38092A; }
a { background-color: rgb(56,9,42); }
div.DivClassName
{
background-color: #38092A;
}
.BgClassName
{
background-color: #38092A;
}
</style>
border-color css
<style>
span { border-color: #38092A; }
span { border-color: rgb(56,9,42); }
td.TdClassName
{
border-color: #38092A;
}
.TagClassName
{
border-color: #38092A;
}
</style>