Shades of Blackcurrant #38044B
Tints of Blackcurrant #38044B
RGB
CMYK
RGB Variations
Color information
#38044B (or 0x38044B) is known color: Blackcurrant. HEX triplet: 38, 04 and 4B. RGB value is (56,4,75). Sum of RGB (Red+Green+Blue) = 56+4+75=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 75 (29.69% from 255 or 55.56% from 135); Max value from RGB is 75 - color contains mainly: blue. Hex color #38044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38044B is #C7FBB4. Grayscale: #1B1B1B. Windows color (decimal): -13106101 or 4916280. OLE color: 4916280.
HSL color Cylindrical-coordinate representation of color #38044B: hue angle of 283.94º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #38044B is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 4 | 75 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.71 |
| HSL | 283.94º | 0.9% | 0.15% | - |
| HSV(B) | 283.94º | 0.95% | 0.29% | - |
| XYZ | 2.94 | 1.44 | 6.78 | - |
| YUV | 27.64 | 154.73 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 4 | 75 | 0.25 | 0.95 | 0 | 0.71 | 283.94 | 0.9 | 0.15 |
| Hex | 38 | 4 | 4B | 19 | 5F | 0 | 47 | 11C | 5A | F |
| Octal | 70 | 4 | 113 | 31 | 137 | 0 | 107 | 434 | 132 | 17 |
| Binary | 111000 | 100 | 1001011 | 11001 | 1011111 | 0 | 1000111 | 100011100 | 1011010 | 1111 |
Color Harmonies of #38044B
Complementary color
Monochromatic Colors of #38044B
Black with #38044B
Text Example
Text Example
White with #38044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38044B; }
p { color: rgb(56,4,75); }
H1.HeaderClassName
{
color: #38044B;
}
.AnyTagClassName
{
color: #38044B;
}
</style>
background-color css
<style>
a { background-color: #38044B; }
a { background-color: rgb(56,4,75); }
div.DivClassName
{
background-color: #38044B;
}
.BgClassName
{
background-color: #38044B;
}
</style>
border-color css
<style>
span { border-color: #38044B; }
span { border-color: rgb(56,4,75); }
td.TdClassName
{
border-color: #38044B;
}
.TagClassName
{
border-color: #38044B;
}
</style>