Shades of Blackcurrant #1C0438
Tints of Blackcurrant #1C0438
RGB
CMYK
RGB Variations
Color information
#1C0438 (or 0x1C0438) is known color: Blackcurrant. HEX triplet: 1C, 04 and 38. RGB value is (28,4,56). Sum of RGB (Red+Green+Blue) = 28+4+56=88 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.82% from 88); Green value is 4 (1.95% from 255 or 4.55% from 88); Blue value is 56 (22.27% from 255 or 63.64% from 88); Max value from RGB is 56 - color contains mainly: blue. Hex color #1C0438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0438 is #E3FBC7. Grayscale: #101010. Windows color (decimal): -14941128 or 3671068. OLE color: 3671068.
HSL color Cylindrical-coordinate representation of color #1C0438: hue angle of 267.69º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C0438 is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 4 | 56 | - |
| CMYK | 0.50 | 0.93 | 0 | 0.78 |
| HSL | 267.69º | 0.87% | 0.12% | - |
| HSV(B) | 267.69º | 0.93% | 0.22% | - |
| XYZ | 1.24 | 0.62 | 3.8 | - |
| YUV | 17.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 4 | 56 | 0.50 | 0.93 | 0 | 0.78 | 267.69 | 0.87 | 0.12 |
| Hex | 1C | 4 | 38 | 32 | 5D | 0 | 4E | 10C | 57 | C |
| Octal | 34 | 4 | 70 | 62 | 135 | 0 | 116 | 414 | 127 | 14 |
| Binary | 11100 | 100 | 111000 | 110010 | 1011101 | 0 | 1001110 | 100001100 | 1010111 | 1100 |
Color Harmonies of #1C0438
Complementary color
Monochromatic Colors of #1C0438
Black with #1C0438
Text Example
Text Example
White with #1C0438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0438; }
p { color: rgb(28,4,56); }
H1.HeaderClassName
{
color: #1C0438;
}
.AnyTagClassName
{
color: #1C0438;
}
</style>
background-color css
<style>
a { background-color: #1C0438; }
a { background-color: rgb(28,4,56); }
div.DivClassName
{
background-color: #1C0438;
}
.BgClassName
{
background-color: #1C0438;
}
</style>
border-color css
<style>
span { border-color: #1C0438; }
span { border-color: rgb(28,4,56); }
td.TdClassName
{
border-color: #1C0438;
}
.TagClassName
{
border-color: #1C0438;
}
</style>