Shades of Blackcurrant #1C092F
Tints of Blackcurrant #1C092F
RGB
CMYK
RGB Variations
Color information
#1C092F (or 0x1C092F) is known color: Blackcurrant. HEX triplet: 1C, 09 and 2F. RGB value is (28,9,47). Sum of RGB (Red+Green+Blue) = 28+9+47=84 (11% of max value = 765). Red value is 28 (11.33% from 255 or 33.33% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 47 (18.75% from 255 or 55.95% from 84); Max value from RGB is 47 - color contains mainly: blue. Hex color #1C092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C092F is #E3F6D0. Grayscale: #121212. Windows color (decimal): -14939857 or 3082524. OLE color: 3082524.
HSL color Cylindrical-coordinate representation of color #1C092F: hue angle of 270º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C092F is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 28 | 9 | 47 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.82 |
| HSL | 270º | 0.68% | 0.11% | - |
| HSV(B) | 270º | 0.81% | 0.18% | - |
| XYZ | 1.09 | 0.65 | 2.76 | - |
| YUV | 19.01 | 143.79 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 9 | 47 | 0.40 | 0.81 | 0 | 0.82 | 270 | 0.68 | 0.11 |
| Hex | 1C | 9 | 2F | 28 | 51 | 0 | 52 | 10E | 44 | B |
| Octal | 34 | 11 | 57 | 50 | 121 | 0 | 122 | 416 | 104 | 13 |
| Binary | 11100 | 1001 | 101111 | 101000 | 1010001 | 0 | 1010010 | 100001110 | 1000100 | 1011 |
Color Harmonies of #1C092F
Complementary color
Monochromatic Colors of #1C092F
Black with #1C092F
Text Example
Text Example
White with #1C092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C092F; }
p { color: rgb(28,9,47); }
H1.HeaderClassName
{
color: #1C092F;
}
.AnyTagClassName
{
color: #1C092F;
}
</style>
background-color css
<style>
a { background-color: #1C092F; }
a { background-color: rgb(28,9,47); }
div.DivClassName
{
background-color: #1C092F;
}
.BgClassName
{
background-color: #1C092F;
}
</style>
border-color css
<style>
span { border-color: #1C092F; }
span { border-color: rgb(28,9,47); }
td.TdClassName
{
border-color: #1C092F;
}
.TagClassName
{
border-color: #1C092F;
}
</style>