Shades of Blackcurrant #1F102A
Tints of Blackcurrant #1F102A
RGB
CMYK
RGB Variations
Color information
#1F102A (or 0x1F102A) is known color: Blackcurrant. HEX triplet: 1F, 10 and 2A. RGB value is (31,16,42). Sum of RGB (Red+Green+Blue) = 31+16+42=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 42 (16.80% from 255 or 47.19% from 89); Max value from RGB is 42 - color contains mainly: blue. Hex color #1F102A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F102A is #E0EFD5. Grayscale: #171717. Windows color (decimal): -14741462 or 2756639. OLE color: 2756639.
HSL color Cylindrical-coordinate representation of color #1F102A: hue angle of 274.62º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F102A is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 16 | 42 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.84 |
| HSL | 274.62º | 0.45% | 0.11% | - |
| HSV(B) | 274.62º | 0.62% | 0.16% | - |
| XYZ | 1.17 | 0.83 | 2.29 | - |
| YUV | 23.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 42 | 0.26 | 0.62 | 0 | 0.84 | 274.62 | 0.45 | 0.11 |
| Hex | 1F | 10 | 2A | 1A | 3E | 0 | 54 | 113 | 2D | B |
| Octal | 37 | 20 | 52 | 32 | 76 | 0 | 124 | 423 | 55 | 13 |
| Binary | 11111 | 10000 | 101010 | 11010 | 111110 | 0 | 1010100 | 100010011 | 101101 | 1011 |
Color Harmonies of #1F102A
Complementary color
Monochromatic Colors of #1F102A
Black with #1F102A
Text Example
Text Example
White with #1F102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F102A; }
p { color: rgb(31,16,42); }
H1.HeaderClassName
{
color: #1F102A;
}
.AnyTagClassName
{
color: #1F102A;
}
</style>
background-color css
<style>
a { background-color: #1F102A; }
a { background-color: rgb(31,16,42); }
div.DivClassName
{
background-color: #1F102A;
}
.BgClassName
{
background-color: #1F102A;
}
</style>
border-color css
<style>
span { border-color: #1F102A; }
span { border-color: rgb(31,16,42); }
td.TdClassName
{
border-color: #1F102A;
}
.TagClassName
{
border-color: #1F102A;
}
</style>