Shades of Blackcurrant #100232
Tints of Blackcurrant #100232
RGB
CMYK
RGB Variations
Color information
#100232 (or 0x100232) is known color: Blackcurrant. HEX triplet: 10, 02 and 32. RGB value is (16,2,50). Sum of RGB (Red+Green+Blue) = 16+2+50=68 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.53% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 50 (19.92% from 255 or 73.53% from 68); Max value from RGB is 50 - color contains mainly: blue. Hex color #100232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100232 is #EFFDCD. Grayscale: #0B0B0B. Windows color (decimal): -15728078 or 3277328. OLE color: 3277328.
HSL color Cylindrical-coordinate representation of color #100232: hue angle of 257.5º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #100232 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 16 | 2 | 50 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.80 |
| HSL | 257.5º | 0.92% | 0.1% | - |
| HSV(B) | 257.5º | 0.96% | 0.2% | - |
| XYZ | 0.81 | 0.38 | 3.05 | - |
| YUV | 11.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 50 | 0.68 | 0.96 | 0 | 0.80 | 257.5 | 0.92 | 0.1 |
| Hex | 10 | 2 | 32 | 44 | 60 | 0 | 50 | 102 | 5C | A |
| Octal | 20 | 2 | 62 | 104 | 140 | 0 | 120 | 402 | 134 | 12 |
| Binary | 10000 | 10 | 110010 | 1000100 | 1100000 | 0 | 1010000 | 100000010 | 1011100 | 1010 |
Color Harmonies of #100232
Complementary color
Monochromatic Colors of #100232
Black with #100232
Text Example
Text Example
White with #100232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100232; }
p { color: rgb(16,2,50); }
H1.HeaderClassName
{
color: #100232;
}
.AnyTagClassName
{
color: #100232;
}
</style>
background-color css
<style>
a { background-color: #100232; }
a { background-color: rgb(16,2,50); }
div.DivClassName
{
background-color: #100232;
}
.BgClassName
{
background-color: #100232;
}
</style>
border-color css
<style>
span { border-color: #100232; }
span { border-color: rgb(16,2,50); }
td.TdClassName
{
border-color: #100232;
}
.TagClassName
{
border-color: #100232;
}
</style>