Shades of Blackcurrant #20083F
Tints of Blackcurrant #20083F
RGB
CMYK
RGB Variations
Color information
#20083F (or 0x20083F) is known color: Blackcurrant. HEX triplet: 20, 08 and 3F. RGB value is (32,8,63). Sum of RGB (Red+Green+Blue) = 32+8+63=103 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.07% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 63 (25% from 255 or 61.17% from 103); Max value from RGB is 63 - color contains mainly: blue. Hex color #20083F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20083F is #DFF7C0. Grayscale: #151515. Windows color (decimal): -14677953 or 4130848. OLE color: 4130848.
HSL color Cylindrical-coordinate representation of color #20083F: hue angle of 266.18º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20083F is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 8 | 63 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.75 |
| HSL | 266.18º | 0.77% | 0.14% | - |
| HSV(B) | 266.18º | 0.87% | 0.25% | - |
| XYZ | 1.58 | 0.84 | 4.78 | - |
| YUV | 21.45 | 151.45 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 63 | 0.49 | 0.87 | 0 | 0.75 | 266.18 | 0.77 | 0.14 |
| Hex | 20 | 8 | 3F | 31 | 57 | 0 | 4B | 10A | 4D | E |
| Octal | 40 | 10 | 77 | 61 | 127 | 0 | 113 | 412 | 115 | 16 |
| Binary | 100000 | 1000 | 111111 | 110001 | 1010111 | 0 | 1001011 | 100001010 | 1001101 | 1110 |
Color Harmonies of #20083F
Complementary color
Monochromatic Colors of #20083F
Black with #20083F
Text Example
Text Example
White with #20083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20083F; }
p { color: rgb(32,8,63); }
H1.HeaderClassName
{
color: #20083F;
}
.AnyTagClassName
{
color: #20083F;
}
</style>
background-color css
<style>
a { background-color: #20083F; }
a { background-color: rgb(32,8,63); }
div.DivClassName
{
background-color: #20083F;
}
.BgClassName
{
background-color: #20083F;
}
</style>
border-color css
<style>
span { border-color: #20083F; }
span { border-color: rgb(32,8,63); }
td.TdClassName
{
border-color: #20083F;
}
.TagClassName
{
border-color: #20083F;
}
</style>