Shades of Blackberry #380629
Tints of Blackberry #380629
RGB
CMYK
RGB Variations
Color information
#380629 (or 0x380629) is known color: Blackberry. HEX triplet: 38, 06 and 29. RGB value is (56,6,41). Sum of RGB (Red+Green+Blue) = 56+6+41=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 41 (16.41% from 255 or 39.81% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #380629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380629 is #C7F9D6. Grayscale: #181818. Windows color (decimal): -13105623 or 2688568. OLE color: 2688568.
HSL color Cylindrical-coordinate representation of color #380629: hue angle of 318º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #380629 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 6 | 41 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.78 |
| HSL | 318º | 0.81% | 0.12% | - |
| HSV(B) | 318º | 0.89% | 0.22% | - |
| XYZ | 2.1 | 1.13 | 2.21 | - |
| YUV | 24.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 6 | 41 | 0 | 0.89 | 0.27 | 0.78 | 318 | 0.81 | 0.12 |
| Hex | 38 | 6 | 29 | 0 | 59 | 1B | 4E | 13E | 51 | C |
| Octal | 70 | 6 | 51 | 0 | 131 | 33 | 116 | 476 | 121 | 14 |
| Binary | 111000 | 110 | 101001 | 0 | 1011001 | 11011 | 1001110 | 100111110 | 1010001 | 1100 |
Color Harmonies of #380629
Complementary color
Monochromatic Colors of #380629
Black with #380629
Text Example
Text Example
White with #380629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380629; }
p { color: rgb(56,6,41); }
H1.HeaderClassName
{
color: #380629;
}
.AnyTagClassName
{
color: #380629;
}
</style>
background-color css
<style>
a { background-color: #380629; }
a { background-color: rgb(56,6,41); }
div.DivClassName
{
background-color: #380629;
}
.BgClassName
{
background-color: #380629;
}
</style>
border-color css
<style>
span { border-color: #380629; }
span { border-color: rgb(56,6,41); }
td.TdClassName
{
border-color: #380629;
}
.TagClassName
{
border-color: #380629;
}
</style>