Shades of Blackcurrant #1F1135
Tints of Blackcurrant #1F1135
RGB
CMYK
RGB Variations
Color information
#1F1135 (or 0x1F1135) is known color: Blackcurrant. HEX triplet: 1F, 11 and 35. RGB value is (31,17,53). Sum of RGB (Red+Green+Blue) = 31+17+53=101 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.69% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 53 (21.09% from 255 or 52.48% from 101); Max value from RGB is 53 - color contains mainly: blue. Hex color #1F1135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1135 is #E0EECA. Grayscale: #191919. Windows color (decimal): -14741195 or 3477791. OLE color: 3477791.
HSL color Cylindrical-coordinate representation of color #1F1135: hue angle of 263.33º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F1135 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 31 | 17 | 53 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.79 |
| HSL | 263.33º | 0.51% | 0.14% | - |
| HSV(B) | 263.33º | 0.68% | 0.21% | - |
| XYZ | 1.41 | 0.95 | 3.48 | - |
| YUV | 25.29 | 143.64 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 53 | 0.42 | 0.68 | 0 | 0.79 | 263.33 | 0.51 | 0.14 |
| Hex | 1F | 11 | 35 | 2A | 44 | 0 | 4F | 107 | 33 | E |
| Octal | 37 | 21 | 65 | 52 | 104 | 0 | 117 | 407 | 63 | 16 |
| Binary | 11111 | 10001 | 110101 | 101010 | 1000100 | 0 | 1001111 | 100000111 | 110011 | 1110 |
Color Harmonies of #1F1135
Complementary color
Monochromatic Colors of #1F1135
Black with #1F1135
Text Example
Text Example
White with #1F1135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1135; }
p { color: rgb(31,17,53); }
H1.HeaderClassName
{
color: #1F1135;
}
.AnyTagClassName
{
color: #1F1135;
}
</style>
background-color css
<style>
a { background-color: #1F1135; }
a { background-color: rgb(31,17,53); }
div.DivClassName
{
background-color: #1F1135;
}
.BgClassName
{
background-color: #1F1135;
}
</style>
border-color css
<style>
span { border-color: #1F1135; }
span { border-color: rgb(31,17,53); }
td.TdClassName
{
border-color: #1F1135;
}
.TagClassName
{
border-color: #1F1135;
}
</style>