Shades of Blackcurrant #10051B
Tints of Blackcurrant #10051B
RGB
CMYK
RGB Variations
Color information
#10051B (or 0x10051B) is known color: Blackcurrant. HEX triplet: 10, 05 and 1B. RGB value is (16,5,27). Sum of RGB (Red+Green+Blue) = 16+5+27=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 27 (10.94% from 255 or 56.25% from 48); Max value from RGB is 27 - color contains mainly: blue. Hex color #10051B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10051B is #EFFAE4. Grayscale: #0A0A0A. Windows color (decimal): -15727333 or 1770768. OLE color: 1770768.
HSL color Cylindrical-coordinate representation of color #10051B: hue angle of 270º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #10051B is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 16 | 5 | 27 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.89 |
| HSL | 270º | 0.69% | 0.06% | - |
| HSV(B) | 270º | 0.81% | 0.11% | - |
| XYZ | 0.47 | 0.3 | 1.07 | - |
| YUV | 10.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 5 | 27 | 0.41 | 0.81 | 0 | 0.89 | 270 | 0.69 | 0.06 |
| Hex | 10 | 5 | 1B | 29 | 51 | 0 | 59 | 10E | 45 | 6 |
| Octal | 20 | 5 | 33 | 51 | 121 | 0 | 131 | 416 | 105 | 6 |
| Binary | 10000 | 101 | 11011 | 101001 | 1010001 | 0 | 1011001 | 100001110 | 1000101 | 110 |
Color Harmonies of #10051B
Complementary color
Monochromatic Colors of #10051B
Black with #10051B
Text Example
Text Example
White with #10051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10051B; }
p { color: rgb(16,5,27); }
H1.HeaderClassName
{
color: #10051B;
}
.AnyTagClassName
{
color: #10051B;
}
</style>
background-color css
<style>
a { background-color: #10051B; }
a { background-color: rgb(16,5,27); }
div.DivClassName
{
background-color: #10051B;
}
.BgClassName
{
background-color: #10051B;
}
</style>
border-color css
<style>
span { border-color: #10051B; }
span { border-color: rgb(16,5,27); }
td.TdClassName
{
border-color: #10051B;
}
.TagClassName
{
border-color: #10051B;
}
</style>