Shades of Blackberry #380129
Tints of Blackberry #380129
RGB
CMYK
RGB Variations
Color information
#380129 (or 0x380129) is known color: Blackberry. HEX triplet: 38, 01 and 29. RGB value is (56,1,41). Sum of RGB (Red+Green+Blue) = 56+1+41=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #380129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380129 is #C7FED6. Grayscale: #151515. Windows color (decimal): -13106903 or 2687288. OLE color: 2687288.
HSL color Cylindrical-coordinate representation of color #380129: hue angle of 316.36º 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 #380129 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 1 | 41 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.78 |
| HSL | 316.36º | 0.96% | 0.11% | - |
| HSV(B) | 316.36º | 0.98% | 0.22% | - |
| XYZ | 2.04 | 1.02 | 2.19 | - |
| YUV | 22.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 41 | 0 | 0.98 | 0.27 | 0.78 | 316.36 | 0.96 | 0.11 |
| Hex | 38 | 1 | 29 | 0 | 62 | 1B | 4E | 13C | 60 | B |
| Octal | 70 | 1 | 51 | 0 | 142 | 33 | 116 | 474 | 140 | 13 |
| Binary | 111000 | 1 | 101001 | 0 | 1100010 | 11011 | 1001110 | 100111100 | 1100000 | 1011 |
Color Harmonies of #380129
Complementary color
Monochromatic Colors of #380129
Black with #380129
Text Example
Text Example
White with #380129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380129; }
p { color: rgb(56,1,41); }
H1.HeaderClassName
{
color: #380129;
}
.AnyTagClassName
{
color: #380129;
}
</style>
background-color css
<style>
a { background-color: #380129; }
a { background-color: rgb(56,1,41); }
div.DivClassName
{
background-color: #380129;
}
.BgClassName
{
background-color: #380129;
}
</style>
border-color css
<style>
span { border-color: #380129; }
span { border-color: rgb(56,1,41); }
td.TdClassName
{
border-color: #380129;
}
.TagClassName
{
border-color: #380129;
}
</style>