Shades of Blackcurrant #10031C
Tints of Blackcurrant #10031C
RGB
CMYK
RGB Variations
Color information
#10031C (or 0x10031C) is known color: Blackcurrant. HEX triplet: 10, 03 and 1C. RGB value is (16,3,28). Sum of RGB (Red+Green+Blue) = 16+3+28=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 28 (11.33% from 255 or 59.57% from 47); Max value from RGB is 28 - color contains mainly: blue. Hex color #10031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10031C is #EFFCE3. Grayscale: #090909. Windows color (decimal): -15727844 or 1835792. OLE color: 1835792.
HSL color Cylindrical-coordinate representation of color #10031C: hue angle of 271.2º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10031C is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 16 | 3 | 28 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.89 |
| HSL | 271.2º | 0.81% | 0.06% | - |
| HSV(B) | 271.2º | 0.89% | 0.11% | - |
| XYZ | 0.46 | 0.26 | 1.12 | - |
| YUV | 9.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 28 | 0.43 | 0.89 | 0 | 0.89 | 271.2 | 0.81 | 0.06 |
| Hex | 10 | 3 | 1C | 2B | 59 | 0 | 59 | 10F | 51 | 6 |
| Octal | 20 | 3 | 34 | 53 | 131 | 0 | 131 | 417 | 121 | 6 |
| Binary | 10000 | 11 | 11100 | 101011 | 1011001 | 0 | 1011001 | 100001111 | 1010001 | 110 |
Color Harmonies of #10031C
Complementary color
Monochromatic Colors of #10031C
Black with #10031C
Text Example
Text Example
White with #10031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10031C; }
p { color: rgb(16,3,28); }
H1.HeaderClassName
{
color: #10031C;
}
.AnyTagClassName
{
color: #10031C;
}
</style>
background-color css
<style>
a { background-color: #10031C; }
a { background-color: rgb(16,3,28); }
div.DivClassName
{
background-color: #10031C;
}
.BgClassName
{
background-color: #10031C;
}
</style>
border-color css
<style>
span { border-color: #10031C; }
span { border-color: rgb(16,3,28); }
td.TdClassName
{
border-color: #10031C;
}
.TagClassName
{
border-color: #10031C;
}
</style>