Shades of Blackcurrant #380C41
Tints of Blackcurrant #380C41
RGB
CMYK
RGB Variations
Color information
#380C41 (or 0x380C41) is known color: Blackcurrant. HEX triplet: 38, 0C and 41. RGB value is (56,12,65). Sum of RGB (Red+Green+Blue) = 56+12+65=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #380C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380C41 is #C7F3BE. Grayscale: #1F1F1F. Windows color (decimal): -13104063 or 4262968. OLE color: 4262968.
HSL color Cylindrical-coordinate representation of color #380C41: hue angle of 289.81º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #380C41 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 12 | 65 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.75 |
| HSL | 289.81º | 0.69% | 0.15% | - |
| HSV(B) | 289.81º | 0.82% | 0.25% | - |
| XYZ | 2.72 | 1.49 | 5.14 | - |
| YUV | 31.2 | 147.08 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 65 | 0.14 | 0.82 | 0 | 0.75 | 289.81 | 0.69 | 0.15 |
| Hex | 38 | C | 41 | E | 52 | 0 | 4B | 122 | 45 | F |
| Octal | 70 | 14 | 101 | 16 | 122 | 0 | 113 | 442 | 105 | 17 |
| Binary | 111000 | 1100 | 1000001 | 1110 | 1010010 | 0 | 1001011 | 100100010 | 1000101 | 1111 |
Color Harmonies of #380C41
Complementary color
Monochromatic Colors of #380C41
Black with #380C41
Text Example
Text Example
White with #380C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380C41; }
p { color: rgb(56,12,65); }
H1.HeaderClassName
{
color: #380C41;
}
.AnyTagClassName
{
color: #380C41;
}
</style>
background-color css
<style>
a { background-color: #380C41; }
a { background-color: rgb(56,12,65); }
div.DivClassName
{
background-color: #380C41;
}
.BgClassName
{
background-color: #380C41;
}
</style>
border-color css
<style>
span { border-color: #380C41; }
span { border-color: rgb(56,12,65); }
td.TdClassName
{
border-color: #380C41;
}
.TagClassName
{
border-color: #380C41;
}
</style>