Shades of Blackcurrant #1F063F
Tints of Blackcurrant #1F063F
RGB
CMYK
RGB Variations
Color information
#1F063F (or 0x1F063F) is known color: Blackcurrant. HEX triplet: 1F, 06 and 3F. RGB value is (31,6,63). Sum of RGB (Red+Green+Blue) = 31+6+63=100 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 63 (25% from 255 or 63% from 100); Max value from RGB is 63 - color contains mainly: blue. Hex color #1F063F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F063F is #E0F9C0. Grayscale: #131313. Windows color (decimal): -14744001 or 4130335. OLE color: 4130335.
HSL color Cylindrical-coordinate representation of color #1F063F: hue angle of 266.32º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F063F is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 6 | 63 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.75 |
| HSL | 266.32º | 0.83% | 0.14% | - |
| HSV(B) | 266.32º | 0.9% | 0.25% | - |
| XYZ | 1.53 | 0.78 | 4.77 | - |
| YUV | 19.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 63 | 0.51 | 0.90 | 0 | 0.75 | 266.32 | 0.83 | 0.14 |
| Hex | 1F | 6 | 3F | 33 | 5A | 0 | 4B | 10A | 53 | E |
| Octal | 37 | 6 | 77 | 63 | 132 | 0 | 113 | 412 | 123 | 16 |
| Binary | 11111 | 110 | 111111 | 110011 | 1011010 | 0 | 1001011 | 100001010 | 1010011 | 1110 |
Color Harmonies of #1F063F
Complementary color
Monochromatic Colors of #1F063F
Black with #1F063F
Text Example
Text Example
White with #1F063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F063F; }
p { color: rgb(31,6,63); }
H1.HeaderClassName
{
color: #1F063F;
}
.AnyTagClassName
{
color: #1F063F;
}
</style>
background-color css
<style>
a { background-color: #1F063F; }
a { background-color: rgb(31,6,63); }
div.DivClassName
{
background-color: #1F063F;
}
.BgClassName
{
background-color: #1F063F;
}
</style>
border-color css
<style>
span { border-color: #1F063F; }
span { border-color: rgb(31,6,63); }
td.TdClassName
{
border-color: #1F063F;
}
.TagClassName
{
border-color: #1F063F;
}
</style>