Shades of Blackcurrant #09001F
Tints of Blackcurrant #09001F
RGB
CMYK
RGB Variations
Color information
#09001F (or 0x09001F) is known color: Blackcurrant. HEX triplet: 09, 00 and 1F. RGB value is (9,0,31). Sum of RGB (Red+Green+Blue) = 9+0+31=40 (5% of max value = 765). Red value is 9 (3.91% from 255 or 22.5% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 31 (12.5% from 255 or 77.5% from 40); Max value from RGB is 31 - color contains mainly: blue. Hex color #09001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09001F is #F6FFE0. Grayscale: #060606. Windows color (decimal): -16187361 or 2031625. OLE color: 2031625.
HSL color Cylindrical-coordinate representation of color #09001F: hue angle of 257.42º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09001F is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 9 | 0 | 31 | - |
| CMYK | 0.71 | 1 | 0 | 0.88 |
| HSL | 257.42º | 1% | 0.06% | - |
| HSV(B) | 257.42º | 1% | 0.12% | - |
| XYZ | 0.36 | 0.16 | 1.31 | - |
| YUV | 6.23 | 141.98 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 31 | 0.71 | 1 | 0 | 0.88 | 257.42 | 1 | 0.06 |
| Hex | 9 | 0 | 1F | 47 | 64 | 0 | 58 | 101 | 64 | 6 |
| Octal | 11 | 0 | 37 | 107 | 144 | 0 | 130 | 401 | 144 | 6 |
| Binary | 1001 | 0 | 11111 | 1000111 | 1100100 | 0 | 1011000 | 100000001 | 1100100 | 110 |
Color Harmonies of #09001F
Complementary color
Monochromatic Colors of #09001F
Black with #09001F
Text Example
Text Example
White with #09001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09001F; }
p { color: rgb(9,0,31); }
H1.HeaderClassName
{
color: #09001F;
}
.AnyTagClassName
{
color: #09001F;
}
</style>
background-color css
<style>
a { background-color: #09001F; }
a { background-color: rgb(9,0,31); }
div.DivClassName
{
background-color: #09001F;
}
.BgClassName
{
background-color: #09001F;
}
</style>
border-color css
<style>
span { border-color: #09001F; }
span { border-color: rgb(9,0,31); }
td.TdClassName
{
border-color: #09001F;
}
.TagClassName
{
border-color: #09001F;
}
</style>