Shades of Blackcurrant #10032C
Tints of Blackcurrant #10032C
RGB
CMYK
RGB Variations
Color information
#10032C (or 0x10032C) is known color: Blackcurrant. HEX triplet: 10, 03 and 2C. RGB value is (16,3,44). Sum of RGB (Red+Green+Blue) = 16+3+44=63 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.40% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 44 (17.58% from 255 or 69.84% from 63); Max value from RGB is 44 - color contains mainly: blue. Hex color #10032C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10032C is #EFFCD3. Grayscale: #0B0B0B. Windows color (decimal): -15727828 or 2884368. OLE color: 2884368.
HSL color Cylindrical-coordinate representation of color #10032C: hue angle of 259.02º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10032C is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 16 | 3 | 44 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.83 |
| HSL | 259.02º | 0.87% | 0.09% | - |
| HSV(B) | 259.02º | 0.93% | 0.17% | - |
| XYZ | 0.7 | 0.36 | 2.41 | - |
| YUV | 11.56 | 146.31 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 44 | 0.64 | 0.93 | 0 | 0.83 | 259.02 | 0.87 | 0.09 |
| Hex | 10 | 3 | 2C | 40 | 5D | 0 | 53 | 103 | 57 | 9 |
| Octal | 20 | 3 | 54 | 100 | 135 | 0 | 123 | 403 | 127 | 11 |
| Binary | 10000 | 11 | 101100 | 1000000 | 1011101 | 0 | 1010011 | 100000011 | 1010111 | 1001 |
Color Harmonies of #10032C
Complementary color
Monochromatic Colors of #10032C
Black with #10032C
Text Example
Text Example
White with #10032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10032C; }
p { color: rgb(16,3,44); }
H1.HeaderClassName
{
color: #10032C;
}
.AnyTagClassName
{
color: #10032C;
}
</style>
background-color css
<style>
a { background-color: #10032C; }
a { background-color: rgb(16,3,44); }
div.DivClassName
{
background-color: #10032C;
}
.BgClassName
{
background-color: #10032C;
}
</style>
border-color css
<style>
span { border-color: #10032C; }
span { border-color: rgb(16,3,44); }
td.TdClassName
{
border-color: #10032C;
}
.TagClassName
{
border-color: #10032C;
}
</style>