Shades of Blackberry #38011A
Tints of Blackberry #38011A
RGB
CMYK
RGB Variations
Color information
#38011A (or 0x38011A) is known color: Blackberry. HEX triplet: 38, 01 and 1A. RGB value is (56,1,26). Sum of RGB (Red+Green+Blue) = 56+1+26=83 (10% of max value = 765). Red value is 56 (22.27% from 255 or 67.47% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 56 - color contains mainly: red. Hex color #38011A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38011A is #C7FEE5. Grayscale: #141414. Windows color (decimal): -13106918 or 1704248. OLE color: 1704248.
HSL color Cylindrical-coordinate representation of color #38011A: hue angle of 332.73º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38011A is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 1 | 26 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.78 |
| HSL | 332.73º | 0.96% | 0.11% | - |
| HSV(B) | 332.73º | 0.98% | 0.22% | - |
| XYZ | 1.83 | 0.94 | 1.06 | - |
| YUV | 20.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 26 | 0 | 0.98 | 0.54 | 0.78 | 332.73 | 0.96 | 0.11 |
| Hex | 38 | 1 | 1A | 0 | 62 | 36 | 4E | 14D | 60 | B |
| Octal | 70 | 1 | 32 | 0 | 142 | 66 | 116 | 515 | 140 | 13 |
| Binary | 111000 | 1 | 11010 | 0 | 1100010 | 110110 | 1001110 | 101001101 | 1100000 | 1011 |
Color Harmonies of #38011A
Complementary color
Monochromatic Colors of #38011A
Black with #38011A
Text Example
Text Example
White with #38011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38011A; }
p { color: rgb(56,1,26); }
H1.HeaderClassName
{
color: #38011A;
}
.AnyTagClassName
{
color: #38011A;
}
</style>
background-color css
<style>
a { background-color: #38011A; }
a { background-color: rgb(56,1,26); }
div.DivClassName
{
background-color: #38011A;
}
.BgClassName
{
background-color: #38011A;
}
</style>
border-color css
<style>
span { border-color: #38011A; }
span { border-color: rgb(56,1,26); }
td.TdClassName
{
border-color: #38011A;
}
.TagClassName
{
border-color: #38011A;
}
</style>