Shades of Blackcurrant #1C0923
Tints of Blackcurrant #1C0923
RGB
CMYK
RGB Variations
Color information
#1C0923 (or 0x1C0923) is known color: Blackcurrant. HEX triplet: 1C, 09 and 23. RGB value is (28,9,35). Sum of RGB (Red+Green+Blue) = 28+9+35=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 9 (3.91% from 255 or 12.5% from 72); Blue value is 35 (14.06% from 255 or 48.61% from 72); Max value from RGB is 35 - color contains mainly: blue. Hex color #1C0923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0923 is #E3F6DC. Grayscale: #111111. Windows color (decimal): -14939869 or 2296092. OLE color: 2296092.
HSL color Cylindrical-coordinate representation of color #1C0923: hue angle of 283.85º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C0923 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 28 | 9 | 35 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.86 |
| HSL | 283.85º | 0.59% | 0.09% | - |
| HSV(B) | 283.85º | 0.74% | 0.14% | - |
| XYZ | 0.88 | 0.56 | 1.65 | - |
| YUV | 17.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 9 | 35 | 0.20 | 0.74 | 0 | 0.86 | 283.85 | 0.59 | 0.09 |
| Hex | 1C | 9 | 23 | 14 | 4A | 0 | 56 | 11C | 3B | 9 |
| Octal | 34 | 11 | 43 | 24 | 112 | 0 | 126 | 434 | 73 | 11 |
| Binary | 11100 | 1001 | 100011 | 10100 | 1001010 | 0 | 1010110 | 100011100 | 111011 | 1001 |
Color Harmonies of #1C0923
Complementary color
Monochromatic Colors of #1C0923
Black with #1C0923
Text Example
Text Example
White with #1C0923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0923; }
p { color: rgb(28,9,35); }
H1.HeaderClassName
{
color: #1C0923;
}
.AnyTagClassName
{
color: #1C0923;
}
</style>
background-color css
<style>
a { background-color: #1C0923; }
a { background-color: rgb(28,9,35); }
div.DivClassName
{
background-color: #1C0923;
}
.BgClassName
{
background-color: #1C0923;
}
</style>
border-color css
<style>
span { border-color: #1C0923; }
span { border-color: rgb(28,9,35); }
td.TdClassName
{
border-color: #1C0923;
}
.TagClassName
{
border-color: #1C0923;
}
</style>