Shades of Blackcurrant #1C051F
Tints of Blackcurrant #1C051F
RGB
CMYK
RGB Variations
Color information
#1C051F (or 0x1C051F) is known color: Blackcurrant. HEX triplet: 1C, 05 and 1F. RGB value is (28,5,31). Sum of RGB (Red+Green+Blue) = 28+5+31=64 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.75% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #1C051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C051F is #E3FAE0. Grayscale: #0E0E0E. Windows color (decimal): -14940897 or 2032924. OLE color: 2032924.
HSL color Cylindrical-coordinate representation of color #1C051F: hue angle of 293.08º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C051F is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 28 | 5 | 31 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.88 |
| HSL | 293.08º | 0.72% | 0.07% | - |
| HSV(B) | 293.08º | 0.84% | 0.12% | - |
| XYZ | 0.78 | 0.45 | 1.34 | - |
| YUV | 14.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 5 | 31 | 0.10 | 0.84 | 0 | 0.88 | 293.08 | 0.72 | 0.07 |
| Hex | 1C | 5 | 1F | A | 54 | 0 | 58 | 125 | 48 | 7 |
| Octal | 34 | 5 | 37 | 12 | 124 | 0 | 130 | 445 | 110 | 7 |
| Binary | 11100 | 101 | 11111 | 1010 | 1010100 | 0 | 1011000 | 100100101 | 1001000 | 111 |
Color Harmonies of #1C051F
Complementary color
Monochromatic Colors of #1C051F
Black with #1C051F
Text Example
Text Example
White with #1C051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C051F; }
p { color: rgb(28,5,31); }
H1.HeaderClassName
{
color: #1C051F;
}
.AnyTagClassName
{
color: #1C051F;
}
</style>
background-color css
<style>
a { background-color: #1C051F; }
a { background-color: rgb(28,5,31); }
div.DivClassName
{
background-color: #1C051F;
}
.BgClassName
{
background-color: #1C051F;
}
</style>
border-color css
<style>
span { border-color: #1C051F; }
span { border-color: rgb(28,5,31); }
td.TdClassName
{
border-color: #1C051F;
}
.TagClassName
{
border-color: #1C051F;
}
</style>