Shades of Blackcurrant #1F152B
Tints of Blackcurrant #1F152B
RGB
CMYK
RGB Variations
Color information
#1F152B (or 0x1F152B) is known color: Blackcurrant. HEX triplet: 1F, 15 and 2B. RGB value is (31,21,43). Sum of RGB (Red+Green+Blue) = 31+21+43=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 43 - color contains mainly: blue. Hex color #1F152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F152B is #E0EAD4. Grayscale: #1A1A1A. Windows color (decimal): -14740181 or 2823455. OLE color: 2823455.
HSL color Cylindrical-coordinate representation of color #1F152B: hue angle of 267.27º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1F152B is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 31 | 21 | 43 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.83 |
| HSL | 267.27º | 0.34% | 0.13% | - |
| HSV(B) | 267.27º | 0.51% | 0.17% | - |
| XYZ | 1.27 | 1 | 2.41 | - |
| YUV | 26.5 | 137.31 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 21 | 43 | 0.28 | 0.51 | 0 | 0.83 | 267.27 | 0.34 | 0.13 |
| Hex | 1F | 15 | 2B | 1C | 33 | 0 | 53 | 10B | 22 | D |
| Octal | 37 | 25 | 53 | 34 | 63 | 0 | 123 | 413 | 42 | 15 |
| Binary | 11111 | 10101 | 101011 | 11100 | 110011 | 0 | 1010011 | 100001011 | 100010 | 1101 |
Color Harmonies of #1F152B
Complementary color
Monochromatic Colors of #1F152B
Black with #1F152B
Text Example
Text Example
White with #1F152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F152B; }
p { color: rgb(31,21,43); }
H1.HeaderClassName
{
color: #1F152B;
}
.AnyTagClassName
{
color: #1F152B;
}
</style>
background-color css
<style>
a { background-color: #1F152B; }
a { background-color: rgb(31,21,43); }
div.DivClassName
{
background-color: #1F152B;
}
.BgClassName
{
background-color: #1F152B;
}
</style>
border-color css
<style>
span { border-color: #1F152B; }
span { border-color: rgb(31,21,43); }
td.TdClassName
{
border-color: #1F152B;
}
.TagClassName
{
border-color: #1F152B;
}
</style>