Shades of Blackcurrant #1F0B3C
Tints of Blackcurrant #1F0B3C
RGB
CMYK
RGB Variations
Color information
#1F0B3C (or 0x1F0B3C) is known color: Blackcurrant. HEX triplet: 1F, 0B and 3C. RGB value is (31,11,60). Sum of RGB (Red+Green+Blue) = 31+11+60=102 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.39% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 60 (23.83% from 255 or 58.82% from 102); Max value from RGB is 60 - color contains mainly: blue. Hex color #1F0B3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0B3C is #E0F4C3. Grayscale: #161616. Windows color (decimal): -14742724 or 3935007. OLE color: 3935007.
HSL color Cylindrical-coordinate representation of color #1F0B3C: hue angle of 264.49º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F0B3C is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 11 | 60 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.76 |
| HSL | 264.49º | 0.69% | 0.14% | - |
| HSV(B) | 264.49º | 0.82% | 0.24% | - |
| XYZ | 1.5 | 0.86 | 4.36 | - |
| YUV | 22.57 | 149.13 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 11 | 60 | 0.48 | 0.82 | 0 | 0.76 | 264.49 | 0.69 | 0.14 |
| Hex | 1F | B | 3C | 30 | 52 | 0 | 4C | 108 | 45 | E |
| Octal | 37 | 13 | 74 | 60 | 122 | 0 | 114 | 410 | 105 | 16 |
| Binary | 11111 | 1011 | 111100 | 110000 | 1010010 | 0 | 1001100 | 100001000 | 1000101 | 1110 |
Color Harmonies of #1F0B3C
Complementary color
Monochromatic Colors of #1F0B3C
Black with #1F0B3C
Text Example
Text Example
White with #1F0B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0B3C; }
p { color: rgb(31,11,60); }
H1.HeaderClassName
{
color: #1F0B3C;
}
.AnyTagClassName
{
color: #1F0B3C;
}
</style>
background-color css
<style>
a { background-color: #1F0B3C; }
a { background-color: rgb(31,11,60); }
div.DivClassName
{
background-color: #1F0B3C;
}
.BgClassName
{
background-color: #1F0B3C;
}
</style>
border-color css
<style>
span { border-color: #1F0B3C; }
span { border-color: rgb(31,11,60); }
td.TdClassName
{
border-color: #1F0B3C;
}
.TagClassName
{
border-color: #1F0B3C;
}
</style>