Shades of Blackcurrant #1F0D33
Tints of Blackcurrant #1F0D33
RGB
CMYK
RGB Variations
Color information
#1F0D33 (or 0x1F0D33) is known color: Blackcurrant. HEX triplet: 1F, 0D and 33. RGB value is (31,13,51). Sum of RGB (Red+Green+Blue) = 31+13+51=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 13 (5.47% from 255 or 13.68% from 95); Blue value is 51 (20.31% from 255 or 53.68% from 95); Max value from RGB is 51 - color contains mainly: blue. Hex color #1F0D33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0D33 is #E0F2CC. Grayscale: #161616. Windows color (decimal): -14742221 or 3345695. OLE color: 3345695.
HSL color Cylindrical-coordinate representation of color #1F0D33: hue angle of 268.42º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F0D33 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 31 | 13 | 51 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.8 |
| HSL | 268.42º | 0.59% | 0.13% | - |
| HSV(B) | 268.42º | 0.75% | 0.2% | - |
| XYZ | 1.31 | 0.82 | 3.22 | - |
| YUV | 22.71 | 143.96 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 13 | 51 | 0.39 | 0.75 | 0 | 0.8 | 268.42 | 0.59 | 0.13 |
| Hex | 1F | D | 33 | 27 | 4B | 0 | 50 | 10C | 3B | D |
| Octal | 37 | 15 | 63 | 47 | 113 | 0 | 120 | 414 | 73 | 15 |
| Binary | 11111 | 1101 | 110011 | 100111 | 1001011 | 0 | 1010000 | 100001100 | 111011 | 1101 |
Color Harmonies of #1F0D33
Complementary color
Monochromatic Colors of #1F0D33
Black with #1F0D33
Text Example
Text Example
White with #1F0D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0D33; }
p { color: rgb(31,13,51); }
H1.HeaderClassName
{
color: #1F0D33;
}
.AnyTagClassName
{
color: #1F0D33;
}
</style>
background-color css
<style>
a { background-color: #1F0D33; }
a { background-color: rgb(31,13,51); }
div.DivClassName
{
background-color: #1F0D33;
}
.BgClassName
{
background-color: #1F0D33;
}
</style>
border-color css
<style>
span { border-color: #1F0D33; }
span { border-color: rgb(31,13,51); }
td.TdClassName
{
border-color: #1F0D33;
}
.TagClassName
{
border-color: #1F0D33;
}
</style>