Shades of Blackcurrant #1F0343
Tints of Blackcurrant #1F0343
RGB
CMYK
RGB Variations
Color information
#1F0343 (or 0x1F0343) is known color: Blackcurrant. HEX triplet: 1F, 03 and 43. RGB value is (31,3,67). Sum of RGB (Red+Green+Blue) = 31+3+67=101 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.69% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 67 (26.56% from 255 or 66.34% from 101); Max value from RGB is 67 - color contains mainly: blue. Hex color #1F0343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0343 is #E0FCBC. Grayscale: #121212. Windows color (decimal): -14744765 or 4391711. OLE color: 4391711.
HSL color Cylindrical-coordinate representation of color #1F0343: hue angle of 266.25º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F0343 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 3 | 67 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.74 |
| HSL | 266.25º | 0.91% | 0.14% | - |
| HSV(B) | 266.25º | 0.96% | 0.26% | - |
| XYZ | 1.61 | 0.76 | 5.37 | - |
| YUV | 18.67 | 155.28 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 67 | 0.54 | 0.96 | 0 | 0.74 | 266.25 | 0.91 | 0.14 |
| Hex | 1F | 3 | 43 | 36 | 60 | 0 | 4A | 10A | 5B | E |
| Octal | 37 | 3 | 103 | 66 | 140 | 0 | 112 | 412 | 133 | 16 |
| Binary | 11111 | 11 | 1000011 | 110110 | 1100000 | 0 | 1001010 | 100001010 | 1011011 | 1110 |
Color Harmonies of #1F0343
Complementary color
Monochromatic Colors of #1F0343
Black with #1F0343
Text Example
Text Example
White with #1F0343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0343; }
p { color: rgb(31,3,67); }
H1.HeaderClassName
{
color: #1F0343;
}
.AnyTagClassName
{
color: #1F0343;
}
</style>
background-color css
<style>
a { background-color: #1F0343; }
a { background-color: rgb(31,3,67); }
div.DivClassName
{
background-color: #1F0343;
}
.BgClassName
{
background-color: #1F0343;
}
</style>
border-color css
<style>
span { border-color: #1F0343; }
span { border-color: rgb(31,3,67); }
td.TdClassName
{
border-color: #1F0343;
}
.TagClassName
{
border-color: #1F0343;
}
</style>