Shades of Blackcurrant #1F102B
Tints of Blackcurrant #1F102B
RGB
CMYK
RGB Variations
Color information
#1F102B (or 0x1F102B) is known color: Blackcurrant. HEX triplet: 1F, 10 and 2B. RGB value is (31,16,43). Sum of RGB (Red+Green+Blue) = 31+16+43=90 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.44% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 43 (17.19% from 255 or 47.78% from 90); Max value from RGB is 43 - color contains mainly: blue. Hex color #1F102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F102B is #E0EFD4. Grayscale: #171717. Windows color (decimal): -14741461 or 2822175. OLE color: 2822175.
HSL color Cylindrical-coordinate representation of color #1F102B: hue angle of 273.33º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F102B is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 31 | 16 | 43 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.83 |
| HSL | 273.33º | 0.46% | 0.12% | - |
| HSV(B) | 273.33º | 0.63% | 0.17% | - |
| XYZ | 1.19 | 0.84 | 2.38 | - |
| YUV | 23.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 43 | 0.28 | 0.63 | 0 | 0.83 | 273.33 | 0.46 | 0.12 |
| Hex | 1F | 10 | 2B | 1C | 3F | 0 | 53 | 111 | 2E | C |
| Octal | 37 | 20 | 53 | 34 | 77 | 0 | 123 | 421 | 56 | 14 |
| Binary | 11111 | 10000 | 101011 | 11100 | 111111 | 0 | 1010011 | 100010001 | 101110 | 1100 |
Color Harmonies of #1F102B
Complementary color
Monochromatic Colors of #1F102B
Black with #1F102B
Text Example
Text Example
White with #1F102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F102B; }
p { color: rgb(31,16,43); }
H1.HeaderClassName
{
color: #1F102B;
}
.AnyTagClassName
{
color: #1F102B;
}
</style>
background-color css
<style>
a { background-color: #1F102B; }
a { background-color: rgb(31,16,43); }
div.DivClassName
{
background-color: #1F102B;
}
.BgClassName
{
background-color: #1F102B;
}
</style>
border-color css
<style>
span { border-color: #1F102B; }
span { border-color: rgb(31,16,43); }
td.TdClassName
{
border-color: #1F102B;
}
.TagClassName
{
border-color: #1F102B;
}
</style>