Shades of Blackcurrant #1C0838
Tints of Blackcurrant #1C0838
RGB
CMYK
RGB Variations
Color information
#1C0838 (or 0x1C0838) is known color: Blackcurrant. HEX triplet: 1C, 08 and 38. RGB value is (28,8,56). Sum of RGB (Red+Green+Blue) = 28+8+56=92 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.43% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 56 (22.27% from 255 or 60.87% from 92); Max value from RGB is 56 - color contains mainly: blue. Hex color #1C0838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0838 is #E3F7C7. Grayscale: #131313. Windows color (decimal): -14940104 or 3672092. OLE color: 3672092.
HSL color Cylindrical-coordinate representation of color #1C0838: hue angle of 265º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C0838 is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 8 | 56 | - |
| CMYK | 0.50 | 0.86 | 0 | 0.78 |
| HSL | 265º | 0.75% | 0.13% | - |
| HSV(B) | 265º | 0.86% | 0.22% | - |
| XYZ | 1.28 | 0.71 | 3.81 | - |
| YUV | 19.45 | 148.63 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 8 | 56 | 0.50 | 0.86 | 0 | 0.78 | 265 | 0.75 | 0.13 |
| Hex | 1C | 8 | 38 | 32 | 56 | 0 | 4E | 109 | 4B | D |
| Octal | 34 | 10 | 70 | 62 | 126 | 0 | 116 | 411 | 113 | 15 |
| Binary | 11100 | 1000 | 111000 | 110010 | 1010110 | 0 | 1001110 | 100001001 | 1001011 | 1101 |
Color Harmonies of #1C0838
Complementary color
Monochromatic Colors of #1C0838
Black with #1C0838
Text Example
Text Example
White with #1C0838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0838; }
p { color: rgb(28,8,56); }
H1.HeaderClassName
{
color: #1C0838;
}
.AnyTagClassName
{
color: #1C0838;
}
</style>
background-color css
<style>
a { background-color: #1C0838; }
a { background-color: rgb(28,8,56); }
div.DivClassName
{
background-color: #1C0838;
}
.BgClassName
{
background-color: #1C0838;
}
</style>
border-color css
<style>
span { border-color: #1C0838; }
span { border-color: rgb(28,8,56); }
td.TdClassName
{
border-color: #1C0838;
}
.TagClassName
{
border-color: #1C0838;
}
</style>