Shades of Blackcurrant #1F152C
Tints of Blackcurrant #1F152C
RGB
CMYK
RGB Variations
Color information
#1F152C (or 0x1F152C) is known color: Blackcurrant. HEX triplet: 1F, 15 and 2C. RGB value is (31,21,44). Sum of RGB (Red+Green+Blue) = 31+21+44=96 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.29% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 44 - color contains mainly: blue. Hex color #1F152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F152C is #E0EAD3. Grayscale: #1A1A1A. Windows color (decimal): -14740180 or 2888991. OLE color: 2888991.
HSL color Cylindrical-coordinate representation of color #1F152C: hue angle of 266.09º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F152C is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 31 | 21 | 44 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.83 |
| HSL | 266.09º | 0.35% | 0.13% | - |
| HSV(B) | 266.09º | 0.52% | 0.17% | - |
| XYZ | 1.29 | 1.01 | 2.51 | - |
| YUV | 26.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 21 | 44 | 0.30 | 0.52 | 0 | 0.83 | 266.09 | 0.35 | 0.13 |
| Hex | 1F | 15 | 2C | 1E | 34 | 0 | 53 | 10A | 23 | D |
| Octal | 37 | 25 | 54 | 36 | 64 | 0 | 123 | 412 | 43 | 15 |
| Binary | 11111 | 10101 | 101100 | 11110 | 110100 | 0 | 1010011 | 100001010 | 100011 | 1101 |
Color Harmonies of #1F152C
Complementary color
Monochromatic Colors of #1F152C
Black with #1F152C
Text Example
Text Example
White with #1F152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F152C; }
p { color: rgb(31,21,44); }
H1.HeaderClassName
{
color: #1F152C;
}
.AnyTagClassName
{
color: #1F152C;
}
</style>
background-color css
<style>
a { background-color: #1F152C; }
a { background-color: rgb(31,21,44); }
div.DivClassName
{
background-color: #1F152C;
}
.BgClassName
{
background-color: #1F152C;
}
</style>
border-color css
<style>
span { border-color: #1F152C; }
span { border-color: rgb(31,21,44); }
td.TdClassName
{
border-color: #1F152C;
}
.TagClassName
{
border-color: #1F152C;
}
</style>