Shades of Blackcurrant #1F052C
Tints of Blackcurrant #1F052C
RGB
CMYK
RGB Variations
Color information
#1F052C (or 0x1F052C) is known color: Blackcurrant. HEX triplet: 1F, 05 and 2C. RGB value is (31,5,44). Sum of RGB (Red+Green+Blue) = 31+5+44=80 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.75% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 44 (17.58% from 255 or 55% from 80); Max value from RGB is 44 - color contains mainly: blue. Hex color #1F052C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F052C is #E0FAD3. Grayscale: #111111. Windows color (decimal): -14744276 or 2884895. OLE color: 2884895.
HSL color Cylindrical-coordinate representation of color #1F052C: hue angle of 280º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F052C is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 31 | 5 | 44 | - |
CMYK | 0.30 | 0.89 | 0 | 0.83 |
HSL | 280º | 0.8% | 0.1% | - |
HSV(B) | 280º | 0.89% | 0.17% | - |
XYZ | 1.07 | 0.58 | 2.44 | - |
YUV | 17.22 | 143.11 | 137.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 5 | 44 | 0.30 | 0.89 | 0 | 0.83 | 280 | 0.8 | 0.1 |
Hex | 1F | 5 | 2C | 1E | 59 | 0 | 53 | 118 | 50 | A |
Octal | 37 | 5 | 54 | 36 | 131 | 0 | 123 | 430 | 120 | 12 |
Binary | 11111 | 101 | 101100 | 11110 | 1011001 | 0 | 1010011 | 100011000 | 1010000 | 1010 |
Color Harmonies of #1F052C
Complementary color
Monochromatic Colors of #1F052C
Black with #1F052C
Text Example
Text Example
White with #1F052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F052C; }
p { color: rgb(31,5,44); }
H1.HeaderClassName
{
color: #1F052C;
}
.AnyTagClassName
{
color: #1F052C;
}
</style>
background-color css
<style>
a { background-color: #1F052C; }
a { background-color: rgb(31,5,44); }
div.DivClassName
{
background-color: #1F052C;
}
.BgClassName
{
background-color: #1F052C;
}
</style>
border-color css
<style>
span { border-color: #1F052C; }
span { border-color: rgb(31,5,44); }
td.TdClassName
{
border-color: #1F052C;
}
.TagClassName
{
border-color: #1F052C;
}
</style>