Shades of Blackcurrant #100231
Tints of Blackcurrant #100231
RGB
CMYK
RGB Variations
Color information
#100231 (or 0x100231) is known color: Blackcurrant. HEX triplet: 10, 02 and 31. RGB value is (16,2,49). Sum of RGB (Red+Green+Blue) = 16+2+49=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 49 (19.53% from 255 or 73.13% from 67); Max value from RGB is 49 - color contains mainly: blue. Hex color #100231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100231 is #EFFDCE. Grayscale: #0B0B0B. Windows color (decimal): -15728079 or 3211792. OLE color: 3211792.
HSL color Cylindrical-coordinate representation of color #100231: hue angle of 257.87º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #100231 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 16 | 2 | 49 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.81 |
| HSL | 257.87º | 0.92% | 0.1% | - |
| HSV(B) | 257.87º | 0.96% | 0.19% | - |
| XYZ | 0.79 | 0.38 | 2.94 | - |
| YUV | 11.54 | 149.14 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 49 | 0.67 | 0.96 | 0 | 0.81 | 257.87 | 0.92 | 0.1 |
| Hex | 10 | 2 | 31 | 43 | 60 | 0 | 51 | 102 | 5C | A |
| Octal | 20 | 2 | 61 | 103 | 140 | 0 | 121 | 402 | 134 | 12 |
| Binary | 10000 | 10 | 110001 | 1000011 | 1100000 | 0 | 1010001 | 100000010 | 1011100 | 1010 |
Color Harmonies of #100231
Complementary color
Monochromatic Colors of #100231
Black with #100231
Text Example
Text Example
White with #100231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100231; }
p { color: rgb(16,2,49); }
H1.HeaderClassName
{
color: #100231;
}
.AnyTagClassName
{
color: #100231;
}
</style>
background-color css
<style>
a { background-color: #100231; }
a { background-color: rgb(16,2,49); }
div.DivClassName
{
background-color: #100231;
}
.BgClassName
{
background-color: #100231;
}
</style>
border-color css
<style>
span { border-color: #100231; }
span { border-color: rgb(16,2,49); }
td.TdClassName
{
border-color: #100231;
}
.TagClassName
{
border-color: #100231;
}
</style>