Shades of Blackcurrant #20083C
Tints of Blackcurrant #20083C
RGB
CMYK
RGB Variations
Color information
#20083C (or 0x20083C) is known color: Blackcurrant. HEX triplet: 20, 08 and 3C. RGB value is (32,8,60). Sum of RGB (Red+Green+Blue) = 32+8+60=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 60 (23.83% from 255 or 60% from 100); Max value from RGB is 60 - color contains mainly: blue. Hex color #20083C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20083C is #DFF7C3. Grayscale: #141414. Windows color (decimal): -14677956 or 3934240. OLE color: 3934240.
HSL color Cylindrical-coordinate representation of color #20083C: hue angle of 267.69º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20083C is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 8 | 60 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.76 |
| HSL | 267.69º | 0.76% | 0.13% | - |
| HSV(B) | 267.69º | 0.87% | 0.24% | - |
| XYZ | 1.5 | 0.81 | 4.35 | - |
| YUV | 21.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 60 | 0.47 | 0.87 | 0 | 0.76 | 267.69 | 0.76 | 0.13 |
| Hex | 20 | 8 | 3C | 2F | 57 | 0 | 4C | 10C | 4C | D |
| Octal | 40 | 10 | 74 | 57 | 127 | 0 | 114 | 414 | 114 | 15 |
| Binary | 100000 | 1000 | 111100 | 101111 | 1010111 | 0 | 1001100 | 100001100 | 1001100 | 1101 |
Color Harmonies of #20083C
Complementary color
Monochromatic Colors of #20083C
Black with #20083C
Text Example
Text Example
White with #20083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20083C; }
p { color: rgb(32,8,60); }
H1.HeaderClassName
{
color: #20083C;
}
.AnyTagClassName
{
color: #20083C;
}
</style>
background-color css
<style>
a { background-color: #20083C; }
a { background-color: rgb(32,8,60); }
div.DivClassName
{
background-color: #20083C;
}
.BgClassName
{
background-color: #20083C;
}
</style>
border-color css
<style>
span { border-color: #20083C; }
span { border-color: rgb(32,8,60); }
td.TdClassName
{
border-color: #20083C;
}
.TagClassName
{
border-color: #20083C;
}
</style>