Shades of Blackcurrant #1F1233
Tints of Blackcurrant #1F1233
RGB
CMYK
RGB Variations
Color information
#1F1233 (or 0x1F1233) is known color: Blackcurrant. HEX triplet: 1F, 12 and 33. RGB value is (31,18,51). Sum of RGB (Red+Green+Blue) = 31+18+51=100 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 51 (20.31% from 255 or 51% from 100); Max value from RGB is 51 - color contains mainly: blue. Hex color #1F1233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1233 is #E0EDCC. Grayscale: #191919. Windows color (decimal): -14740941 or 3346975. OLE color: 3346975.
HSL color Cylindrical-coordinate representation of color #1F1233: hue angle of 263.64º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F1233 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 31 | 18 | 51 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.8 |
| HSL | 263.64º | 0.48% | 0.14% | - |
| HSV(B) | 263.64º | 0.65% | 0.2% | - |
| XYZ | 1.38 | 0.96 | 3.25 | - |
| YUV | 25.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 51 | 0.39 | 0.65 | 0 | 0.8 | 263.64 | 0.48 | 0.14 |
| Hex | 1F | 12 | 33 | 27 | 41 | 0 | 50 | 108 | 30 | E |
| Octal | 37 | 22 | 63 | 47 | 101 | 0 | 120 | 410 | 60 | 16 |
| Binary | 11111 | 10010 | 110011 | 100111 | 1000001 | 0 | 1010000 | 100001000 | 110000 | 1110 |
Color Harmonies of #1F1233
Complementary color
Monochromatic Colors of #1F1233
Black with #1F1233
Text Example
Text Example
White with #1F1233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1233; }
p { color: rgb(31,18,51); }
H1.HeaderClassName
{
color: #1F1233;
}
.AnyTagClassName
{
color: #1F1233;
}
</style>
background-color css
<style>
a { background-color: #1F1233; }
a { background-color: rgb(31,18,51); }
div.DivClassName
{
background-color: #1F1233;
}
.BgClassName
{
background-color: #1F1233;
}
</style>
border-color css
<style>
span { border-color: #1F1233; }
span { border-color: rgb(31,18,51); }
td.TdClassName
{
border-color: #1F1233;
}
.TagClassName
{
border-color: #1F1233;
}
</style>