Shades of Blackcurrant #10031D
Tints of Blackcurrant #10031D
RGB
CMYK
RGB Variations
Color information
#10031D (or 0x10031D) is known color: Blackcurrant. HEX triplet: 10, 03 and 1D. RGB value is (16,3,29). Sum of RGB (Red+Green+Blue) = 16+3+29=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 29 (11.72% from 255 or 60.42% from 48); Max value from RGB is 29 - color contains mainly: blue. Hex color #10031D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10031D is #EFFCE2. Grayscale: #090909. Windows color (decimal): -15727843 or 1901328. OLE color: 1901328.
HSL color Cylindrical-coordinate representation of color #10031D: hue angle of 270º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10031D is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 16 | 3 | 29 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.89 |
| HSL | 270º | 0.81% | 0.06% | - |
| HSV(B) | 270º | 0.9% | 0.11% | - |
| XYZ | 0.47 | 0.26 | 1.19 | - |
| YUV | 9.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 29 | 0.45 | 0.90 | 0 | 0.89 | 270 | 0.81 | 0.06 |
| Hex | 10 | 3 | 1D | 2D | 5A | 0 | 59 | 10E | 51 | 6 |
| Octal | 20 | 3 | 35 | 55 | 132 | 0 | 131 | 416 | 121 | 6 |
| Binary | 10000 | 11 | 11101 | 101101 | 1011010 | 0 | 1011001 | 100001110 | 1010001 | 110 |
Color Harmonies of #10031D
Complementary color
Monochromatic Colors of #10031D
Black with #10031D
Text Example
Text Example
White with #10031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10031D; }
p { color: rgb(16,3,29); }
H1.HeaderClassName
{
color: #10031D;
}
.AnyTagClassName
{
color: #10031D;
}
</style>
background-color css
<style>
a { background-color: #10031D; }
a { background-color: rgb(16,3,29); }
div.DivClassName
{
background-color: #10031D;
}
.BgClassName
{
background-color: #10031D;
}
</style>
border-color css
<style>
span { border-color: #10031D; }
span { border-color: rgb(16,3,29); }
td.TdClassName
{
border-color: #10031D;
}
.TagClassName
{
border-color: #10031D;
}
</style>