Shades of Blackberry #38142A
Tints of Blackberry #38142A
RGB
CMYK
RGB Variations
Color information
#38142A (or 0x38142A) is known color: Blackberry. HEX triplet: 38, 14 and 2A. RGB value is (56,20,42). Sum of RGB (Red+Green+Blue) = 56+20+42=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #38142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38142A is #C7EBD5. Grayscale: #212121. Windows color (decimal): -13102038 or 2757688. OLE color: 2757688.
HSL color Cylindrical-coordinate representation of color #38142A: hue angle of 323.33º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38142A is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 20 | 42 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.78 |
| HSL | 323.33º | 0.47% | 0.15% | - |
| HSV(B) | 323.33º | 0.64% | 0.22% | - |
| XYZ | 2.3 | 1.51 | 2.36 | - |
| YUV | 33.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 42 | 0 | 0.64 | 0.25 | 0.78 | 323.33 | 0.47 | 0.15 |
| Hex | 38 | 14 | 2A | 0 | 40 | 19 | 4E | 143 | 2F | F |
| Octal | 70 | 24 | 52 | 0 | 100 | 31 | 116 | 503 | 57 | 17 |
| Binary | 111000 | 10100 | 101010 | 0 | 1000000 | 11001 | 1001110 | 101000011 | 101111 | 1111 |
Color Harmonies of #38142A
Complementary color
Monochromatic Colors of #38142A
Black with #38142A
Text Example
Text Example
White with #38142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38142A; }
p { color: rgb(56,20,42); }
H1.HeaderClassName
{
color: #38142A;
}
.AnyTagClassName
{
color: #38142A;
}
</style>
background-color css
<style>
a { background-color: #38142A; }
a { background-color: rgb(56,20,42); }
div.DivClassName
{
background-color: #38142A;
}
.BgClassName
{
background-color: #38142A;
}
</style>
border-color css
<style>
span { border-color: #38142A; }
span { border-color: rgb(56,20,42); }
td.TdClassName
{
border-color: #38142A;
}
.TagClassName
{
border-color: #38142A;
}
</style>