Shades of Blackcurrant #1C0F2D
Tints of Blackcurrant #1C0F2D
RGB
CMYK
RGB Variations
Color information
#1C0F2D (or 0x1C0F2D) is known color: Blackcurrant. HEX triplet: 1C, 0F and 2D. RGB value is (28,15,45). Sum of RGB (Red+Green+Blue) = 28+15+45=88 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.82% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 45 (17.97% from 255 or 51.14% from 88); Max value from RGB is 45 - color contains mainly: blue. Hex color #1C0F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0F2D is #E3F0D2. Grayscale: #161616. Windows color (decimal): -14938323 or 2952988. OLE color: 2952988.
HSL color Cylindrical-coordinate representation of color #1C0F2D: hue angle of 266º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C0F2D is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 28 | 15 | 45 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.82 |
| HSL | 266º | 0.5% | 0.12% | - |
| HSV(B) | 266º | 0.67% | 0.18% | - |
| XYZ | 1.12 | 0.78 | 2.57 | - |
| YUV | 22.31 | 140.81 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 15 | 45 | 0.38 | 0.67 | 0 | 0.82 | 266 | 0.5 | 0.12 |
| Hex | 1C | F | 2D | 26 | 43 | 0 | 52 | 10A | 32 | C |
| Octal | 34 | 17 | 55 | 46 | 103 | 0 | 122 | 412 | 62 | 14 |
| Binary | 11100 | 1111 | 101101 | 100110 | 1000011 | 0 | 1010010 | 100001010 | 110010 | 1100 |
Color Harmonies of #1C0F2D
Complementary color
Monochromatic Colors of #1C0F2D
Black with #1C0F2D
Text Example
Text Example
White with #1C0F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0F2D; }
p { color: rgb(28,15,45); }
H1.HeaderClassName
{
color: #1C0F2D;
}
.AnyTagClassName
{
color: #1C0F2D;
}
</style>
background-color css
<style>
a { background-color: #1C0F2D; }
a { background-color: rgb(28,15,45); }
div.DivClassName
{
background-color: #1C0F2D;
}
.BgClassName
{
background-color: #1C0F2D;
}
</style>
border-color css
<style>
span { border-color: #1C0F2D; }
span { border-color: rgb(28,15,45); }
td.TdClassName
{
border-color: #1C0F2D;
}
.TagClassName
{
border-color: #1C0F2D;
}
</style>