Shades of Blackcurrant #1C0F32
Tints of Blackcurrant #1C0F32
RGB
CMYK
RGB Variations
Color information
#1C0F32 (or 0x1C0F32) is known color: Blackcurrant. HEX triplet: 1C, 0F and 32. RGB value is (28,15,50). Sum of RGB (Red+Green+Blue) = 28+15+50=93 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.11% from 93); Green value is 15 (6.25% from 255 or 16.13% from 93); Blue value is 50 (19.92% from 255 or 53.76% from 93); Max value from RGB is 50 - color contains mainly: blue. Hex color #1C0F32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0F32 is #E3F0CD. Grayscale: #161616. Windows color (decimal): -14938318 or 3280668. OLE color: 3280668.
HSL color Cylindrical-coordinate representation of color #1C0F32: hue angle of 262.29º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C0F32 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 28 | 15 | 50 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.80 |
| HSL | 262.29º | 0.54% | 0.13% | - |
| HSV(B) | 262.29º | 0.7% | 0.2% | - |
| XYZ | 1.23 | 0.82 | 3.11 | - |
| YUV | 22.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 15 | 50 | 0.44 | 0.70 | 0 | 0.80 | 262.29 | 0.54 | 0.13 |
| Hex | 1C | F | 32 | 2C | 46 | 0 | 50 | 106 | 36 | D |
| Octal | 34 | 17 | 62 | 54 | 106 | 0 | 120 | 406 | 66 | 15 |
| Binary | 11100 | 1111 | 110010 | 101100 | 1000110 | 0 | 1010000 | 100000110 | 110110 | 1101 |
Color Harmonies of #1C0F32
Complementary color
Monochromatic Colors of #1C0F32
Black with #1C0F32
Text Example
Text Example
White with #1C0F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0F32; }
p { color: rgb(28,15,50); }
H1.HeaderClassName
{
color: #1C0F32;
}
.AnyTagClassName
{
color: #1C0F32;
}
</style>
background-color css
<style>
a { background-color: #1C0F32; }
a { background-color: rgb(28,15,50); }
div.DivClassName
{
background-color: #1C0F32;
}
.BgClassName
{
background-color: #1C0F32;
}
</style>
border-color css
<style>
span { border-color: #1C0F32; }
span { border-color: rgb(28,15,50); }
td.TdClassName
{
border-color: #1C0F32;
}
.TagClassName
{
border-color: #1C0F32;
}
</style>