Shades of Blackcurrant #38184B
Tints of Blackcurrant #38184B
RGB
CMYK
RGB Variations
Color information
#38184B (or 0x38184B) is known color: Blackcurrant. HEX triplet: 38, 18 and 4B. RGB value is (56,24,75). Sum of RGB (Red+Green+Blue) = 56+24+75=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #38184B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38184B is #C7E7B4. Grayscale: #272727. Windows color (decimal): -13100981 or 4921400. OLE color: 4921400.
HSL color Cylindrical-coordinate representation of color #38184B: hue angle of 277.65º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38184B is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 24 | 75 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.71 |
| HSL | 277.65º | 0.52% | 0.19% | - |
| HSV(B) | 277.65º | 0.68% | 0.29% | - |
| XYZ | 3.23 | 2 | 6.87 | - |
| YUV | 39.38 | 148.1 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 24 | 75 | 0.25 | 0.68 | 0 | 0.71 | 277.65 | 0.52 | 0.19 |
| Hex | 38 | 18 | 4B | 19 | 44 | 0 | 47 | 116 | 34 | 13 |
| Octal | 70 | 30 | 113 | 31 | 104 | 0 | 107 | 426 | 64 | 23 |
| Binary | 111000 | 11000 | 1001011 | 11001 | 1000100 | 0 | 1000111 | 100010110 | 110100 | 10011 |
Color Harmonies of #38184B
Complementary color
Monochromatic Colors of #38184B
Black with #38184B
Text Example
Text Example
White with #38184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38184B; }
p { color: rgb(56,24,75); }
H1.HeaderClassName
{
color: #38184B;
}
.AnyTagClassName
{
color: #38184B;
}
</style>
background-color css
<style>
a { background-color: #38184B; }
a { background-color: rgb(56,24,75); }
div.DivClassName
{
background-color: #38184B;
}
.BgClassName
{
background-color: #38184B;
}
</style>
border-color css
<style>
span { border-color: #38184B; }
span { border-color: rgb(56,24,75); }
td.TdClassName
{
border-color: #38184B;
}
.TagClassName
{
border-color: #38184B;
}
</style>