Shades of Blackcurrant #100036
Tints of Blackcurrant #100036
RGB
CMYK
RGB Variations
Color information
#100036 (or 0x100036) is known color: Blackcurrant. HEX triplet: 10, 00 and 36. RGB value is (16,0,54). Sum of RGB (Red+Green+Blue) = 16+0+54=70 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.86% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 54 (21.48% from 255 or 77.14% from 70); Max value from RGB is 54 - color contains mainly: blue. Hex color #100036 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100036 is #EFFFC9. Grayscale: #0A0A0A. Windows color (decimal): -15728586 or 3538960. OLE color: 3538960.
HSL color Cylindrical-coordinate representation of color #100036: hue angle of 257.78º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100036 is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 16 | 0 | 54 | - |
| CMYK | 0.70 | 1 | 0 | 0.79 |
| HSL | 257.78º | 1% | 0.11% | - |
| HSV(B) | 257.78º | 1% | 0.21% | - |
| XYZ | 0.88 | 0.38 | 3.52 | - |
| YUV | 10.94 | 152.3 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 54 | 0.70 | 1 | 0 | 0.79 | 257.78 | 1 | 0.11 |
| Hex | 10 | 0 | 36 | 46 | 64 | 0 | 4F | 102 | 64 | B |
| Octal | 20 | 0 | 66 | 106 | 144 | 0 | 117 | 402 | 144 | 13 |
| Binary | 10000 | 0 | 110110 | 1000110 | 1100100 | 0 | 1001111 | 100000010 | 1100100 | 1011 |
Color Harmonies of #100036
Complementary color
Monochromatic Colors of #100036
Black with #100036
Text Example
Text Example
White with #100036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100036; }
p { color: rgb(16,0,54); }
H1.HeaderClassName
{
color: #100036;
}
.AnyTagClassName
{
color: #100036;
}
</style>
background-color css
<style>
a { background-color: #100036; }
a { background-color: rgb(16,0,54); }
div.DivClassName
{
background-color: #100036;
}
.BgClassName
{
background-color: #100036;
}
</style>
border-color css
<style>
span { border-color: #100036; }
span { border-color: rgb(16,0,54); }
td.TdClassName
{
border-color: #100036;
}
.TagClassName
{
border-color: #100036;
}
</style>