Shades of Blackcurrant #1C0833
Tints of Blackcurrant #1C0833
RGB
CMYK
RGB Variations
Color information
#1C0833 (or 0x1C0833) is known color: Blackcurrant. HEX triplet: 1C, 08 and 33. RGB value is (28,8,51). Sum of RGB (Red+Green+Blue) = 28+8+51=87 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.18% from 87); Green value is 8 (3.52% from 255 or 9.20% from 87); Blue value is 51 (20.31% from 255 or 58.62% from 87); Max value from RGB is 51 - color contains mainly: blue. Hex color #1C0833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0833 is #E3F7CC. Grayscale: #121212. Windows color (decimal): -14940109 or 3344412. OLE color: 3344412.
HSL color Cylindrical-coordinate representation of color #1C0833: hue angle of 267.91º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C0833 is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 28 | 8 | 51 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.8 |
| HSL | 267.91º | 0.73% | 0.12% | - |
| HSV(B) | 267.91º | 0.84% | 0.2% | - |
| XYZ | 1.16 | 0.66 | 3.2 | - |
| YUV | 18.88 | 146.13 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 8 | 51 | 0.45 | 0.84 | 0 | 0.8 | 267.91 | 0.73 | 0.12 |
| Hex | 1C | 8 | 33 | 2D | 54 | 0 | 50 | 10C | 49 | C |
| Octal | 34 | 10 | 63 | 55 | 124 | 0 | 120 | 414 | 111 | 14 |
| Binary | 11100 | 1000 | 110011 | 101101 | 1010100 | 0 | 1010000 | 100001100 | 1001001 | 1100 |
Color Harmonies of #1C0833
Complementary color
Monochromatic Colors of #1C0833
Black with #1C0833
Text Example
Text Example
White with #1C0833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0833; }
p { color: rgb(28,8,51); }
H1.HeaderClassName
{
color: #1C0833;
}
.AnyTagClassName
{
color: #1C0833;
}
</style>
background-color css
<style>
a { background-color: #1C0833; }
a { background-color: rgb(28,8,51); }
div.DivClassName
{
background-color: #1C0833;
}
.BgClassName
{
background-color: #1C0833;
}
</style>
border-color css
<style>
span { border-color: #1C0833; }
span { border-color: rgb(28,8,51); }
td.TdClassName
{
border-color: #1C0833;
}
.TagClassName
{
border-color: #1C0833;
}
</style>