Shades of Blackcurrant #10061D
Tints of Blackcurrant #10061D
RGB
CMYK
RGB Variations
Color information
#10061D (or 0x10061D) is known color: Blackcurrant. HEX triplet: 10, 06 and 1D. RGB value is (16,6,29). Sum of RGB (Red+Green+Blue) = 16+6+29=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 6 (2.73% from 255 or 11.76% from 51); Blue value is 29 (11.72% from 255 or 56.86% from 51); Max value from RGB is 29 - color contains mainly: blue. Hex color #10061D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10061D is #EFF9E2. Grayscale: #0B0B0B. Windows color (decimal): -15727075 or 1902096. OLE color: 1902096.
HSL color Cylindrical-coordinate representation of color #10061D: hue angle of 266.09º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10061D is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 16 | 6 | 29 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.89 |
| HSL | 266.09º | 0.66% | 0.07% | - |
| HSV(B) | 266.09º | 0.79% | 0.11% | - |
| XYZ | 0.5 | 0.33 | 1.2 | - |
| YUV | 11.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 29 | 0.45 | 0.79 | 0 | 0.89 | 266.09 | 0.66 | 0.07 |
| Hex | 10 | 6 | 1D | 2D | 4F | 0 | 59 | 10A | 42 | 7 |
| Octal | 20 | 6 | 35 | 55 | 117 | 0 | 131 | 412 | 102 | 7 |
| Binary | 10000 | 110 | 11101 | 101101 | 1001111 | 0 | 1011001 | 100001010 | 1000010 | 111 |
Color Harmonies of #10061D
Complementary color
Monochromatic Colors of #10061D
Black with #10061D
Text Example
Text Example
White with #10061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10061D; }
p { color: rgb(16,6,29); }
H1.HeaderClassName
{
color: #10061D;
}
.AnyTagClassName
{
color: #10061D;
}
</style>
background-color css
<style>
a { background-color: #10061D; }
a { background-color: rgb(16,6,29); }
div.DivClassName
{
background-color: #10061D;
}
.BgClassName
{
background-color: #10061D;
}
</style>
border-color css
<style>
span { border-color: #10061D; }
span { border-color: rgb(16,6,29); }
td.TdClassName
{
border-color: #10061D;
}
.TagClassName
{
border-color: #10061D;
}
</style>