Shades of Blackcurrant #10002A
Tints of Blackcurrant #10002A
RGB
CMYK
RGB Variations
Color information
#10002A (or 0x10002A) is known color: Blackcurrant. HEX triplet: 10, 00 and 2A. RGB value is (16,0,42). Sum of RGB (Red+Green+Blue) = 16+0+42=58 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.59% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 42 (16.80% from 255 or 72.41% from 58); Max value from RGB is 42 - color contains mainly: blue. Hex color #10002A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10002A is #EFFFD5. Grayscale: #090909. Windows color (decimal): -15728598 or 2752528. OLE color: 2752528.
HSL color Cylindrical-coordinate representation of color #10002A: hue angle of 262.86º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10002A is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 0 | 42 | - |
| CMYK | 0.62 | 1 | 0 | 0.84 |
| HSL | 262.86º | 1% | 0.08% | - |
| HSV(B) | 262.86º | 1% | 0.16% | - |
| XYZ | 0.63 | 0.28 | 2.21 | - |
| YUV | 9.57 | 146.3 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 42 | 0.62 | 1 | 0 | 0.84 | 262.86 | 1 | 0.08 |
| Hex | 10 | 0 | 2A | 3E | 64 | 0 | 54 | 107 | 64 | 8 |
| Octal | 20 | 0 | 52 | 76 | 144 | 0 | 124 | 407 | 144 | 10 |
| Binary | 10000 | 0 | 101010 | 111110 | 1100100 | 0 | 1010100 | 100000111 | 1100100 | 1000 |
Color Harmonies of #10002A
Complementary color
Monochromatic Colors of #10002A
Black with #10002A
Text Example
Text Example
White with #10002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10002A; }
p { color: rgb(16,0,42); }
H1.HeaderClassName
{
color: #10002A;
}
.AnyTagClassName
{
color: #10002A;
}
</style>
background-color css
<style>
a { background-color: #10002A; }
a { background-color: rgb(16,0,42); }
div.DivClassName
{
background-color: #10002A;
}
.BgClassName
{
background-color: #10002A;
}
</style>
border-color css
<style>
span { border-color: #10002A; }
span { border-color: rgb(16,0,42); }
td.TdClassName
{
border-color: #10002A;
}
.TagClassName
{
border-color: #10002A;
}
</style>