Shades of Blackcurrant #1C102B
Tints of Blackcurrant #1C102B
RGB
CMYK
RGB Variations
Color information
#1C102B (or 0x1C102B) is known color: Blackcurrant. HEX triplet: 1C, 10 and 2B. RGB value is (28,16,43). Sum of RGB (Red+Green+Blue) = 28+16+43=87 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.18% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #1C102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C102B is #E3EFD4. Grayscale: #161616. Windows color (decimal): -14938069 or 2822172. OLE color: 2822172.
HSL color Cylindrical-coordinate representation of color #1C102B: hue angle of 266.67º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C102B is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 28 | 16 | 43 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.83 |
| HSL | 266.67º | 0.46% | 0.12% | - |
| HSV(B) | 266.67º | 0.63% | 0.17% | - |
| XYZ | 1.1 | 0.79 | 2.38 | - |
| YUV | 22.67 | 139.48 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 16 | 43 | 0.35 | 0.63 | 0 | 0.83 | 266.67 | 0.46 | 0.12 |
| Hex | 1C | 10 | 2B | 23 | 3F | 0 | 53 | 10B | 2E | C |
| Octal | 34 | 20 | 53 | 43 | 77 | 0 | 123 | 413 | 56 | 14 |
| Binary | 11100 | 10000 | 101011 | 100011 | 111111 | 0 | 1010011 | 100001011 | 101110 | 1100 |
Color Harmonies of #1C102B
Complementary color
Monochromatic Colors of #1C102B
Black with #1C102B
Text Example
Text Example
White with #1C102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C102B; }
p { color: rgb(28,16,43); }
H1.HeaderClassName
{
color: #1C102B;
}
.AnyTagClassName
{
color: #1C102B;
}
</style>
background-color css
<style>
a { background-color: #1C102B; }
a { background-color: rgb(28,16,43); }
div.DivClassName
{
background-color: #1C102B;
}
.BgClassName
{
background-color: #1C102B;
}
</style>
border-color css
<style>
span { border-color: #1C102B; }
span { border-color: rgb(28,16,43); }
td.TdClassName
{
border-color: #1C102B;
}
.TagClassName
{
border-color: #1C102B;
}
</style>