Shades of Blackcurrant #100030
Tints of Blackcurrant #100030
RGB
CMYK
RGB Variations
Color information
#100030 (or 0x100030) is known color: Blackcurrant. HEX triplet: 10, 00 and 30. RGB value is (16,0,48). Sum of RGB (Red+Green+Blue) = 16+0+48=64 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 48 (19.14% from 255 or 75% from 64); Max value from RGB is 48 - color contains mainly: blue. Hex color #100030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100030 is #EFFFCF. Grayscale: #0A0A0A. Windows color (decimal): -15728592 or 3145744. OLE color: 3145744.
HSL color Cylindrical-coordinate representation of color #100030: hue angle of 260º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100030 is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 16 | 0 | 48 | - |
| CMYK | 0.67 | 1 | 0 | 0.81 |
| HSL | 260º | 1% | 0.09% | - |
| HSV(B) | 260º | 1% | 0.19% | - |
| XYZ | 0.75 | 0.32 | 2.82 | - |
| YUV | 10.26 | 149.3 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 48 | 0.67 | 1 | 0 | 0.81 | 260 | 1 | 0.09 |
| Hex | 10 | 0 | 30 | 43 | 64 | 0 | 51 | 104 | 64 | 9 |
| Octal | 20 | 0 | 60 | 103 | 144 | 0 | 121 | 404 | 144 | 11 |
| Binary | 10000 | 0 | 110000 | 1000011 | 1100100 | 0 | 1010001 | 100000100 | 1100100 | 1001 |
Color Harmonies of #100030
Complementary color
Monochromatic Colors of #100030
Black with #100030
Text Example
Text Example
White with #100030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100030; }
p { color: rgb(16,0,48); }
H1.HeaderClassName
{
color: #100030;
}
.AnyTagClassName
{
color: #100030;
}
</style>
background-color css
<style>
a { background-color: #100030; }
a { background-color: rgb(16,0,48); }
div.DivClassName
{
background-color: #100030;
}
.BgClassName
{
background-color: #100030;
}
</style>
border-color css
<style>
span { border-color: #100030; }
span { border-color: rgb(16,0,48); }
td.TdClassName
{
border-color: #100030;
}
.TagClassName
{
border-color: #100030;
}
</style>