Shades of Blackcurrant #1F0243
Tints of Blackcurrant #1F0243
RGB
CMYK
RGB Variations
Color information
#1F0243 (or 0x1F0243) is known color: Blackcurrant. HEX triplet: 1F, 02 and 43. RGB value is (31,2,67). Sum of RGB (Red+Green+Blue) = 31+2+67=100 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 67 (26.56% from 255 or 67% from 100); Max value from RGB is 67 - color contains mainly: blue. Hex color #1F0243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0243 is #E0FDBC. Grayscale: #111111. Windows color (decimal): -14745021 or 4391455. OLE color: 4391455.
HSL color Cylindrical-coordinate representation of color #1F0243: hue angle of 266.77º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0243 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 2 | 67 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.74 |
| HSL | 266.77º | 0.94% | 0.14% | - |
| HSV(B) | 266.77º | 0.97% | 0.26% | - |
| XYZ | 1.6 | 0.74 | 5.37 | - |
| YUV | 18.08 | 155.61 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 67 | 0.54 | 0.97 | 0 | 0.74 | 266.77 | 0.94 | 0.14 |
| Hex | 1F | 2 | 43 | 36 | 61 | 0 | 4A | 10B | 5E | E |
| Octal | 37 | 2 | 103 | 66 | 141 | 0 | 112 | 413 | 136 | 16 |
| Binary | 11111 | 10 | 1000011 | 110110 | 1100001 | 0 | 1001010 | 100001011 | 1011110 | 1110 |
Color Harmonies of #1F0243
Complementary color
Monochromatic Colors of #1F0243
Black with #1F0243
Text Example
Text Example
White with #1F0243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0243; }
p { color: rgb(31,2,67); }
H1.HeaderClassName
{
color: #1F0243;
}
.AnyTagClassName
{
color: #1F0243;
}
</style>
background-color css
<style>
a { background-color: #1F0243; }
a { background-color: rgb(31,2,67); }
div.DivClassName
{
background-color: #1F0243;
}
.BgClassName
{
background-color: #1F0243;
}
</style>
border-color css
<style>
span { border-color: #1F0243; }
span { border-color: rgb(31,2,67); }
td.TdClassName
{
border-color: #1F0243;
}
.TagClassName
{
border-color: #1F0243;
}
</style>