Shades of Blackcurrant #10011F
Tints of Blackcurrant #10011F
RGB
CMYK
RGB Variations
Color information
#10011F (or 0x10011F) is known color: Blackcurrant. HEX triplet: 10, 01 and 1F. RGB value is (16,1,31). Sum of RGB (Red+Green+Blue) = 16+1+31=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 31 (12.5% from 255 or 64.58% from 48); Max value from RGB is 31 - color contains mainly: blue. Hex color #10011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10011F is #EFFEE0. Grayscale: #080808. Windows color (decimal): -15728353 or 2031888. OLE color: 2031888.
HSL color Cylindrical-coordinate representation of color #10011F: hue angle of 270º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10011F is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 16 | 1 | 31 | - |
| CMYK | 0.48 | 0.97 | 0 | 0.88 |
| HSL | 270º | 0.94% | 0.06% | - |
| HSV(B) | 270º | 0.97% | 0.12% | - |
| XYZ | 0.47 | 0.23 | 1.32 | - |
| YUV | 8.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 31 | 0.48 | 0.97 | 0 | 0.88 | 270 | 0.94 | 0.06 |
| Hex | 10 | 1 | 1F | 30 | 61 | 0 | 58 | 10E | 5E | 6 |
| Octal | 20 | 1 | 37 | 60 | 141 | 0 | 130 | 416 | 136 | 6 |
| Binary | 10000 | 1 | 11111 | 110000 | 1100001 | 0 | 1011000 | 100001110 | 1011110 | 110 |
Color Harmonies of #10011F
Complementary color
Monochromatic Colors of #10011F
Black with #10011F
Text Example
Text Example
White with #10011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10011F; }
p { color: rgb(16,1,31); }
H1.HeaderClassName
{
color: #10011F;
}
.AnyTagClassName
{
color: #10011F;
}
</style>
background-color css
<style>
a { background-color: #10011F; }
a { background-color: rgb(16,1,31); }
div.DivClassName
{
background-color: #10011F;
}
.BgClassName
{
background-color: #10011F;
}
</style>
border-color css
<style>
span { border-color: #10011F; }
span { border-color: rgb(16,1,31); }
td.TdClassName
{
border-color: #10011F;
}
.TagClassName
{
border-color: #10011F;
}
</style>