Shades of Blackcurrant #44004B
Tints of Blackcurrant #44004B
RGB
CMYK
RGB Variations
Color information
#44004B (or 0x44004B) is known color: Blackcurrant. HEX triplet: 44, 00 and 4B. RGB value is (68,0,75). Sum of RGB (Red+Green+Blue) = 68+0+75=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #44004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44004B is #BBFFB4. Grayscale: #1C1C1C. Windows color (decimal): -12320693 or 4915268. OLE color: 4915268.
HSL color Cylindrical-coordinate representation of color #44004B: hue angle of 294.4º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #44004B is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 0 | 75 | - |
| CMYK | 0.09 | 1 | 0 | 0.71 |
| HSL | 294.4º | 1% | 0.15% | - |
| HSV(B) | 294.4º | 1% | 0.29% | - |
| XYZ | 3.65 | 1.74 | 6.8 | - |
| YUV | 28.88 | 154.03 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 75 | 0.09 | 1 | 0 | 0.71 | 294.4 | 1 | 0.15 |
| Hex | 44 | 0 | 4B | 9 | 64 | 0 | 47 | 126 | 64 | F |
| Octal | 104 | 0 | 113 | 11 | 144 | 0 | 107 | 446 | 144 | 17 |
| Binary | 1000100 | 0 | 1001011 | 1001 | 1100100 | 0 | 1000111 | 100100110 | 1100100 | 1111 |
Color Harmonies of #44004B
Complementary color
Monochromatic Colors of #44004B
Black with #44004B
Text Example
Text Example
White with #44004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44004B; }
p { color: rgb(68,0,75); }
H1.HeaderClassName
{
color: #44004B;
}
.AnyTagClassName
{
color: #44004B;
}
</style>
background-color css
<style>
a { background-color: #44004B; }
a { background-color: rgb(68,0,75); }
div.DivClassName
{
background-color: #44004B;
}
.BgClassName
{
background-color: #44004B;
}
</style>
border-color css
<style>
span { border-color: #44004B; }
span { border-color: rgb(68,0,75); }
td.TdClassName
{
border-color: #44004B;
}
.TagClassName
{
border-color: #44004B;
}
</style>