Shades of Blackcurrant #400253
Tints of Blackcurrant #400253
RGB
CMYK
RGB Variations
Color information
#400253 (or 0x400253) is known color: Blackcurrant. HEX triplet: 40, 02 and 53. RGB value is (64,2,83). Sum of RGB (Red+Green+Blue) = 64+2+83=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #400253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400253 is #BFFDAC. Grayscale: #1D1D1D. Windows color (decimal): -12582317 or 5440064. OLE color: 5440064.
HSL color Cylindrical-coordinate representation of color #400253: hue angle of 285.93º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400253 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 2 | 83 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.67 |
| HSL | 285.93º | 0.95% | 0.17% | - |
| HSV(B) | 285.93º | 0.98% | 0.33% | - |
| XYZ | 3.7 | 1.76 | 8.33 | - |
| YUV | 29.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 83 | 0.23 | 0.98 | 0 | 0.67 | 285.93 | 0.95 | 0.17 |
| Hex | 40 | 2 | 53 | 17 | 62 | 0 | 43 | 11E | 5F | 11 |
| Octal | 100 | 2 | 123 | 27 | 142 | 0 | 103 | 436 | 137 | 21 |
| Binary | 1000000 | 10 | 1010011 | 10111 | 1100010 | 0 | 1000011 | 100011110 | 1011111 | 10001 |
Color Harmonies of #400253
Complementary color
Monochromatic Colors of #400253
Black with #400253
Text Example
Text Example
White with #400253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400253; }
p { color: rgb(64,2,83); }
H1.HeaderClassName
{
color: #400253;
}
.AnyTagClassName
{
color: #400253;
}
</style>
background-color css
<style>
a { background-color: #400253; }
a { background-color: rgb(64,2,83); }
div.DivClassName
{
background-color: #400253;
}
.BgClassName
{
background-color: #400253;
}
</style>
border-color css
<style>
span { border-color: #400253; }
span { border-color: rgb(64,2,83); }
td.TdClassName
{
border-color: #400253;
}
.TagClassName
{
border-color: #400253;
}
</style>