Shades of Blackberry #380119
Tints of Blackberry #380119
RGB
CMYK
RGB Variations
Color information
#380119 (or 0x380119) is known color: Blackberry. HEX triplet: 38, 01 and 19. RGB value is (56,1,25). Sum of RGB (Red+Green+Blue) = 56+1+25=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #380119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380119 is #C7FEE6. Grayscale: #141414. Windows color (decimal): -13106919 or 1638712. OLE color: 1638712.
HSL color Cylindrical-coordinate representation of color #380119: hue angle of 333.82º 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 #380119 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 1 | 25 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.78 |
| HSL | 333.82º | 0.96% | 0.11% | - |
| HSV(B) | 333.82º | 0.98% | 0.22% | - |
| XYZ | 1.82 | 0.93 | 1 | - |
| YUV | 20.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 25 | 0 | 0.98 | 0.55 | 0.78 | 333.82 | 0.96 | 0.11 |
| Hex | 38 | 1 | 19 | 0 | 62 | 37 | 4E | 14E | 60 | B |
| Octal | 70 | 1 | 31 | 0 | 142 | 67 | 116 | 516 | 140 | 13 |
| Binary | 111000 | 1 | 11001 | 0 | 1100010 | 110111 | 1001110 | 101001110 | 1100000 | 1011 |
Color Harmonies of #380119
Complementary color
Monochromatic Colors of #380119
Black with #380119
Text Example
Text Example
White with #380119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380119; }
p { color: rgb(56,1,25); }
H1.HeaderClassName
{
color: #380119;
}
.AnyTagClassName
{
color: #380119;
}
</style>
background-color css
<style>
a { background-color: #380119; }
a { background-color: rgb(56,1,25); }
div.DivClassName
{
background-color: #380119;
}
.BgClassName
{
background-color: #380119;
}
</style>
border-color css
<style>
span { border-color: #380119; }
span { border-color: rgb(56,1,25); }
td.TdClassName
{
border-color: #380119;
}
.TagClassName
{
border-color: #380119;
}
</style>