Shades of Blackcurrant #44014B
Tints of Blackcurrant #44014B
RGB
CMYK
RGB Variations
Color information
#44014B (or 0x44014B) is known color: Blackcurrant. HEX triplet: 44, 01 and 4B. RGB value is (68,1,75). Sum of RGB (Red+Green+Blue) = 68+1+75=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #44014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44014B is #BBFEB4. Grayscale: #1D1D1D. Windows color (decimal): -12320437 or 4915524. OLE color: 4915524.
HSL color Cylindrical-coordinate representation of color #44014B: hue angle of 294.32º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44014B is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 1 | 75 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.71 |
| HSL | 294.32º | 0.97% | 0.15% | - |
| HSV(B) | 294.32º | 0.99% | 0.29% | - |
| XYZ | 3.66 | 1.76 | 6.8 | - |
| YUV | 29.47 | 153.7 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 75 | 0.09 | 0.99 | 0 | 0.71 | 294.32 | 0.97 | 0.15 |
| Hex | 44 | 1 | 4B | 9 | 63 | 0 | 47 | 126 | 61 | F |
| Octal | 104 | 1 | 113 | 11 | 143 | 0 | 107 | 446 | 141 | 17 |
| Binary | 1000100 | 1 | 1001011 | 1001 | 1100011 | 0 | 1000111 | 100100110 | 1100001 | 1111 |
Color Harmonies of #44014B
Complementary color
Monochromatic Colors of #44014B
Black with #44014B
Text Example
Text Example
White with #44014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44014B; }
p { color: rgb(68,1,75); }
H1.HeaderClassName
{
color: #44014B;
}
.AnyTagClassName
{
color: #44014B;
}
</style>
background-color css
<style>
a { background-color: #44014B; }
a { background-color: rgb(68,1,75); }
div.DivClassName
{
background-color: #44014B;
}
.BgClassName
{
background-color: #44014B;
}
</style>
border-color css
<style>
span { border-color: #44014B; }
span { border-color: rgb(68,1,75); }
td.TdClassName
{
border-color: #44014B;
}
.TagClassName
{
border-color: #44014B;
}
</style>