Shades of Blackcurrant #1C003B
Tints of Blackcurrant #1C003B
RGB
CMYK
RGB Variations
Color information
#1C003B (or 0x1C003B) is known color: Blackcurrant. HEX triplet: 1C, 00 and 3B. RGB value is (28,0,59). Sum of RGB (Red+Green+Blue) = 28+0+59=87 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.18% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 59 (23.44% from 255 or 67.82% from 87); Max value from RGB is 59 - color contains mainly: blue. Hex color #1C003B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C003B is #E3FFC4. Grayscale: #0E0E0E. Windows color (decimal): -14942149 or 3866652. OLE color: 3866652.
HSL color Cylindrical-coordinate representation of color #1C003B: hue angle of 268.47º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C003B is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 28 | 0 | 59 | - |
| CMYK | 0.53 | 1 | 0 | 0.77 |
| HSL | 268.47º | 1% | 0.12% | - |
| HSV(B) | 268.47º | 1% | 0.23% | - |
| XYZ | 1.27 | 0.56 | 4.18 | - |
| YUV | 15.1 | 152.78 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 59 | 0.53 | 1 | 0 | 0.77 | 268.47 | 1 | 0.12 |
| Hex | 1C | 0 | 3B | 35 | 64 | 0 | 4D | 10C | 64 | C |
| Octal | 34 | 0 | 73 | 65 | 144 | 0 | 115 | 414 | 144 | 14 |
| Binary | 11100 | 0 | 111011 | 110101 | 1100100 | 0 | 1001101 | 100001100 | 1100100 | 1100 |
Color Harmonies of #1C003B
Complementary color
Monochromatic Colors of #1C003B
Black with #1C003B
Text Example
Text Example
White with #1C003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C003B; }
p { color: rgb(28,0,59); }
H1.HeaderClassName
{
color: #1C003B;
}
.AnyTagClassName
{
color: #1C003B;
}
</style>
background-color css
<style>
a { background-color: #1C003B; }
a { background-color: rgb(28,0,59); }
div.DivClassName
{
background-color: #1C003B;
}
.BgClassName
{
background-color: #1C003B;
}
</style>
border-color css
<style>
span { border-color: #1C003B; }
span { border-color: rgb(28,0,59); }
td.TdClassName
{
border-color: #1C003B;
}
.TagClassName
{
border-color: #1C003B;
}
</style>