Shades of Blackcurrant #440252
Tints of Blackcurrant #440252
RGB
CMYK
RGB Variations
Color information
#440252 (or 0x440252) is known color: Blackcurrant. HEX triplet: 44, 02 and 52. RGB value is (68,2,82). Sum of RGB (Red+Green+Blue) = 68+2+82=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 82 (32.42% from 255 or 53.95% from 152); Max value from RGB is 82 - color contains mainly: blue. Hex color #440252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440252 is #BBFDAD. Grayscale: #1E1E1E. Windows color (decimal): -12320174 or 5374532. OLE color: 5374532.
HSL color Cylindrical-coordinate representation of color #440252: hue angle of 289.5º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #440252 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 2 | 82 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.68 |
| HSL | 289.5º | 0.95% | 0.16% | - |
| HSV(B) | 289.5º | 0.98% | 0.32% | - |
| XYZ | 3.93 | 1.88 | 8.14 | - |
| YUV | 30.85 | 156.87 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 2 | 82 | 0.17 | 0.98 | 0 | 0.68 | 289.5 | 0.95 | 0.16 |
| Hex | 44 | 2 | 52 | 11 | 62 | 0 | 44 | 122 | 5F | 10 |
| Octal | 104 | 2 | 122 | 21 | 142 | 0 | 104 | 442 | 137 | 20 |
| Binary | 1000100 | 10 | 1010010 | 10001 | 1100010 | 0 | 1000100 | 100100010 | 1011111 | 10000 |
Color Harmonies of #440252
Complementary color
Monochromatic Colors of #440252
Black with #440252
Text Example
Text Example
White with #440252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440252; }
p { color: rgb(68,2,82); }
H1.HeaderClassName
{
color: #440252;
}
.AnyTagClassName
{
color: #440252;
}
</style>
background-color css
<style>
a { background-color: #440252; }
a { background-color: rgb(68,2,82); }
div.DivClassName
{
background-color: #440252;
}
.BgClassName
{
background-color: #440252;
}
</style>
border-color css
<style>
span { border-color: #440252; }
span { border-color: rgb(68,2,82); }
td.TdClassName
{
border-color: #440252;
}
.TagClassName
{
border-color: #440252;
}
</style>