Shades of Blackberry #380117
Tints of Blackberry #380117
RGB
CMYK
RGB Variations
Color information
#380117 (or 0x380117) is known color: Blackberry. HEX triplet: 38, 01 and 17. RGB value is (56,1,23). Sum of RGB (Red+Green+Blue) = 56+1+23=80 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 56 - color contains mainly: red. Hex color #380117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380117 is #C7FEE8. Grayscale: #131313. Windows color (decimal): -13106921 or 1507640. OLE color: 1507640.
HSL color Cylindrical-coordinate representation of color #380117: hue angle of 336º 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 #380117 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 1 | 23 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.78 |
| HSL | 336º | 0.96% | 0.11% | - |
| HSV(B) | 336º | 0.98% | 0.22% | - |
| XYZ | 1.8 | 0.92 | 0.89 | - |
| YUV | 19.95 | 129.72 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 23 | 0 | 0.98 | 0.59 | 0.78 | 336 | 0.96 | 0.11 |
| Hex | 38 | 1 | 17 | 0 | 62 | 3B | 4E | 150 | 60 | B |
| Octal | 70 | 1 | 27 | 0 | 142 | 73 | 116 | 520 | 140 | 13 |
| Binary | 111000 | 1 | 10111 | 0 | 1100010 | 111011 | 1001110 | 101010000 | 1100000 | 1011 |
Color Harmonies of #380117
Complementary color
Monochromatic Colors of #380117
Black with #380117
Text Example
Text Example
White with #380117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380117; }
p { color: rgb(56,1,23); }
H1.HeaderClassName
{
color: #380117;
}
.AnyTagClassName
{
color: #380117;
}
</style>
background-color css
<style>
a { background-color: #380117; }
a { background-color: rgb(56,1,23); }
div.DivClassName
{
background-color: #380117;
}
.BgClassName
{
background-color: #380117;
}
</style>
border-color css
<style>
span { border-color: #380117; }
span { border-color: rgb(56,1,23); }
td.TdClassName
{
border-color: #380117;
}
.TagClassName
{
border-color: #380117;
}
</style>