Shades of Blackcurrant #10032D
Tints of Blackcurrant #10032D
RGB
CMYK
RGB Variations
Color information
#10032D (or 0x10032D) is known color: Blackcurrant. HEX triplet: 10, 03 and 2D. RGB value is (16,3,45). Sum of RGB (Red+Green+Blue) = 16+3+45=64 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 45 (17.97% from 255 or 70.31% from 64); Max value from RGB is 45 - color contains mainly: blue. Hex color #10032D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10032D is #EFFCD2. Grayscale: #0B0B0B. Windows color (decimal): -15727827 or 2949904. OLE color: 2949904.
HSL color Cylindrical-coordinate representation of color #10032D: hue angle of 258.57º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10032D is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 3 | 45 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.82 |
| HSL | 258.57º | 0.88% | 0.09% | - |
| HSV(B) | 258.57º | 0.93% | 0.18% | - |
| XYZ | 0.72 | 0.36 | 2.52 | - |
| YUV | 11.68 | 146.81 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 45 | 0.64 | 0.93 | 0 | 0.82 | 258.57 | 0.88 | 0.09 |
| Hex | 10 | 3 | 2D | 40 | 5D | 0 | 52 | 103 | 58 | 9 |
| Octal | 20 | 3 | 55 | 100 | 135 | 0 | 122 | 403 | 130 | 11 |
| Binary | 10000 | 11 | 101101 | 1000000 | 1011101 | 0 | 1010010 | 100000011 | 1011000 | 1001 |
Color Harmonies of #10032D
Complementary color
Monochromatic Colors of #10032D
Black with #10032D
Text Example
Text Example
White with #10032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10032D; }
p { color: rgb(16,3,45); }
H1.HeaderClassName
{
color: #10032D;
}
.AnyTagClassName
{
color: #10032D;
}
</style>
background-color css
<style>
a { background-color: #10032D; }
a { background-color: rgb(16,3,45); }
div.DivClassName
{
background-color: #10032D;
}
.BgClassName
{
background-color: #10032D;
}
</style>
border-color css
<style>
span { border-color: #10032D; }
span { border-color: rgb(16,3,45); }
td.TdClassName
{
border-color: #10032D;
}
.TagClassName
{
border-color: #10032D;
}
</style>