Shades of Blackcurrant #380B45
Tints of Blackcurrant #380B45
RGB
CMYK
RGB Variations
Color information
#380B45 (or 0x380B45) is known color: Blackcurrant. HEX triplet: 38, 0B and 45. RGB value is (56,11,69). Sum of RGB (Red+Green+Blue) = 56+11+69=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 69 (27.34% from 255 or 50.74% from 136); Max value from RGB is 69 - color contains mainly: blue. Hex color #380B45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380B45 is #C7F4BA. Grayscale: #1E1E1E. Windows color (decimal): -13104315 or 4524856. OLE color: 4524856.
HSL color Cylindrical-coordinate representation of color #380B45: hue angle of 286.55º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #380B45 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 11 | 69 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.73 |
| HSL | 286.55º | 0.73% | 0.16% | - |
| HSV(B) | 286.55º | 0.84% | 0.27% | - |
| XYZ | 2.82 | 1.51 | 5.77 | - |
| YUV | 31.07 | 149.41 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 11 | 69 | 0.19 | 0.84 | 0 | 0.73 | 286.55 | 0.73 | 0.16 |
| Hex | 38 | B | 45 | 13 | 54 | 0 | 49 | 11F | 48 | 10 |
| Octal | 70 | 13 | 105 | 23 | 124 | 0 | 111 | 437 | 110 | 20 |
| Binary | 111000 | 1011 | 1000101 | 10011 | 1010100 | 0 | 1001001 | 100011111 | 1001000 | 10000 |
Color Harmonies of #380B45
Complementary color
Monochromatic Colors of #380B45
Black with #380B45
Text Example
Text Example
White with #380B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380B45; }
p { color: rgb(56,11,69); }
H1.HeaderClassName
{
color: #380B45;
}
.AnyTagClassName
{
color: #380B45;
}
</style>
background-color css
<style>
a { background-color: #380B45; }
a { background-color: rgb(56,11,69); }
div.DivClassName
{
background-color: #380B45;
}
.BgClassName
{
background-color: #380B45;
}
</style>
border-color css
<style>
span { border-color: #380B45; }
span { border-color: rgb(56,11,69); }
td.TdClassName
{
border-color: #380B45;
}
.TagClassName
{
border-color: #380B45;
}
</style>