Shades of Blackcurrant #1C0C33
Tints of Blackcurrant #1C0C33
RGB
CMYK
RGB Variations
Color information
#1C0C33 (or 0x1C0C33) is known color: Blackcurrant. HEX triplet: 1C, 0C and 33. RGB value is (28,12,51). Sum of RGB (Red+Green+Blue) = 28+12+51=91 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.77% from 91); Green value is 12 (5.08% from 255 or 13.19% from 91); Blue value is 51 (20.31% from 255 or 56.04% from 91); Max value from RGB is 51 - color contains mainly: blue. Hex color #1C0C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0C33 is #E3F3CC. Grayscale: #151515. Windows color (decimal): -14939085 or 3345436. OLE color: 3345436.
HSL color Cylindrical-coordinate representation of color #1C0C33: hue angle of 264.62º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C0C33 is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 28 | 12 | 51 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.8 |
| HSL | 264.62º | 0.62% | 0.12% | - |
| HSV(B) | 264.62º | 0.76% | 0.2% | - |
| XYZ | 1.21 | 0.75 | 3.21 | - |
| YUV | 21.23 | 144.8 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 12 | 51 | 0.45 | 0.76 | 0 | 0.8 | 264.62 | 0.62 | 0.12 |
| Hex | 1C | C | 33 | 2D | 4C | 0 | 50 | 109 | 3E | C |
| Octal | 34 | 14 | 63 | 55 | 114 | 0 | 120 | 411 | 76 | 14 |
| Binary | 11100 | 1100 | 110011 | 101101 | 1001100 | 0 | 1010000 | 100001001 | 111110 | 1100 |
Color Harmonies of #1C0C33
Complementary color
Monochromatic Colors of #1C0C33
Black with #1C0C33
Text Example
Text Example
White with #1C0C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0C33; }
p { color: rgb(28,12,51); }
H1.HeaderClassName
{
color: #1C0C33;
}
.AnyTagClassName
{
color: #1C0C33;
}
</style>
background-color css
<style>
a { background-color: #1C0C33; }
a { background-color: rgb(28,12,51); }
div.DivClassName
{
background-color: #1C0C33;
}
.BgClassName
{
background-color: #1C0C33;
}
</style>
border-color css
<style>
span { border-color: #1C0C33; }
span { border-color: rgb(28,12,51); }
td.TdClassName
{
border-color: #1C0C33;
}
.TagClassName
{
border-color: #1C0C33;
}
</style>