Shades of Blackcurrant #1F0344
Tints of Blackcurrant #1F0344
RGB
CMYK
RGB Variations
Color information
#1F0344 (or 0x1F0344) is known color: Blackcurrant. HEX triplet: 1F, 03 and 44. RGB value is (31,3,68). Sum of RGB (Red+Green+Blue) = 31+3+68=102 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.39% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 68 (26.95% from 255 or 66.67% from 102); Max value from RGB is 68 - color contains mainly: blue. Hex color #1F0344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0344 is #E0FCBB. Grayscale: #121212. Windows color (decimal): -14744764 or 4457247. OLE color: 4457247.
HSL color Cylindrical-coordinate representation of color #1F0344: hue angle of 265.85º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F0344 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 3 | 68 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.73 |
| HSL | 265.85º | 0.92% | 0.14% | - |
| HSV(B) | 265.85º | 0.96% | 0.27% | - |
| XYZ | 1.64 | 0.77 | 5.53 | - |
| YUV | 18.78 | 155.78 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 68 | 0.54 | 0.96 | 0 | 0.73 | 265.85 | 0.92 | 0.14 |
| Hex | 1F | 3 | 44 | 36 | 60 | 0 | 49 | 10A | 5C | E |
| Octal | 37 | 3 | 104 | 66 | 140 | 0 | 111 | 412 | 134 | 16 |
| Binary | 11111 | 11 | 1000100 | 110110 | 1100000 | 0 | 1001001 | 100001010 | 1011100 | 1110 |
Color Harmonies of #1F0344
Complementary color
Monochromatic Colors of #1F0344
Black with #1F0344
Text Example
Text Example
White with #1F0344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0344; }
p { color: rgb(31,3,68); }
H1.HeaderClassName
{
color: #1F0344;
}
.AnyTagClassName
{
color: #1F0344;
}
</style>
background-color css
<style>
a { background-color: #1F0344; }
a { background-color: rgb(31,3,68); }
div.DivClassName
{
background-color: #1F0344;
}
.BgClassName
{
background-color: #1F0344;
}
</style>
border-color css
<style>
span { border-color: #1F0344; }
span { border-color: rgb(31,3,68); }
td.TdClassName
{
border-color: #1F0344;
}
.TagClassName
{
border-color: #1F0344;
}
</style>