Shades of Blackberry #38002A
Tints of Blackberry #38002A
RGB
CMYK
RGB Variations
Color information
#38002A (or 0x38002A) is known color: Blackberry. HEX triplet: 38, 00 and 2A. RGB value is (56,0,42). Sum of RGB (Red+Green+Blue) = 56+0+42=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #38002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38002A is #C7FFD5. Grayscale: #151515. Windows color (decimal): -13107158 or 2752568. OLE color: 2752568.
HSL color Cylindrical-coordinate representation of color #38002A: hue angle of 315º 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 #38002A is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.25 | 0.78 |
| HSL | 315º | 1% | 0.11% | - |
| HSV(B) | 315º | 1% | 0.22% | - |
| XYZ | 2.05 | 1.01 | 2.28 | - |
| YUV | 21.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 42 | 0 | 1 | 0.25 | 0.78 | 315 | 1 | 0.11 |
| Hex | 38 | 0 | 2A | 0 | 64 | 19 | 4E | 13B | 64 | B |
| Octal | 70 | 0 | 52 | 0 | 144 | 31 | 116 | 473 | 144 | 13 |
| Binary | 111000 | 0 | 101010 | 0 | 1100100 | 11001 | 1001110 | 100111011 | 1100100 | 1011 |
Color Harmonies of #38002A
Complementary color
Monochromatic Colors of #38002A
Black with #38002A
Text Example
Text Example
White with #38002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38002A; }
p { color: rgb(56,0,42); }
H1.HeaderClassName
{
color: #38002A;
}
.AnyTagClassName
{
color: #38002A;
}
</style>
background-color css
<style>
a { background-color: #38002A; }
a { background-color: rgb(56,0,42); }
div.DivClassName
{
background-color: #38002A;
}
.BgClassName
{
background-color: #38002A;
}
</style>
border-color css
<style>
span { border-color: #38002A; }
span { border-color: rgb(56,0,42); }
td.TdClassName
{
border-color: #38002A;
}
.TagClassName
{
border-color: #38002A;
}
</style>